ID:149030
 
Hmm for some reason, when ever i try to make anything, even if i just make a thing of grass and a stick figure to walk on it, it tells me That the file is bad. look:
mob
icon = "human.dmi"
turf
icon = "grass.dmi"
thats all i have(becides the icon files)
and i get this:
loading o.O.dme
1.dm:2:error: "human.dmi": bad file
o.O.dme:15:error: "grass.dmi": bad file

o.O.dmb - 2 errors, 0 warnings (double-click on an error to jump to it)

HELP!
You don't use quotes when pointing to a file, you use apostrophes. In other words:

var/x = 'file.dmi'

...and not:

var/x = "file.dmi"