Description
Wiki Description
Advances the progress of the provided Skill by the given amount (for the player only).
Documentation Comment
Advance the given skill on the player by the provided amount of skill usage
Caveats
Parameters
stringasSkillName
CK Wiki Description
The Skill to progress.
floatafMagnitude
CK Wiki Description
The amount by which the skill progress will be advanced. This is in Skill Usage amounts, so it will count towards skill progression but won't necessarily change the Skill itself. The amount must be positive. If the new amount exceeds the skill's level threshold, the skill will advance, and possibly level up.
Examples
; Advance the given skill on the player by the provided amount
Game.AdvanceSkill("Marksman", 50.0)Auto-Generated Example
string myString__asSkillName
float myFloat__afMagnitude
Game.AdvanceSkill(myString__asSkillName, myFloat__afMagnitude)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
