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"
Copyright © 2025 BYOND Software.
All rights reserved.
</font><font color =black>
Now please tell me the purpose of this post. o.0
-Camaro-