//KaminoF ;ReferenceScript { ; Script=FreePlayDefend ; Source=Global ; ReturnState=Base ; Conditions { ; } ;} state Base { Conditions { if EitherPlayerInTriggerArea "lift" == 1 goto GoToLift } Actions { FollowPlayer "0.75" } } state GoToLift { Conditions { if EitherPlayerInTriggerArea "lift" == 0 goto Base } Actions { GoToLocator "name" "lift" } }