How Do I Multiple Hitsparks Show Instead On One.....Like For example On Anjels Chibi Deidara Every Time He Hits(In This Case Any basic attack) A Different Hitspark Shows...Thast What I Want My Char T DoAny help Is Appreciated
under the hitdef where it says "sparkno = " you can put in an expression instead of a number.So for example, say the two hitsparks you want to use are S8000 and S8001 (the S just means that the animation is in the character's AIR file and not MUGEN's default hitsparks) and you want each one to have an equal chance of showing up, you'd put:S8000+(random%2)That way both 8000 and 8001 each have an equal chance of being used.