ID:163055
 
Code:


Problem description:
when i code in the turf and i put it on the map it dont show!!! but i dont got errors or nuttin but when i like load the map and when i put the turf on the map it wont work...

Here's standard turf code as far as i've gotten with it, make sure you have a cooresponding .dmi file with what you want your tile to look like made.

the (world
turf = /turf/grass)

code makes it so the default tile will be grass before you start editing your map file.

hope this helps im not the greatest at this stuff yet myself.

turf
grass
icon = 'grass.dmi'
wall
icon = 'wall.dmi'
density = 1
water
icon = 'water.dmi'
density = 1
door
icon = 'door.dmi'
tree
icon = 'tree.dmi'
density = 1
world
turf = /turf/grass
In response to Kichimichi
sorry about the spacing can't get it to post quite right, fix the spacing consistency and it works