GetGlobalValue

Revision as of 22:37, 6 July 2007 by imported>Haama (Category links)

Syntax:

GetGlobalValue GlobalVariableName 

Example:

GetGlobalValue GameDaysPassed


Returns the value of a global variable.


NOTE: Only available as a condition function. In scripts, you can simply use the global variable name directly:

set myVar to GameDaysPassed

See Also

GetQuestVariable

GetScriptVariable