AddTagSkills

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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

  • The game allows up to four tagged skills. If more skills are tagged with this function or SetTagSkills, only the first four choices will take effect.
  • Expanding on the previous point, since the player starts the game with 3 tagged skills in an unmodded game, and can gain one additional tagged skill with the Tag! perk, the usefulness of this function is very limited. Any extra skills you tag with this function will either not take effect, or simply make the Tag! perk useless.

See Also