Hi
I've been trying to make a script that suspends entities in a zone when the player's health falls below 11. Unfortunately, nnnnnnnothing happens. I put this script in a triggerzone:
;Artificial Intelligence Script by
;Header
desc = suspend specific entities in zone when plr's health is less than 11
;Triggers
:SpecificEntInZone=bot:state=0
:state=0:plrhealthless=11,SetVar=SuspendZoneEnts 1
;End of Script
I put this in script in the main script of the character:
:VarEqual=SuspendZoneEnts 1:Suspend
I use the latest version of the FPSC Community Mod and FPSC v1.20 beta 4.