Quote:
Originally Posted by Swan
Quote:
Originally Posted by Globu
#newmonster 2294
#name "Mistro del viero"
has a #spr 2 but no #spr 1, that might be it, I know fiddling round in the .dm file can warp your brain sometimes, happens to me!
|
The "mistro" has a copyspr right before, so it shouldn't be that the problem.
I can't play now, i'll try this solutions anyway
|
Per the mod manual, it's invalid to use both #copyspr and #spr1/#spr2 commands for the same unit. If you need the base sprite for one of the poses, perhaps you could just take it from the sprite dumps.
Also - with regards to comments - the parser doesn't really respect line beginnings, so something like:
--#modcommand
...will NOT be commented out. It may not function correctly, however, since the parser expects the # to begin the line. Any line not containing a # is ignored by the parser (in my experience.)