Difference between revisions of "GetGlobalValue"
Jump to navigation
Jump to search
imported>JOG m (see also: Get Script/Quest Variable) |
imported>Haama (Category links) |
||
Line 19: | Line 19: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Miscellaneous Functions]] | [[Category: Miscellaneous Functions]] | ||
[[Category: | [[Category: Miscellaneous Functions (CS 1.0)]] |
Revision as of 22:37, 6 July 2007
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