For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client Exports

Add XP

Send the skill name (string) and points (number) to add, returns boolean.

exports['av_skills']:addXP(skill,points)

Remove XP

Send the skill name (string) and points (number) to remove, returns boolean.

exports['av_skills']:removeXP(skill,points)

Set XP

Send the skill name (string) and points (number) to set, returns boolean.

exports['av_skills']:setXP(skill,points)

Get XP

Get a specific skill XP by sending the name, returns a number.

exports['av_skills']:getXP(skill)

Last updated