int add_skill_lvl(string skill, int lvl, int exp)
Description
Adds the number of levels specified to the given skill. The exp
option is how much exp was used in increasing the level. This is used
in the guild rooms for increaseing the level of the player or npc in the
given skill. Is only defined on npc and player objects.