Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on June 28, 2007, 09:57:39 PM
-
Ok, so I have a problem. I have the first event attached to show you what happens. When the scene is done, the cave shakes, and a timer is supposed to start. But when you gain control, you automatically die. Why does this happen?
-
If this is after being defeated by an enemy, then you'll be left with 0 HP. Because of this, certain actions will cause you to die and Game Overize.
Yeah. That's the only thing I can think of.
-
Here, this is the other event.
I'd appreciate the help. :)
-
Originally posted by Bluhman
If this is after being defeated by an enemy, then you'll be left with 0 HP. Because of this, certain actions will cause you to die and Game Overize.
Yeah. That's the only thing I can think of.
That might be it, but I tested it starting as a new game. Thats why the first screen has no Switch trigger. And its not the switch cause I've tried it while actually playing through the game.
-
Two things I can think of:
1) It's a HP issue. If Trance is the only character left alive after a previous battle, then when you remove him, you'll get Game Over after that event. I recommend putting in a "Full Heal" command somewhere in the first event, just in case.
2) There's an issue with your timer that's causing it to skip to the "Death" event as soon as the countdown starts, rather than 15 seconds after it starts. I'd recommend not using the built-in timer, and setting up your own timer with a Parallel process that decreases a "Seconds" variable by 1 every second, starting it at 15, and then starting the "Death" event at 0. The only disadvantage is that you'd have to make a numerical display for it yourself, but on the plus side it'd be more reliable and easier to use.
However, I don't use the built-in timers, so it may be better to wait until someone who knows what they're on about posts. xD
-
Well, its not an HP issue, I can 100% assure you. Ive gotten to that part with all characters alive so it isnt that.
And the other idea sounds good, but way too much work for something as small as this. I'm sure there's a solution so I'll wait for some more posts.
Thanks for trying though! :D
-
I'll put in the timer, unless someone manages to solve you're problem. I'm good at displaying numbers so don't worry about it.
-
Originally posted by lucas_irineu
Change party member: Trance remove
I think that this may be the problem... There are other member in the party? If yes, forget everything I just said. :D
Yes, there are two others.
And aboutaso, thanks. If I have to resort to that, I'll let you know.
-
Well, I talked to Meiscool, and he figured it out in one try, lol. Apparently, you just have to activate the switch (Rubble) after the timer is set. Lol. problem solved! Thanks to everyone who tried. :D