enderalse/source/scripts/_00e_setstageonread.psc

17 lines
246 B
Plaintext
Raw Normal View History

Scriptname _00E_SetStageOnRead extends ObjectReference
Event OnRead()
If !bDone
QuestToSet.SetStage(__Config_iDesiredStage)
bDone = True
EndIf
EndEvent
bool bDone
Quest Property QuestToSet Auto
int Property __Config_iDesiredStage Auto