GetScriptVariable

From the Oblivion ConstructionSet Wiki
Revision as of 00:16, 7 July 2007 by imported>Haama (Category links)
Jump to navigation Jump to search

Syntax:

GetScriptVariable ObjectRef, variable 

Returns the value of a local variable in the chosen object's script.

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:


ObjectRef.VarName


See Also

GetGlobalValue

GetQuestVariable