ID:261720
 
Ok, i have a code for my speed bags, and the error is this part

[code]icon = 'speedbag1.dmi'[/code]
and it says it cannot find, speedbag1.dmi, and its in the file tree?

Ikept making new icons and stuff, but it just wont work! What is wrong?

And im hoping someone will tell me whats wrong, not sum person that says " oh were not coding your game for you, blah blah blah, cuz im sick of it, and im posting things in the Code Problems, and no one seems to help, they just keep telling me, were not coding your game for you!"

So will sum1 tell em wuts wrong plz!!
First of all, you use < and >, not [ and ]. Second of all, your problem is that there is no speedbag1.dmi. It's case-sensitive. You probably have SpeedBag1.dmi or Speedbag1.dmi or speedBag1.dmi. Third of all, why do you have bags of drugs in your game? Fourth of all, the reason you were told not to ask for people to code your game for you is because that's what you were asking people to do.
In response to Garthor
Icon filenames aren't case sensitive, and if they are its never given me trouble. The icon may show up in the list of files, but I think you need to have an icon state in the icon file for it to see the file.
In response to OneFishDown
Hmm, I thought they were, considering that having two .dmi files with case-different names would seriously screw up the compiling process if it wasn't. But yeah, that might be the problem.
In response to Garthor
Bags of Drugs lol, i get it!

Umm i have states, and also ive tried everything!!! nothing seems to work! I have 3 diff icons, i tried them plus others i have made and none of them are working! FOR SOME STRANGE BIZZARRE REASON!!! UHHHHH!!!!!
Wait this is above the error:

BYOND(334.839) Error: the file C:\Documents and Settings\randy\Desktop\Dragon Ball Qonquest\Dragon Ball Qonquest.rsc is locked up!


whats that mean? and if you know how to fix it...how?
In response to SSJ4 Radditz
It means you can't compile while the .rsc is in use. In other words, you're going to have to close Dream Seeker.
In response to Garthor
ok