• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Zombie
#1
How do i make it that people turn into zombies like in zem?
BEAST TongueTongue
  Reply
#2
That's hell out of the question Troll

You mean switch teams ?
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#3
(03-07-2015, 15:47)Nekochan Wrote: That's hell out of the question Troll

You mean switch teams ?

Yea i need to specify my questions a bit more
BEAST TongueTongue
  Reply
#4
and that they cant switch back to the team and if they kill someone they get switched to their team
BEAST TongueTongue
  Reply
#5
Simply make a flag 'self.isZombie=false;' on Survivor spawn, if survivor gets killed switch flag like 'if( victim.team == "allies" ) victim.isZombie = true;' and force switch his team by 'victim notify("menuresponse", game["menu_team"], "axis" );'.

If zombie tries to change a team ( but you can disable team switching ) then check for isZombie flag and switch team back.

Also. YOU need to specify your questions a bit more.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#6
i am kinda new to modding so where do i ened to put self.iszombie=false
BEAST TongueTongue
  Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)