IncrementSkill - Game

Member of: Game Script

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

SyntaxEdit

Function IncrementSkill(string asSkillName) native global

ParametersEdit

  • asSkillName: The Skill to teach to the player.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit