Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
If a party member dies...
« previous
next »
Print
Pages: [
1
]
Author
Topic: If a party member dies... (Read 2143 times)
Dashman
Just too cool for this planet
Associate
Posts: 237
i like food
If a party member dies...
«
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.
Logged
WarxePB
Action Sue
Royal
Posts: 3,601
What killed the dinosaurs?
(No subject)
«
Reply #1 on:
July 12, 2005, 03:40:53 AM »
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.
Logged
Blog:
The Gigaverse
Twitter:
Initial Chaos
Dashman
Just too cool for this planet
Associate
Posts: 237
i like food
(No subject)
«
Reply #2 on:
July 12, 2005, 02:43:25 PM »
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?
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
If a party member dies...