Difference between revisions of "Declaring variables"
m
Added a not about the value of variables not being reset to null.
imported>Synedri m (changed lower end to show minus sign) |
imported>Bruneauinfo m (Added a not about the value of variables not being reset to null.) |
||
Line 19: | Line 19: | ||
ref myRefVariable | ref myRefVariable | ||
</pre> | </pre> | ||
==Notes== | |||
*After a script has executed values applied to a variable are NOT reset to NULL. Keep this in mind for testing purposes when writing a mod. A script writer may wish to reset a variable's value within their script accordingly for testing scenarios and then remove (or comment out) this variable resetting later before publishing. | |||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Variables]] | [[Category:Variables]] |