client/verb
who()
var/mob/M
usr << "People On:"
for(M in world)
if(M == usr)
continue
if(M.key)
usr << M.key
I am using this code it works but when I run my game and click the who verb it says who but doesnt show anyone what am i doing wrong?
Copyright © 2025 BYOND Software.
All rights reserved.
Verrry close.
use this: