obj
hud
HUD2
icon='HUD2'
name="Who"
Click()
var/tmp/C = 0
for(var/mob/M in world)
if(M.client)
C+=1
usr<<"<font size=2><b><font color=red>[M.name]: <font color=green>(Key: [M.key])"
usr << "<font size=1>[C] Players Online!"
Problem description:i have 4 inconsistent indentations.