SetSPECIALPoints

From the Fallout3 GECK Wiki
Revision as of 12:36, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Jump to navigation Jump to search

SetSPECIALPoints opens the CharGen menu to the Attributes page for distributing SPECIAL points. It sets the total amount of SPECIAL points the player has, adding or subtracting points until the given total is reached.

Syntax

SetSPECIALPoints [iTotalPoints]

Parameters

  • iTotalPoints: Total number of SPECIAL points the player will have after leaving the menu

Notes

  • Assuming the player initially has 35 SPECIAL points ( 5 in all 7 Attributes ), calling SetSPECIALPoints 40 will allow the player to add (40 - 35) = 5 more SPECIAL points to his character, bringing their total to 40. Calling SetSPECIALPoints 30 will force the player to subtract (35 - 30) = 5 SPECIAL points from his character.
  • Same functionality as the now-defunct ShowChargenMenuParams function.

See Also