RPGM Is there a way to show a picture in battle depending on what action is performed?

McAron

Newbie
Apr 24, 2017
22
4
How can I show a specific picture in battle depending on which equipment is used by an actor what skills they use and what states they are in? Basically said picture would show what this actor is doing/wearing at the moment.

If it was answered somewhere already please direct me there as I can't find any information on it.

EDIT: So basically thanks to Yanfly's Buffs & States Core I can show pictures tied to a variable. And have said variable change with states. Need to figure out a way to assign specific images to a specific actors.

Using RPG Maker MV.
Thank you.
 
Last edited:

Sweetmeat

Newbie
Apr 26, 2022
16
27
You could try using Yanfly's Actor Variables to record which image should currently be associated with the actor, then call a common event to display the image that variable's value corresponds to.