Difference between revisions of "Globals"
added note
imported>GhanBuriGhan (Added to glossary) |
imported>Scruggs (added note) |
||
Line 10: | Line 10: | ||
*'''Value:''' The default value for the global variable. This affects the variable only when the plugin was just installed. After that the value is stored in the savegame. | *'''Value:''' The default value for the global variable. This affects the variable only when the plugin was just installed. After that the value is stored in the savegame. | ||
==Notes:== | |||
* In almost all cases, using a global variable is unnecessary. Variables defined in quest scripts are generally used instead, and accessed via '''questID.varName''', or '''getQuestVariable questID varName'''. | |||
==See also== | ==See also== |