Chaos Project

RPG Maker => Tutorials => Topic started by: tinney on September 03, 2011, 11:29:00 am

Title: Need help with Blizz ABS, creating a boss.
Post by: tinney on September 03, 2011, 11:29:00 am
Im using RPG Maker XP with Blizz ABS. Works great (i've read the manual). But i quite don't understand how to make something happen after you kill a enemy. I know how to use switches. I need to make an autorun event that triggers a switch when there are 0 enemies on the map right?
I need help with what i should type in to make that happen.

Thanks
Title: Re: Need help with Blizz ABS, creating a boss.
Post by: Blizzard on September 03, 2011, 11:46:50 am
The event code of enemy events is executed after you kill them.
Title: Re: Need help with Blizz ABS, creating a boss.
Post by: tinney on September 03, 2011, 11:57:29 am
Oh lol, i feel stupid now >.<. Thanks, but what do i do if i have more than one boss. And you'r able to kill them in any order you like, and the event will happen when all of them are dead?

Title: Re: Need help with Blizz ABS, creating a boss.
Post by: Blizzard on September 03, 2011, 12:01:18 pm
You can also use a variable with a common event that checks it constantly where each enemy would increase the variable by 1.
Title: Re: Need help with Blizz ABS, creating a boss.
Post by: tinney on September 03, 2011, 12:08:53 pm
Thanks man, works like a charm.  8)