Difference between revisions of "SetSPECIALPoints"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Quetzilla
imported>Dandys
 
(2 intermediate revisions by one other user not shown)
Line 14: Line 14:
=='''See Also'''==
=='''See Also'''==
*[[ShowSPECIALBookMenuParams]]
*[[ShowSPECIALBookMenuParams]]
*[[ShowLoveTesterMenuParams]]
*[[AddSPECIALPoints]]
*[[AddSPECIALPoints]]
*[[SetTagSkills]]
*[[SetTagSkills]]
Line 19: Line 20:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.1)]]

Latest revision as of 10:13, 7 October 2012

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[edit | edit source]

SetSPECIALPoints [iTotalPoints]

Parameters[edit | edit source]

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

Notes[edit | edit source]

  • 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[edit | edit source]