SetStringSetting

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Sets the value of a string GameSetting (NVSE function SetStringGameSettingEx doesn't work correctly).

Syntax

[help]
SetStringSetting settingName:string newValue:string

Example

SetStringSetting "sLockLevelNameVeryHard" "Really Hard"

Changes the string of a level 100 lock from "Very Hard" to "Really Hard"

SetStringSetting "sLockLevelNameHard" "Hard (75)"

Changes the string of a level 75 lock from "Hard" to "Hard (75)"

See Also