Hello every body !
I try tu do a special bot : le zombie master !
While this bot is alive all zombie in the level respawn
When you kill the zombie master all zombie die.
So this is the destroy IA script of the zombie master
;Artificial Intelligence Script
;Header
desc = Fade Out Disappear and set globalvar#1000 to 2
;Triggers
:state=0:state=1
:state=1:globalvar=1000,setvar=2
:state=1,alphafadeequal=100:decalphafade=0
:state=1,alphafadeequal=0:state=2,destroy
;End of Script
and the main IA script of the zombie
;Artificial Intelegence Script
;Header
desc = Strafe Shoot and destroy when marcelin die !
;Triggers
:always:globalvar=1000
:always,varequal=2:destroy
;
; people/strafe.fpi
;
;End of Script
But ... I don't understand : my zombies die instantaneously....
le guide
http://forum.thegamecreators.com/?m=forum_view&t=131868&b=21