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"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Category links)
imported>Qazaaq
m (→‎See Also: changed links to unorder list)
Line 9: Line 9:


==See Also==  
==See Also==  
[[GetGlobalValue]]  
*[[GetGlobalValue]]  
 
*[[GetScriptVariable]]
[[GetScriptVariable]]
*[[GetStage]]  
 
[[GetStage]]  


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

Revision as of 15:41, 11 January 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