//CloudCityEscape_B ReferenceScript { Script=GeneralParty Source=Global ReturnState=Base Conditions { } } state InActive { Conditions { if FreePlay == 1 goto Activate if IAm "C3PO" == 0 goto Activate if IAm "C3PO" == 1 and if Message "Built_C3PO" == 1 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" } }