ScriptName DefaultOnReadSetQuestStageNotAlias Extends ObjectReference Int Property myStage AutoQuest Property myQuest AutoEvent OnRead() myQuest.SetStage(myStage)EndEvent
One of the coolest things about Papyrus is that one script can be used a number of different ways according to how its properties are set up.