GetScriptVariable

Revision as of 05:38, 13 April 2006 by imported>JOG (Added)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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