Difference between revisions of "SetGameSetting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Bnesmith
 
imported>Quarn
Line 1: Line 1:
=='''Description'''==


'''SetGameSetting''' Sets a game setting.
=='''Syntax'''==
SetGameSetting ''GameSettingName'' Number\String
SetGS ''GameSettingName'' Number\String
=='''Examples'''==
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".


[[Category:Console Functions]]
[[Category:Console Functions]]

Revision as of 06:34, 19 April 2009

Description

SetGameSetting Sets a game setting.

Syntax

SetGameSetting GameSettingName Number\String
SetGS GameSettingName Number\String

Examples

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".