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