Scriptname MS04FlowingBowlDoor
short Doonce
begin OnActivate
Activate
if ( GetStage MS04 == 40 ) && ( IsActionRef Player == 1 ) && ( Doonce == 0 )
SignyRef.Disable
FaustinaRef.Disable
SignyRef.Moveto MS04SignyReturnsMarker
FaustinaRef.Moveto MS04FaustinaReturnsMarker
set Doonce to 1
endif
end |