//CruiserD ReferenceScript { Script=FreePlayDefend Source=Global ReturnState=Base Conditions { } } state Base { Conditions { if Message "LiftChase" == 1 goto EscapeLift } Actions { FollowPlayer "0.75" } } state EscapeLift { Conditions { if Message "LiftChase" != 1 goto Base } Actions { CycleCharacter "min_speed=1" Idle "1" GoToLocator "name" "Top" "2" } }