//RescueB state Base { Conditions { if FreePlay == 0 goto MakeSurePlayersNotJedi } Actions { SetMessage "name=JustComeFromE" "value=0" } } state MakeSurePlayersNotJedi { Conditions { } Actions { SetMessage "name=JustComeFromE" "value=0" SetTaggable "character=obiwankenobi" "FALSE" SetTaggable "character=quigonjinn" "FALSE" } }