This one --> http://www.creationkit.com/OnRead_-_ObjectReference
I'm trying to create a quest, and the OnRead function isn't working as I was hoping... or I'm not doing it right ;P
This is my Script:
Scriptname NoteScriptQ1 extends Quest
Quest Property IntroQ1 Auto
Event OnRead()
IntroQ1.SetObjectiveCompleted(0)
IntroQ1.SetObjectiveCompleted(10)
IntroQ1.SetObjectiveDisplayed(20)
IntroQ1.SetStage(20)
EndEvent

