Hey there! I dunno if you're still supporting the plugin, but i figured it'd be worth asking.
After reading the comment from the other user and some messing around, I got this to work with the ARPG plugin for MZ. My problem right now is as follows: the player can dodge and hold down the button to seamlessly transition into dashing, so I made animations for both. However, the plugin always overwrites the previous animation with the new one, so the dodge never actually gets to play out; it kinda just bugs out until the dash animation starts.
It would be cool to have a sort of priority system, where animations with higher priority always play and finish before lower priority ones, but I assume that would need a bunch of work- so my actual question is, is there a way to at least temporarily disable the dash animation? So that I can turn it off, let the dodge play out, and then manually enable it again when that's finished? There's a script in the guide to disable the idle animation, but not any other one unfortunately. Thank you!