mob/var/specific // What the particular race is
mob/var/health // Mostly so as to put little need for that in the actual code, this is for combat
mob/var/focus // What the race's focus is (Warrior, etc.)
mob // mob
proc // proc
CharacterSel(M,L,P)
switch(alert("What is thy race, Sir [src.name]?",,"Name","[M]","[L]","[P]"))
if("[M])"
I get the following errors:
loading megalib.dme
megalib.dme:18:error: }: missing comma ',' or right-paren ')'
megalib.dm:15:error: list started here
megalib.dmb - 3 errors, 0 warnings (double-click on an error to jump to it)
Pay no attention to the file names, I always use wierd names.
Take a look at the bolded bits