Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Dashman on July 12, 2005, 02:37:56 AM
-
How can I make it so, if a party member dies...
1.-...it can't be revived after the fight(leave the party if it dies and is not revorned)?
2.-...the game ends, even if it's not the main hero?
Thanks for your attention.
-
1.-...it can't be revived after the fight(leave the party if it dies and is not revorned)?
2.-...the game ends, even if it's not the main hero?
1. Create a Common Event and set it to Parallel Process. Create a Conditional Branch that checks if the hero is afflicted by the Death condition. If he/she is, remove them.
2. Just put a Game Over after removing the hero in the first step.
-
Thanks for the gelp. Btw, is there also a way that, if any hero dies during the battle, the game ends without having a chance of reborning him?