SetTagSkills
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Opens the CharGen menu to the Skills page for selecting Tagged Skills. It sets the total number of tagged skills the player can choose.
Syntax
SetTagSkills addedPoints:int showInitialTaggedSkills:bool
Example
SetTagSkills 3 1
Notes
- When adding points, the number reflects the total number to be selected. Assuming the player initially has 3 Tagged Skills, calling SetTagSkills 4 will let the player choose (4 - 3) = 1 more Tag Skill.
- The optional parameter defaults to 1 (true). If set to 0, any Tag Skills the player initially has are not shown, allowing them to be overwritten.
- The game allows up to four tagged skills. If more skills are tagged with this function or AddTagSkills, only the first four choices will take effect.