//KaminoA ReferenceScript { Script=FreePlayDefend Source=Global ReturnState=Base Conditions { } } state Base { Conditions { if EitherPlayerInTriggerArea "DontFollow" == 1 goto DontFollow } Actions { FollowPlayer "0.75" } } state DontFollow { Conditions { if EitherPlayerInTriggerArea "DontFollow" == 0 goto Base } Actions { FacePlayer } }