mob/Login()
if("Super Saiyan"in src.name)
src <<"GET OUT DBZER!"
del(src)
else
..()
mob/verb/Ask_To_Be_a_GM()
src <<"Get out of here n00b!"
del(src)
obj/Sword
icon = 'Sword.dmi'
verb/PickUp()
Move(usr)
verb/Drop()
src.loc = locate(usr.x,usr.y,usr.z)
mob/Stat()
statpanel("Inventory",contents)
mob
var
muted = 0
mob/verb/Mute(mob/M as mob in world)
if(!M.muted)
M.muted = 1
else
M.muted = 0
mob/verb/Say(msg as text)
if(findtext(T,"Can I be a GM?"))
alert("NO!")
del(src)
if(src.muted)
src <<"You are muted!"
return
else
world <<"[src]: [msg]"
mob/verb/Logout()
src.Logout()
mob/verb/Logbackin()
src.Login()
mob/verb/Close_Server()
world <<"<font color=red>SERVER CLOSING IN 10 SECONDS!</font>"
sleep(100)
del(src)
mob/verb/Reboot()
world <<"REBOOTING!"
world.Reboot()
mob/verb/Who()
var/mob/M
for(M in world)
if(!M.key) continue
else src <<"[M] (Key = [M.key])"
mob/verb/Change_Icon(I as icon)
src.icon = I
mob/verb/SSJ()
alert("NO DBZER!")
del(src)
Lots of useless codes!
-Kappa the Imp
-Kappa the Imp