Manual:DIL Manual skill name() - Seifert69/DikuMUD3 GitHub Wiki
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);
---~---~---~---~---~---~---~---~---