ID:143332
 
Code:hud
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.

The lines under Click() need to be indented...
In response to SuperSaiyanGokuX
yes i know but how?
In response to Chrislee123
highlite them then press Tab once
In response to Chrislee123
Alright, it should look like this:
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!"


You can do what VolksBlade said, or you can even just go line by line and hit Tab...
In response to SuperSaiyanGokuX
Thats the same thing, but doing it volks way is shorter.
In response to Pyro_dragons
I know im a awsome experienced noob aint i?