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