Difference between revisions of "Con SetGameSetting"
Layout
imported>JOG m (→Notes) |
imported>JOG (Layout) |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
<BR> | |||
'''Syntax:''' | '''Syntax:''' | ||
con_SetGameSetting GMST value | con_SetGameSetting GMST value | ||
Line 6: | Line 7: | ||
Sets the desired game setting to the desired value while in game. | Sets the desired game setting to the desired value while in game. | ||
<BR> | |||
==Example== | ==Example== | ||
Line 12: | Line 14: | ||
Sets the limit on the number of summonable creatures to 10. | Sets the limit on the number of summonable creatures to 10. | ||
<BR> | |||
==Notes== | ==Notes== | ||
Line 26: | Line 29: | ||
**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. | ||
<BR> | |||
==See Also== | ==See Also== | ||
[[SetNumericGameSetting]] | [[SetNumericGameSetting]] |