mob/Owner
Character_Wipe(mob/M in world)
set category = "Administration"
switch (input("Are you sure?") in list ("No","Yes","No"))
if("No")
return
if("Yes")
fdel("players/[M.key].sav")
usr << "<b><font color=red>[M]'s character has been deleted."
M << "<b><font color=red><font size=3> Your character has been deleted by [usr]. Please relog if you wish to recreate your character."
del(M.client)
if("No")
return
Problem description:
Undefined Proc
I can't seem to get the game to run because of this error, although i cant seem to giure out how to fix it =/ Please explain in Lamen terms how to fix this, It would be greatly appreciated.