An owner/fan-boy from X game comes in X Game.
Writes on say either the link or the name of the game. The code
mob/verb
say(t as text)
set category = "Player Panel"
set name = "View Chat"
CheckAd(t)
view(usr)<<"[usr]:[t]"
I know we can check if a Key exists, etc. so I thought maybe we could.
I was also wondering if the built-in proc Shutdown was meant to shutdown the server itself. I normally use
mob/verb
shutdown()
set category = "Admin Panel"
set name = "Shutdown"
del world
2. Yes, it does.