ID:263684
 

water
icon = 'turfset.dmi'
icon_stae = "water"
density = 1
Whats wrong with this code the
Inconsistent Indention error keeps popping up
Tales Number TwO wrote:
water
icon = 'turfset.dmi'
icon_stae = "water"
density = 1
Whats wrong with this code the
Inconsistent Indention error keeps popping up

I suspect it has something to do with your indentation being inconsistent. Probably either mixing tabs and spaces, or using too many tabs or spaces (whichever you use).
In response to Foomer
yes but my main Qustion i would like to know is Whats the diff between
ccside
icon = 'turfs.dmi'
icon_state = "ccside"
density = 1
and



water
icon = 'turfset.dmi'
icon_state = "water"
density = 1
In response to Tales Number TwO
Tales Number TwO wrote:
yes but my main Qustion i would like to know is Whats the diff between
ccside
icon = 'turfs.dmi'
icon_state = "ccside"
density = 1
and



water
icon = 'turfset.dmi'
icon_state = "water"
density = 1

Isn't that the question I just answered? If its an indentation error than you probably used different characters for indentation. Some tabs, some spaces. Or you tabbed or spaced too much somewhere else.
In response to Foomer
Thanks For the imfo ^_^
In response to Foomer
u put icon staet its icon_state
In response to Trane5
I'm sure he just mispelled that while writing here, considering that your answer wouldn't solve his question.
In response to Tales Number TwO
Tales Number TwO wrote:
yes but my main Qustion i would like to know is Whats the diff between
ccside
icon = 'turfs.dmi'
icon_state = "ccside"
density = 1
and



water
icon = 'turfset.dmi'
icon_state = "water"
density = 1

Do you have a /obj or /turf thing before it? I can't see.