-
Notifications
You must be signed in to change notification settings - Fork 52
Manual:DIL Manual spellindex()
iamnove edited this page Dec 23, 2022
·
51 revisions
integer spellindex(s : string) s : The abbreviated or full spell name
Returns: -1 if no such spell, otherwise it returns the spell index for that spell.
Example: s := "cu li wo"; /* cure light wounds */ i := spellindex(s);
---~---~---~---~---~---~---~---~---