Difference between revisions of "GetVMQuestVariable"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>AoshimaMichio
(Please check grammar and confirm the fact.)
imported>Threedee
m (→‎Example: disambiguation)
Line 5: Line 5:


==Example==
==Example==
In order to use "myInt" property in dialog conditions, you must use keyword "Conditional" in both scriptname and property.
In order to use a property in dialog conditions, you must use keyword "Conditional" in both scriptname and property.
<source lang="papyrus">
<source lang="papyrus">
Scriptname MyQuestScript extends Quest Conditional
Scriptname MyQuestScript extends Quest Conditional

Revision as of 23:17, 4 July 2012

Returns the value of a quest variable.

Example

In order to use a property in dialog conditions, you must use keyword "Conditional" in both scriptname and property.

Scriptname MyQuestScript extends Quest Conditional

Int Property myInt Auto Conditional