AddSPECIALPoints

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

AddSPECIALPoints opens the CharGen menu to the Attributes page for distributing SPECIAL points. It adds the given number of SPECIAL points to the character via a SetAV override. When the menu is in this state, the player cannot decrease their character's SPECIAL points past their base values.

Syntax

[help]
AddSPECIALPoints iAddedPoints:int

Example

AddSPECIALPoints 7 

Parameters

  • iAddedPoints: Total number of SPECIAL points to add.

Notes

  • Invoking this function when the player is incapable of spending all added points (e.g. "AddSPECIALPoints 1" when all stats are at 10) will render the menu unable to be exited.
  • Used by the Intense Training perk.

See Also