Skip to content

addSkillLevel Lua export

Bui edited this page Aug 29, 2014 · 1 revision

addSkillLevel

Script Type(s): All Lua Scripts

Category: Skill Exports

Return(s):

  • N/A
Argument(s):
  • skillId: number
  • skillLevel: number
  • Optional - maxLevel: number
Notes: Adds the specified number of levels to a skill. if the player does not have the skill, it behaves as though the player has 0 points in the skill. If the optional max level argument is specified, this export will also set the max level of the skill.
Clone this wiki locally