//JabbasPalace_e: This script controls the respawning of creatures down the tubes the 1st corridor state Base { Conditions { if FreePlay == 0 goto DisableLeia } Actions { AddLocatorGroup "name=spawn" AddLocatorGroup "name=Flee" AddLocatorGroup "name=C3PO" AddLocatorGroup "name=R2D2" } } state DisableLeia { Conditions { } Actions { SetTaggable "character=PrincessLeia_Boushh" "FALSE" DeActivate "character=PrincessLeia_Boushh" } }