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
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
No human-generated examples found for this function.
Auto-Generated Example
string myString__asSkillName
int myInt__aiCount
Game.IncrementSkillBy(myString__asSkillName, myInt__aiCount)Related Pages
- Game
- Game.IncrementSkill(...)
