mud/lib/doc/lfun/all/AddSkillPoints
2020-09-06 05:43:07 -07:00

26 lines
613 B
Plaintext

ADDSKILLPOINTS
NAME
AddSkillPoints()
SYNOPSIS
int AddSkillPoints(string skill, int x)
DESCRIPTION
LIB_ABILITIES: adds "x" points to the total for skill "skill". if the points go over the max for the current skill level, then the level is raised 1, if the points go under 0, then the skill level is lowered. LIB_CLASSES: Applies the appropriate skill modifiers to the skill change before passing it on to LIB_ABILITIES.
EXAMPLES
LOCATION
/lib/classes
/lib/lvs/abilities
SEE ALSO
AddSkillPoints, SetSkillModifier, GetSkillModifier
Author
Unknown