Difference between revisions of "GetQuestVariable"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
m (see also: Get Globalvalue/Scriptvariable)
imported>Haama
(Category links)
Line 18: Line 18:


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions (CS 1.0)]]
[[Category: Quest Functions]]
[[Category: Quest Functions]]
[[Category: Condition Functions]]
[[Category: Quest Functions (CS 1.0)]]

Revision as of 00:12, 7 July 2007

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

GetGlobalValue

GetScriptVariable

GetStage