4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
237 B

ScriptName DefaultCityEndGateSceneScript extends ObjectReference
Quest Property myQuest Auto
Int Property EndStage Auto
Event OnCellLoad()
If (myQuest.IsStageDone(EndStage) == 0)
myQuest.SetCurrentStageID(EndStage)
EndIf
EndEvent