SetGameSettingString - Game

SKSE Member of: Game Script

Minimum required SKSE Version: 1.06.00

Modifies the value of string Game Settings. (This function requires SKSE)

SyntaxEdit

Function SetGameSettingString(String setting, String value) Global Native

ParametersEdit

  • Setting: The Game Setting to modify
  • Value: The desired string value

Return ValueEdit

None

ExamplesEdit

Game.SetGameSettingString("sDwarven", "Dwemer")

NotesEdit

  • Edits to Game Settings are not saved. While they'll persist across consecutive save loads during the same game session, they'll be wiped when the game closes and will revert to their normal values the next time the game is loaded. One can maintain such edits via a maintenance function, reapplying the changes when necessary.

See AlsoEdit