ID:145110
 
Code:
ChangeHair
icon = 'changehair.png'
density = 0
Click()
alert(usr,"[usr.name],Here you are going to be able to choose the hair style you would like to have.","??Voice??")
switch(input("Which one would you like to look like on your adventure?","??Voice??")in list("Sora","Riku","Kari"))
if("Sora")
usr.icon = 'player.dmi'
usr.icon_state = "Sora"

if("Riku")
urs.icon = 'player.dmi'
usr.icon_state = "Riku"


if("Kari")
usr.icon = 'player.dmi'
usr.icon_state = "Kari"


Problem description:
Images\Images.dm:33: Inconsistent indentation.
Images\Images.dm:34: Inconsistent indentation.
Images\Images.dm:35: Inconsistent indentation.
Images\Images.dm:36: Inconsistent indentation.
Images\Images.dm:37: Inconsistent indentation.
Images\Images.dm:38: Inconsistent indentation.
Images\Images.dm:39: Inconsistent indentation.
Images\Images.dm:40: Inconsistent indentation.
Images\Images.dm:41: Inconsistent indentation.
Images\Images.dm:43: Inconsistent indentation.
Images\Images.dm:44: Inconsistent indentation.
Images\Images.dm:45: Inconsistent indentation.
Images\Images.dm:48: Inconsistent indentation.
Images\Images.dm:49: Inconsistent indentation.
Images\Images.dm:50: Inconsistent indentation.

Don't copy/paste off forums.


You copied that code off of the forums, didn't you, Mr. Dbgtsuperfreak? That's where the problem is, you need to properly indent it yourself. Copying isn't that great, so don't do it.
In response to Mysame
IT WAS MY POST!!!!
In response to Dbgtsuperfreak
Shh. Stop capping and being overally mean.

1. Highlight the space before the edge of the screen and each line that's indented
2. Use the tab button to correctly indent
3. It's "Kairi" not "Kari" =)
replace the spaces with tabs.