Difference between revisions of "Talk:Bethesda Tutorial Dialogue"
Jump to navigation
Jump to search
Talk:Bethesda Tutorial Dialogue (edit)
Revision as of 22:50, 28 December 2014
, 22:50, 28 December 2014→Starting a quest by reading a book
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() | |||
MyQuestIDHere.SetStage(10) | ::::MyQuestIDHere.SetStage(10) | ||
::::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 == |