ScriptName SE04ShellScript
;short script to update quest stage for SE04Shell when both SE04 and SE05 have been completed
short SheoIntroVAR ;used to handle dialogue choices in Sheo's intro speech
Begin GameMode
if ( GetStage SE04Shell < 200 )
if ( GetStage SE04 == 200 ) && ( GetStage SE05 == 200 )
SetStage SE04Shell 200
endif
endif
End |