okay, I have a script using vars, that freezes the player whilst an unarmed character walks past...
and it unfreezes when the char dies, but it never freezes the player..
okay, here is the freezing script that is used on a trigger zone:
;Artificial Intelligence Script
;Header
desc = Check if global var=1 to unfreeze player else freeze him
;Triggers
:state=0,plrwithinzone=1:globalvar=1
:varequal=0,plrwithinzone=1:plrfreeze=1
:varequal=1,plrwithinzone=1:plrfreeze=0
Here is the code for when the char is spawned
;Artificial Intelligence Script
;Header
desc = Instant On
;Triggers
:state=0:setalphafade=100,runfpidefault=1,globalvar=1,setvar=0
;End of Script
And here is the code for when the char dies
;Artificial Intelligence Script
;Header
desc = Fade Out Disappear
;Triggers
:state=0:state=1
:state=1,alphafadeequal=100:decalphafade=0
:state=1,alphafadeequal=0:state=2,destroy
:state=2:globalvar=1,setvar=1
;End of Script
Okay, so nothing happons, well the char spawns and walks past, but it doesnt freeze the player, help is appericated thanks
P.S I hope my post hasn't got an error that a mod will have to yell at me for, even though i'm a newb and will prob be yelled at alot >.>
mehh