Get Started
·
Register
·
Login
Posts
ID:269674
Favorites
Creations
little help
in
Developer Help
[Tips]
ID:269674
Sep 3 2005, 3:35 pm
Infernal dragon
Well can someone show me how to do a who command to show a list of everyone in the game and also a command to get the address of the server. Thanks in advance.
#1
Sep 3 2005, 3:42 pm
Lou
<dm>
mob/verb
ServerIP()
usr << "[world.address]"
PlayerList()
for(var/mob/M in world)
if(M.client)
usr << "[M]/[M.key]"
Copyright © 2013 BYOND. All rights reserved.
mob/verb
ServerIP()
usr << "[world.address]"
PlayerList()
for(var/mob/M in world)
if(M.client)
usr << "[M]/[M.key]"