change camera not working on survival

Discuss all aspects related to modding Zandronum here.
Post Reply
User avatar
ibm5155
Addicted to Zandronum
Posts: 1641
Joined: Tue Jun 05, 2012 9:32 pm
Location: Somewhere, over the rainbow

change camera not working on survival

#1

Post by ibm5155 » Sun Apr 07, 2013 6:25 pm

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)
Last edited by ibm5155 on Sun Apr 07, 2013 6:47 pm, edited 1 time in total.
Projects
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!

<this post is proof of "Decline">

Lollipop
Zandrone
Posts: 1124
Joined: Tue Jul 24, 2012 10:34 am
Location: Denmark

RE: change camera not working on survival

#2

Post by Lollipop » Wed Apr 10, 2013 3:47 pm

maybe beacuse, that functionallity don't exist maybe?
Combinebobnt wrote:i can see the forum league is taking off much better than the ctf ones
GalactusToday at 1:07 PM
are you getting uncomfortable jap
feeling something happen down there

User avatar
ibm5155
Addicted to Zandronum
Posts: 1641
Joined: Tue Jun 05, 2012 9:32 pm
Location: Somewhere, over the rainbow

RE: change camera not working on survival

#3

Post by ibm5155 » Thu Apr 11, 2013 12:10 pm

This code works offline .-.
Projects
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!

<this post is proof of "Decline">

Post Reply