Difference between revisions of "AddSPECIALPoints"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki; debolding titles)
Line 1: Line 1:
[[AddSPECIALPoints]] opens the CharGen menu to the Attributes page for distributing SPECIAL points.  It adds the given number of SPECIAL points to the character.  When the menu is in this state, the player cannot decrease their character's SPECIAL points past their base values.
[[AddSPECIALPoints]] opens the CharGen menu to the Attributes page for distributing SPECIAL points.  It adds the given number of SPECIAL points to the character.  When the menu is in this state, the player cannot decrease their character's SPECIAL points past their base values.


=='''Syntax'''==
==Syntax==


  AddSPECIALPoints [''iAddedPoints'']
  AddSPECIALPoints [''iAddedPoints'']


=='''Parameters'''==
==Parameters==
*'''iAddedPoints:''' Total number of SPECIAL points to add.
*'''iAddedPoints:''' Total number of SPECIAL points to add.


==Notes==
*This function is new in the GECK, and was not available in the TES4 Construction Set.


=='''See Also'''==
==See Also==
*[[SetSPECIALPoints]]
*[[SetSPECIALPoints]]
*[[SetTagSkills]]
*[[SetTagSkills]]

Revision as of 12:07, 13 April 2009

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

Syntax

AddSPECIALPoints [iAddedPoints]

Parameters

  • iAddedPoints: Total number of SPECIAL points to add.

Notes

  • This function is new in the GECK, and was not available in the TES4 Construction Set.

See Also