and i do something like that
mob/Del(mob/M)
view() << "[M] as disconnect"
..()
mob/DM/verb/dc(M as mob in world)
del(M)
its do a disconnect, but its write "as disconnect"
without is name, i try to do it with M.key, its didnt work to
after that i try to do a command that i wont be able to give DC to any 1 who under "DM" (i mean, to my self)
so i did soemthing like that
mob/DM/verb/dc(M as mob in world)
if(M.key = DM.key)
return
else
del(M)
3 error, the pogram dont know what is it DM key.
and before i did "mob/DM/key = "Orhalimi" "
the errors is "DM.key:undefined var"
"missing expression"
thx for help
Orhalimi
http://www.byond.com/docs/ref/info.html#/proc/var/src