Difference between revisions of "AddTagSkills"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki; debolding titles)
imported>Ez0n3
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[AddTagSkills]] opens the CharGen menu to the Skills page for selecting Tagged Skills.  It lets the player choose an extra amount of Skills to tag.  In this menu state, the player may not un-Tag their initial Tagged Skills.
{{Function
 
|origin = GECK1
==Syntax==
|summary = Opens the CharGen menu to the Skills page for selecting Tagged Skills.  It lets the player choose an extra amount of Skills to tag.  In this menu state, the player may not un-Tag their initial Tagged Skills.
 
|name = AddTagSkills
  AddTagSkills [''iAddedPoints'']
|returnType = void
|arguments =  
  {{FunctionArgument
  |Name = iAddedPoints
  |Type = int
  }}
  |example = AddTagSkills 3
}}


==Parameters==
==Parameters==
Line 18: Line 25:


[[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 01:54, 13 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Opens the CharGen menu to the Skills page for selecting Tagged Skills. It lets the player choose an extra amount of Skills to tag. In this menu state, the player may not un-Tag their initial Tagged Skills.

Syntax

[help]
AddTagSkills iAddedPoints:int

Example

AddTagSkills 3

Parameters

  • iAddedPoints: The number of extra Tag Skills the player will be allowed to choose.

Notes

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

See Also