New account registration is temporarily disabled.

[RMMV] SHOW BATTLE ANIMATION ON SIDEVIEW BATTLER

Posts

Pages: 1
I want to use a common event to make a battle animation play over one of the player characters while using the sideview battle system, but unfortunately RPG Maker MV seems to have forgotten that sideview is a thing and only has the option to target enemies.



What would be a good way to get around this?

EDIT: Tried to come up with a solution myself by scavenging pieces of code I don't actually understand from the RMMV Script Call master list and the following script call seems to do the trick:

$gameParty.members()[ID].startAnimation(animationID, true/false, delayN)

So, if anyone else needs help circumventing this that's a way, I guess?

If you want to use an animation to show your characters "casting" an attack I would reccomend Yanfly's Battle Engine Core you can just set up the animation in the Plugin without any eventing or scripting.
Pages: 1