ID:174156
 
This is what I write in the Code File

Turf
Grass
Icon = 'Grass.dmi'
Name = "Grass"

Density = 0
Opacity = 0

Turf
Dirt
Icon = 'Dirt.dmi'
Name = 'Dirt'
Density = 0
Opacity = 0

I've made the icons for dirt and grass and when I do the coding then open map it says Compilation Errors the tree cannot be trusted blah blah blah..... :(
all those vars arent started with a capital letter. Its icon not Icon same for density and opacity and name

Also it could just be how its pasted in the post but it looks like in grass theyre tabbed over 1 too far.
In response to Aridale
Turf
Grass
icon ='grass.dmi'
name ="grass"
density = 0
opacity = 0

is this right?