[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GetQuestVariable"
Jump to navigation
Jump to search
imported>Fella |
imported>Vswe m (Added Search Terms) |
||
Line 21: | Line 21: | ||
[[Category: Quest Functions]] | [[Category: Quest Functions]] | ||
[[Category: Quest Functions (CS 1.0)]] | [[Category: Quest Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Get | |||
Quest | |||
Variable | |||
End Search Terms --> |
Revision as of 10:24, 20 June 2008
Returns the value of a quest variable.
NOTE: This is ONLY a condition function. In order to get the value of a quest variable in a script, there is no need for a function. Just use the syntax:
QuestName.VarName
See Also