Home   Help Search Login Register  

Author Topic: Zombie guy  (Read 1862 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Re:Zombie guy
« Reply #15 on: 23 Jul 2003, 18:22:11 »
yep hes named Zombie. I shot him in the chest and it takes two for him 2 go down. But when he gets shot in the chest I want him to take the damage and it shud take 4 chest shots. I mite just muck around wit some event handlers and see if that works. ;D

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Zombie guy
« Reply #16 on: 23 Jul 2003, 22:31:24 »
lol if you want to make zombie missions just join the skye virus team.  i have a script that makes em tougher.

Offline D.murphy man

  • Members
  • *
  • I'm a llama!
Re:Zombie guy
« Reply #17 on: 26 Jul 2003, 14:55:26 »
Yo pablo!

heres what u should do,it should work.
Quote
_ZombieDead=0
#getdammage
_Zombiedead=_zombiedead+1
GetDammage zombie> 0.9 : goto "heal"

#heal
zombie setdammage 0.8
?(_zombiedead > 4) : goto "Exit"
goto "getdammage"

#exit
exit
« Last Edit: 26 Jul 2003, 14:56:48 by D.murphy man »

max_killer_payne

  • Guest
Re:Zombie guy
« Reply #18 on: 26 Jul 2003, 15:02:39 »
Cheers Murphy