SetGameSetting

DescriptionEdit

SetGameSetting Sets a game setting. Can only be used in the in-game console.

SyntaxEdit

SetGameSetting GameSettingName Number\String
SetGS GameSettingName Number\String

ExamplesEdit

SetGameSetting fActionPointsRestoreRate 6
SetGS fActionPointsRestoreRate 6

Sets the action point restore rate to 6.

SetGameSetting sKarmicTitleEvil01 "Little Devil"
SetGS sKarmicTitleEvil01 "Little Devil"

Sets the level 1 karma title to "Little Devil".

NotesEdit

  • This is a console-only function. To use it in a script, you'd have to use con_SetGameSetting instead.