IncrementSkill - Game

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Advances the provided Skill by the one point (for the player only).

Syntax[edit | edit source]

Function IncrementSkill(string asSkillName) native global

Parameters[edit | edit source]

  • asSkillName: The Skill to teach to the player.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Advance the given skill on the player by the one whole skill point
Game.IncrementSkill("Marksman")

See Also[edit | edit source]