[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Globals"
Jump to navigation
Jump to search
no edit summary
imported>Jduvall |
imported>Jduvall |
||
Line 10: | Line 10: | ||
*'''Value:''' The default value for the global variable. | *'''Value:''' The default value for the global variable. | ||
==Note== | |||
The value of a Global is stored in the save game. So you can not change the default value (by using the Globals form in the editor) of a an already existing Global in a plugin and expect it to change in a player's saved game unless you also script this with a "set myGlobal to whatever" line in a script.[[User:Jduvall|Jduvall]] 13:39, 15 June 2006 (EDT) | |||
==See also== | ==See also== | ||
[[List of global variables]] | [[List of global variables]] | ||
[[Category:Gameplay Menu]] | [[Category:Gameplay Menu]] | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Variables]] | [[Category:Variables]] |