You seem to be either remarkably clueless or remarkably insistent on not reading the documentation.
Code: Select all
//!!Warning (97): Set 00 defined by the previous Action 1 (sprite 2) has not been used.
So, you're saying that there might be a problem with one or more of potentially hundreds of action 2s? And that I'm supposed to complain about every single one of them? Including the one(s) that you may have forgotten to write? I don't think so.
If you prefer, read that as "There's a problem somewhere between sprite 2 and here."
If there was one sprite which was obviously at fault, I'd (*gasp*) complain about that sprite.
Code: Select all
//!!Warning (99): Offset 8: No more data was expected.
The documentation is quite clear on what "Offset" means, and I suspect it's something other than what you think it means.
You might also consider looking up the suggested fixes for message 99, which can be found in the same file as the definition of "Offset".
Furthermore, try comparing the console output with the location of the comments. You might notice something interesting. Like that every sprite with a number one lower than the numbers seen on the console seems to have a message following it, and that no other sprite does.
Any one of these three should clue you into what the level 2 warning on sprite 12 is, and why there's a message after sprite 11.