PDA

View Full Version : This one is puzzling me


Omnislash024
09-25-2005, 09:10 PM
Ok, so I've set up an event that has a Character Battle in it. The main character is supposed to lose. I've set that battle so that the game doesn't end when the battle is over, but after it follows the dialogue exchange afterwards using the Battle Result Branch, the game kicks me into the editor, meaning that the game does indeed end.

I'm going to try to find a solution, but I'm wondering if anyone else knows what to do.

Omnislash024
09-25-2005, 09:40 PM
Bah... furk it. Knowing RPGMaker, it's gotta be something dumb and unrelated that's causing it.

Virtualman
09-25-2005, 11:08 PM
the reason thats happening is cause theres no character thats "alive" to walk around the world. in the 'lose battle' branch make sure you restore the parties health to at least 1.

I know its stupid, but its not hard to do.

Feros
09-25-2005, 11:08 PM
You have to make sure to revive and heal your party using scripts after the battle. Otherwise, once control is returned to the player (when the script ends) The HP is zero, so the characters are technically dead, and the game crashes.

KinglySteed
09-25-2005, 11:10 PM
Awesome, I'm going to do that and I'm sure I would have had a problem with that.

Omnislash024
09-25-2005, 11:51 PM
Really? That's what I thought it was, but the weird thing is I did that and it still threw me out.

EDIT: Oh ok, got it to work. Thanks dudes! :thumbs