(Official) LUA Scripting Documentation
get_skill_level
Get the current level of a specified skill of the context actor.
Spec:
get_skill_level(
string skill)
Parameters
skill
:
Returns
long
: The skill level
Valid values for skill: “Health”, “Strength”, “Attack”, “Defence”, “Ranged”, “Mining”, “Digging”, “Chopping”, “Building”, “Crafting”, “Smelting”, “Smithing”, “Farming”, “Cooking”, “Looting”
Example
local lvl = get_skill_level("attack")
Incomplete
This documentation is incomplete