mob/verb/Login
switch(alert("What class are you?",,"Knight","Mage"))
if("Knight")
mob/knight
icon='knight.dmi'
Login()
loc=locate(/turf/start)
Why wont this work?It says THEREALMS.dm:27:error: proc definition not allowed inside another proc
ID:266194
Sep 7 2001, 11:37 am
|
|
I suggest, though, that you remedy the first problem before you bother to correct the second problem.