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.
ID:146027
Oct 5 2005, 3:04 am
|
|
Code:
turf 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. |
Oct 5 2005, 3:37 am
|
|
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
|
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. |