Difference between revisions of "GetVMQuestVariable"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>AoshimaMichio
(Please check grammar and confirm the fact.)
Line 2: Line 2:


[[Category:Condition Functions]]
[[Category:Condition Functions]]
Returns the value of a quest variable.
==Example==
In order to use "myInt" property in dialog conditions, you must use keyword "Conditional" in both scriptname and property.
<source lang="papyrus">
Scriptname MyQuestScript extends Quest Conditional
Int Property myInt Auto Conditional
</source>

Revision as of 17:48, 18 February 2012

Returns the value of a quest variable.

Example

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

Scriptname MyQuestScript extends Quest Conditional

Int Property myInt Auto Conditional