ID:163280
 
Im learning codeing right, so i had a qucik question... pretty simple but cant find the anwser. Say i make a new icon file and then make a turf called grass then i make another turf called dirt but there both in the same icon file how do i code both of them.
turf
grounds
icon = 'yourfile.dmi'
grass
icon_state="grass"
dirt
icon_state="dirt" // That's whatever you name the icon in the .dmi
In response to LucifersHellion
ty