//RescueC state Base { Conditions { ;; if FreePlay == 0 and ;; if Message "JustComeFromE" == 0 goto PlaceJedi if FreePlay == 1 goto Update if JustComeFromE == 1 goto Update } Actions { CnxController "from=lift" "to=top_lift" "on_flag=JUMP_NOW" "off_flag=DONT_JUMP_NOW" "obj=ring_plat3c" "checkvisible" "on_frames=26to38" } } state Update { Conditions { } Actions { } } state PlaceJedi { Conditions { } Actions { SnapToLocator "character=obiwankenobi" "name=OBIWAN" SnapToLocator "character=quigonjinn" "name=QUIGON" SetState "Update" } }