GetVMScriptVariable
Revision as of 22:14, 4 July 2012 by imported>Threedee (→Examples: disambiguation)
Returns the value of a selected references script variable.
Examples
- In order to use a script Property as a condition, you must use the "Conditional" Keyword when declaring the ScriptName and Property.
ScriptName MyScriptName extends ObjectReference Conditional
Int Property MyInt Auto Conditional