ID:174941
 
mob/verb/Who()
set category = "Communication"
var/tmp/counter = 0
for(var/mob/M)
if(M.client)
usr << "[M.name] (Key: [M.key])"
counter += 1
usr << "[counter] Player(s) Online"
Blueseed15 wrote:
mob/verb/Who()
set category = "Communication"
var/tmp/counter = 0
for(var/mob/M)
if(M.client)
usr << "[M.name] (Key: [M.key])"
counter += 1
usr << "<font color = purple>[counter]<font color = red> Player(s)<font color = purple> Online"
</font><font color =black>
Now please tell me the purpose of this post. o.0

-Camaro-
In response to Camaro
umm, I know this was said a while ago but, thought I should answer it... the where was a typo for here... Zaole was asking me for a who code.