turf grass icon = 'Turf.dmi' icon_state = "grass" turf water icon='Turf.dmi' icon_state="tree" density=1 turf tree icon='Turf.dmi' icon_state = "tree" density = 1
the first turf theres an error saying bad arguement definition what does that mean? and when i try to make a map file it syays object tree can not be trusted due to compilation errors then it says could not read the map file or something please help
How it should be:
You defined grass, water and tree fine. But you didnt define each of their icons, icon states and densities, because of the missed indentation. instead, you defined the default turf 3 times. Which cannot be done.
Amend your code to the above and it should work fine.
Also, a tip for the forums:
Place code INSIDE