In my game I added the Character saving demo and copied all of exept with differnt chars, but when I fininshed it gave me 50 inconistant indecations
Can someone help??
ID:149762
![]() Feb 21 2002, 1:52 am
|
|
Pizzaro wrote:
In my game I added the Character saving demo and copied all of exept with differnt chars, but when I fininshed it gave me 50 inconistant indecations If you get an "inconsistent indentation" error, it means one (or both) of two things:
|
|
Wrong way:
mob
icon = 'mob.dmi'
icon_state = "mob" //Inconstant indentation
name = "Player"
Right way:
mob
icon = 'mob.dmi'
icon_state = "mob"
name = "Player"