//MosEisley_E state Base { Conditions { if FreePlay == 0 goto Start if AlwaysTrue == 1 goto Update } Actions { } } state Start { Conditions { } Actions { SetTaggable "character=LukeSkywalker_Tatooine" "FALSE" CannotDropIn "character=LukeSkywalker_Tatooine" NotWithParty "character=LukeSkywalker_Tatooine" DeActivate "character=LukeSkywalker_Tatooine" SetTaggable "character=BenKenobi" "FALSE" CannotDropIn "character=BenKenobi" NotWithParty "character=BenKenobi" DeActivate "character=BenKenobi" SetTaggable "character=R2D2" "FALSE" CannotDropIn "character=R2D2" NotWithParty "character=R2D2" DeActivate "character=R2D2" SetTaggable "character=C3PO" "FALSE" CannotDropIn "character=C3PO" NotWithParty "character=C3PO" DeActivate "character=C3PO" SetState "Update" } } state Update { Conditions { } Actions { } }