Difference between revisions of "SetNumericGameSetting"
Jump to navigation
Jump to search
→Notes: Added GGL link
imported>WereWolf |
imported>Haama (→Notes: Added GGL link) |
||
Line 19: | Line 19: | ||
*Changes made to game settings with this function will not be included in the savegame file. This has two consequences: | *Changes made to game settings with this function will not be included in the savegame file. This has two consequences: | ||
*#If you want to make a permanent change to a game setting you will need code to update the value after a savegame is reloaded. | *#If you want to make a permanent change to a game setting you will need code to update the value after a savegame is reloaded (see [[GetGameLoaded]]). | ||
*#When you change a game setting, and then reload a game, the change will still be active. The game setting will be only reset when you exit and restart Oblivion, or when you do it in your script after reload. | *#When you change a game setting, and then reload a game, the change will still be active. The game setting will be only reset when you exit and restart Oblivion, or when you do it in your script after reload. | ||