Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started 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?
-
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
-
That helps but I wanted the ninjas to be 9 seperate battles.
-
Then set it to nine seperate battles...
-
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