SetGameSetting

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
SetGameSetting setting:string newValue:varies 

Or:

SetGS setting:string newValue:varies

Example

SetGameSetting fActionPointsRestoreRate 6

Sets the action point restore rate to 6.

SetGS sKarmicTitleEvil01 "Little Devil"

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

Notes

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

See Also