MadMike710 Posted January 8, 2011 Share Posted January 8, 2011 I want make a basic "if GetHealth < X" script.If the health is below a certain number, "ResetHealth". I'm not sure they are the correct function names up there. What would the script be? Link to comment Share on other sites More sharing options...
The_Vyper Posted January 8, 2011 Share Posted January 8, 2011 It would look something like: If ActorRef.GetAV Health < X ActorRef.ResetHealth Endif Link to comment Share on other sites More sharing options...
Recommended Posts