This works, it shows their icon:
mob/Stat()
statpanel("Who")
for(var/mob/A) stat(A)
But now I cant figure out how to put the extra information without their icon disappearing in the tab for some reason.
Any help?
Also yes I realize I could just have their suffix set to their location but I dont want to do it that way for a very specific reason which I guess isnt relevant here. Plus their suffix is already used for something else.
you'd probably have to add a proc to find A's location, but it should work, i hope