Description
Wiki Description
Advances the provided Skill by the given number of points (for the player only).
Documentation Comment
Increment the given skill on the player by the given number of points
Caveats
Parameters
stringasSkillName
CK Wiki Description
The Skill to teach to the player.
intaiCount
CK Wiki Description
The number of points to advance the skill.
Examples
; Advance the given skill on the player by the given number of points
Game.IncrementSkillBy("Marksman", 5)Auto-Generated Example
string myString__asSkillName
int myInt__aiCount
Game.IncrementSkillBy(myString__asSkillName, myInt__aiCount)Related Pages
- Game
- Game.IncrementSkill(...)
