//DeathStarEscape_A ReferenceScript { Script=GeneralParty Source=Global ReturnState=Base Conditions { } } state InActive { Conditions { if FreePlay == 1 goto Activate if IAm "C3PO" == 0 and if IAm "R2D2" == 0 goto Activate } Actions { } } state Activate { Conditions { } Actions { Activate ;Activate starts the creature. Will be started at position calculated in AllocatedPickup } } state Base { Conditions { } Actions { FollowPlayer "1" } }