Difference between revisions of "Talk:Bethesda Tutorial Dialogue"

Jump to navigation Jump to search
imported>Matthiaswagg
imported>Matthiaswagg
Line 61: Line 61:
::::It would be better to use OnRead, which can be used like so:
::::It would be better to use OnRead, which can be used like so:


<source lang="papyrus">
::::<source lang="papyrus">
Event OnRead()
::::Event OnRead()
   MyQuestIDHere.SetStage(10)
   ::::MyQuestIDHere.SetStage(10)
endEvent
::::endEvent
</source>
::::</source>


::::Like said, make the quest as a property. OnRead is triggered when the player opens a book.
::::Like said, make the quest as a property. OnRead is triggered when the player opens a book.
::::--[[User:Matthiaswagg|Matthiaswagg]] ([[User talk:Matthiaswagg|talk]]) 2014-12-28T22:50:04 (EST)


== could not get the flowchart object error ==
== could not get the flowchart object error ==
Anonymous user

Navigation menu