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
The event code of enemy events is executed after you kill them.
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?
You can also use a variable with a common event that checks it constantly where each enemy would increase the variable by 1.
Thanks man, works like a charm. 8)