I'm trying to put the map on but nothing works. I made a code.
turf
floor
icon = 'floor.dmi'
wall
icon = 'wall.dmi'
grass
icon = 'floor.dmi'
world
turf = /turf/grass
obj
wall
icon = 'wall.dmi'
nothing works.
anyways im totally green at coding thing.
ID:138771
Dec 11 2011, 3:53 pm
|
|
turf |
In response to EclipseCovertAgent
|
|
No, that is the not the problem. It is very possible to give two objects the same icon. They will both look the same. Try it yourself.
|
In response to Lugia319
|
|
Lugia319 wrote:
No, that is the not the problem. It is very possible to give two objects the same icon. They will both look the same. Try it yourself. Well I define icon_state, always to avoid a problem like this. I don't see what else would be causing the problem that if he compiles and run nothing else is showing up the compiler is not reading the two icons properly. |
In response to EclipseCovertAgent
|
|
Assuming proper indentation, his code should work.
|
Without information, we can't really help you much... for the above Qs:
- Fix the problem, compile, then edit the map ^_^
- Make sure you have the correct icon_state defined. Remember, case sensitivity DOES matter. Icons in a file with no icon_state = default
- As you will learn, case sensitivity does matter