SetStringSetting
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Sets the value of a string GameSetting (NVSE function SetStringGameSettingEx doesn't work correctly).
Syntax
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)"