Background for Skyrim SE
Member of the Game script
voidfunctionIncrementSkill(stringasSkillName)NativeGlobal

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.