RPG Maker VX Ace

RPG Maker VX Ace

View Stats:
Dot Dec 24, 2016 @ 3:32pm
How to have a character permanently die if they lose their hp?
Any thoughts?
< >
Showing 1-4 of 4 comments
Amelia Dec 24, 2016 @ 3:51pm 
I don't have the time to test this, but this might work.

Make a Common Event for the actor dying. In the event, create a Conditional Branch that activates if the Actor is inflicted with the "Death" state. Once that's triggered, turn on a switch called "Actor Dead" or something of the like. This switch will be used in the future for future events signifying if he's alive or dead [ex: Theirs an NPC who now mourns his death if it's on]. Then simply have him leave the party. Some dialogue would be a good way to show that he's dead to the player, as well.

The Common Event should either be Parallel Process or Autorun, by the way. Autorun has a bad tendency to freeze the game if not properly handled so Parallel Process would probably be a better choice.

Here's a quick mock up in a common events.


http://i.imgur.com/aACoj0t.png

If this doesn't work, then I suppose you can find a script on this fairly easily.
Dot Dec 24, 2016 @ 4:03pm 
Originally posted by Darkanine:
I don't have the time to test this, but this might work.

Make a Common Event for the actor dying. In the event, create a Conditional Branch that activates if the Actor is inflicted with the "Death" state. Once that's triggered, turn on a switch called "Actor Dead" or something of the like. This switch will be used in the future for future events signifying if he's alive or dead [ex: Theirs an NPC who now mourns his death if it's on]. Then simply have him leave the party. Some dialogue would be a good way to show that he's dead to the player, as well.

The Common Event should either be Parallel Process or Autorun, by the way. Autorun has a bad tendency to freeze the game if not properly handled so Parallel Process would probably be a better choice.

Here's a quick mock up in a common events.


http://i.imgur.com/aACoj0t.png

If this doesn't work, then I suppose you can find a script on this fairly easily.

Hey, thanks for taking the time to leave your thoughts, appreciate it! :)
Sierra Dec 24, 2016 @ 4:04pm 
Came here to solve, saw Darkanine had the same solution. Rock on.
Agent Ulgrin Dec 26, 2016 @ 10:19am 
Originally posted by wilthepil:
Any thoughts?

Remove any revival items so they cannot be revived.

(Anything that removes the death state)
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Dec 24, 2016 @ 3:32pm
Posts: 4