ID:272674
 
Can someone please assist me on how to show people's names and icons in the interface, like a "who" verb without clicking who, one that's alwayz there to look at.
This might be a long and weird way to do it and I'm not sure it would work but,

mob
Login()
world.whosonlinecheck()



proc
whosonlinecheck()
// create a list and check for mobs in world and add or remove them to or from list.
// do another check when logging out.
Add the players to a list upon Login() and output them periodically to a grid on your list.

(Actually they should only be updated when they login or leave)