ID:261675
 
Everything was fine when I compiled it. Then I wanted to give the gold another icon, so I copied and pasted an icon file from another directory.. I wanted to edit the icon but I got an error saying it was inuse. I tried to put that icon file into my coding, but then I got an error. And now that error ha affected ALL of my icon files, making them bad, giving me the same type of errors. Can someone help?

StickWorld.dm:184:error: "Gold.dmi": bad file
It is very simple actually, and I have done this a few times myself.

Your problem is that you have quotes("gold.dmi") around your filename instead of apostraphies ('gold.dmi')

Once you change this it should be easily fixed.

Lance
...Guardian of Dragons...
In response to Dragon Guardian
....Thanks...........