mob
verb
Who()
set category = "Commands"
var/tmp/players
for(var/mob/M in world) if(M.client)
players += 1
usr << "[M.\icon] <B>[M]</B> ([M.level])"
usr << "Players online: [players]"
Problem description:I Can't show M icon on Who verb
I dont know what is wrong with my who verb, i need to show M icon but i can't, when i use Who command it shows ( example) :
Player.dmi, SuperSSJGoku (1)
How I can show the icon, not the icon name?
Let me know if it works.