Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: zerostarice on August 13, 2008, 11:40:36 PM

Title: Help Summoning Ninja Boss
Post by: zerostarice on August 13, 2008, 11:40:36 PM
Okay here is my plight. I have 9 ninjas battling soldiers. I am trying to make it so that you have to kill all 9 ninja and then you will be teleported to a new area. Can anyone help me with the setup? I have tried several different things but to no avail. Can someone please help me?
Title: Re: Help Summoning Ninja Boss
Post by: Felix-0 on August 13, 2008, 11:49:02 PM
Make an event that enters battle with 9 Ninjas battling party..then set teleport if win.to bosses room..cancel escape..and set gameover if you lose
Title: Re: Help Summoning Ninja Boss
Post by: zerostarice on August 13, 2008, 11:51:45 PM
That helps but I wanted the ninjas to be 9 seperate battles.
Title: Re: Help Summoning Ninja Boss
Post by: Meiscool-2 on August 14, 2008, 12:17:59 AM
Then set it to nine seperate battles...
Title: Re: Help Summoning Ninja Boss
Post by: Rayonius on August 14, 2008, 01:23:46 AM
make a variable that increases by 1 every time you kill a ninja, then have an event that auto-starts when variable = 9, teleporting you to the next room