(Official) LUA Scripting Documentation
add_skill_level
Raise or lower a skill level of the context actor.
Spec:
add_skill_level(
string skill,
long level)
Parameters
skill
: The skill to changelevel
: The number of levels to add (positive number) or subtract (negative number). If omitted, one level will be added
Valid values for skill: “Health”, “Strength”, “Attack”, “Defence”, “Ranged”, “Mining”, “Digging”, “Chopping”, “Building”, “Crafting”, “Smelting”, “Smithing”, “Farming”, “Cooking”, “Looting”
Incomplete
This documentation is incomplete