Description
Wiki Description
Advances the provided Skill by the one point (for the player only).
Documentation Comment
Increment the given skill on the player by the one point
Caveats
Parameters
stringasSkillName
CK Wiki Description
The Skill to teach to the player.
Examples
; Advance the given skill on the player by the one whole skill point
Game.IncrementSkill("Marksman")Auto-Generated Example
string myString__asSkillName
Game.IncrementSkill(myString__asSkillName)Related Pages
- Game
- Game.IncrementSkillBy(...)
