Who()
set category = "Utilities"
for(var/mob/M in world)
usr << browse({"
Name | Key | Guild |
---|---|---|
[M.name] |
[M.key] |
[M.guild] |
"},"window=Who;clear=1;size=450x300;can_resize=0")
But shortly after wasting all 8 minutes putting it together lol, I realised that It couldn't be done that easy with more then 1 person on... So is there any way to get it so it will show everyone online inside the table without getting all buggy
(I've tried searching the forums but couldn't find anything)
::EDIT::
It would be nice if there was a way to get it so each person's info got added in a new row if possible.</<>
daniel