Difference between revisions of "GetVMScriptVariable"
Jump to navigation
Jump to search
imported>SJML Bot (Bot creating condition functions pages.) |
imported>JustinOther |
||
Line 2: | Line 2: | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
Returns the value of a selected references script variable. | |||
==Examples== | |||
*In order to use "MyInt" Property as a condition, you must use keyword "Conditional" in both ScriptName and Property. | |||
<source lang="papyrus"> | |||
ScriptName MyScriptName extends ObjectReference Conditional | |||
Int Property MyInt Auto Conditional | |||
</source> |
Revision as of 07:12, 5 April 2012
Returns the value of a selected references script variable.
Examples
- In order to use "MyInt" Property as a condition, you must use keyword "Conditional" in both ScriptName and Property.
ScriptName MyScriptName extends ObjectReference Conditional
Int Property MyInt Auto Conditional