ID:146027
 
Code:
turf
boards
icon = "boards.dmi"
density = 0


Problem description:
I just coded in all my turfs to make a map and every single one got the eroor 'Bad File'. Anyone know how to sort this? Thanks.

Your trying to set icon to a text string ("boards.dmi"). You want to use single quotes for it ('boards.dmi').
In response to Nick231
Thanks...I cant believe I overlooked that...all is good now xD
turf
icon = 'Boards.dmi'
density=0

In response to Coolboyo.l.back
1. Problem has already been solved.
2. You didn't use DM tags.
3. density would line up with the icon specification string.