@ remcen
Yeah, that's what I was trying to get at.
Here's how I always do it:
1. Make you textures (which you've done) and name them in the following format:
name.01.paa
btw It always starts with 01 not 00 (might be part of the problem). Also, although I don't know if its necessary, try to keep the names short - it seems to work better for me.
2. Make the .p3d file - a simple plane. Name it something different to the textures (eg. if your textures are: tex.01, tex.02 etc. call your .p3d something like texture.p3d)
3. Write the script using the
drop command.
An example:
btw you'll either need a different script, or a different part of a script to do this. You can't make the paticle for the gnat and animate the wings using the same
drop.
#Loop
drop ["YourAddonFolder\moswing", "", Billboard, ~~~etc.~~~~]
goto "Loop"Follow these simple steps and it should work
. You might not want it to be a "billboard" type though.
editThe script is probably the most important bit. If the animation isn't timed right, you aint gonna see nowt.