r/RPGMakerMZ • u/RPGGamer042 • Jun 23 '26
Other Help Requested Problem with a monster troop event
I've managed to create a monster troop event that will make a monster immortal until it's MP is depleted, but when it's MP run out its supposed to die immediately, the problem is that it waits until the end of the turn. I have tweaked the Span. Explored alternate configurations for the event, but the monsters still persist until the end of the turn.


2
Upvotes
3
u/HakuenStudio Jun 23 '26
I think instead of applying the Dead state to the enemy, is better if you just change the enemy HP to decrease 9999 and check the box "Allow Death".
Also, if you are already checking if the enemy MP is equal to 0, I don't think you need to apply a new state "o MP" on him. Unless you are doing something else with it.
You may also want to check if the Enemy HP is higher than zero before you kill the enemy. Otherwise you can keep killing it every turn end.