Page 1 of 1

change camera not working on survival

Posted: Sun Apr 07, 2013 6:25 pm
by ibm5155
It wasn´t a decorate bug and yes acs .-. and it´s fixed :D
So I´ll use the same threat to quest another thing

Code: Select all

script 36 DEATH
{
    
    if(kill_someone==1)//only activated by the ghoul
    {
        if(thingcount(T_NONE,100)==1 || thingcount(T_NONE,114)==1)
        {
                if(thingcountname("ravishing",100)==1)
                {
                
                    if(gametype()!=GAME_NET_DEATHMATCH)
                    {
                        if(gametype()==GAME_NET_COOPERATIVE) 
                        {
                            delay(100);
                            changecamera(100,0,0);
                            fadeto(255,255,255,1.0,0.5);
                            delay(35);
                            fadeto(255,255,255,0.0,0.5);
                            print(s:"\cg         The Ravishing got you.\cg\n-Press f12 to spectate a teammate-");
                            delay(35);
                            print(s:"\cg         The Ravishing got you.\cg\n-Press f12 to spectate a teammate-");
                            delay(35);
                            print(s:"\cg         The Ravishing got you.\cg\n-Press f12 to spectate a teammate-");
                        }
                    }
}
Why I can´t changecamera of the dead spectator no survival mode? (it should use the monster as a camera to see other people being killed)

RE: change camera not working on survival

Posted: Wed Apr 10, 2013 3:47 pm
by Lollipop
maybe beacuse, that functionallity don't exist maybe?

RE: change camera not working on survival

Posted: Thu Apr 11, 2013 12:10 pm
by ibm5155
This code works offline .-.