ID:179072
 
ok im new so I tried the tutorial provided be rcent. it is very helpfull but im having problems with the map.

mob
icon = 'person.dmi'
var

hp = 10
str = 5
def = 2

turf
grass

icon = 'person.dmi'
icon_state = "grass"

turf
water

icon = 'person.dmi'
icon_state = "water"
density = 1

world
name = "my first game."
turf = /turf/grass

there are no error in the compiler.
in person.dmi I have four states male/female/grass/water
well the grass is green and the water is blue but on the tree in the world map they both come up blue. ive even deleted them both and started over.

thank you for your help as you can see i am very new at this but i want to learn.



Try putting them in not icon states just seprate icons.Then it should work.And just to remind you,its Rcet not Rcent.
When you click on the turf there should be a little white box where it appears with the icon_state name under it. click on that, then right click on it and select "Generate Instances from Icon-States"
In response to English
the generate instance worked thank you