Manual:DIL Manual/skill name()

From DikuMUD Wiki
Jump to navigation Jump to search


Function:  string skill_name( i : integer ) ;
  i
         Skill to get the name of ass defined in 'values.h' and 'commands.def'
  returns
         The name of the skill that corresponds with the integer value
example:

---~---~---~---~---~---~---~---~---
myski:=skill_name(5);
---~---~---~---~---~---~---~---~---