Chaos Project

RPG Maker => Tutorials => Tutorial Requests => Topic started by: monkeydash on January 21, 2011, 10:32:39 am

Title: Enemy death condition
Post by: monkeydash on January 21, 2011, 10:32:39 am
Sorry if this has an obvious answer that I've overlooked, but I am trying to figure something out.

I'm using Blizzabs, so obviously all of the battles are taking place in real time on screen. I'm making a traning mission in which your coach tells you to go kill a specific rat then come back to him.

There doesnt seem to be a condition to say something like 'If this event is dead then...'
Will this be a script thing or am I just missing something?

EDIT: Having just posted this, I seem to remember reading that a dead battlers events will play out on death...
Title: Re: Enemy death condition
Post by: WhiteRose on January 21, 2011, 12:12:04 pm
Right; the events in an enemy's page are played out upon its death, so just turn on a switch on that page, and have the instructor check for that switch. (I know you've figured this out, but I'm leaving an answer here in case anyone has a similar problem later and looks at this topic trying to find a solution.)
Title: Re: Enemy death condition
Post by: monkeydash on January 21, 2011, 12:13:53 pm
Thanks anyway!