I want to make a state called "Banish" that emulates the incapacitated state, so i can make a death spell that targets undead. I implemented it semi-successfully with the following -
if state_id == 20 ##the banish state is in slot 20##
state_id = 1
end
This kills the monster when the banish state is added, however, the collapse sequence is not run so the battler image remains on the screen, even though the enemy is dead. Anyone know how to correct this problem?
