-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual skill name()
iamnove edited this page Jan 18, 2023
·
51 revisions
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);
---~---~---~---~---~---~---~---~---