basically i need a script where you pay to revive one or more of your party members.
Looking for a church script to revive dead party members
● ARCHIVED · READ-ONLY
-
-
You could event that, especially if there's only a few party members.
-
You could event that, especially if there's only a few party members.
There is 3 party members -
Reviving a dead player is a matter of removing the Dead state from them, and usually Recovering some percentage of their HP. If you skip the second step, the revived characters are barely alive with 1 HP.
So, your Church event just needs to check each Actor to see if it has the Dead state. If it does, and the player has enough Gold, the Church can say something like "[Actor name] is dead. Do you want to revive him/her for [Gold]?" If the answer is Yes, subtract the Gold and remove the Dead state from the Actor. -
Reviving a dead player is a matter of removing the Dead state from them, and usually Recovering some percentage of their HP. If you skip the second step, the revived characters are barely alive with 1 HP.
So, your Church event just needs to check each Actor to see if it has the Dead state. If it does, and the player has enough Gold, the Church can say something like "[Actor name] is dead. Do you want to revive him/her for [Gold]?" If the answer is Yes, subtract the Gold and remove the Dead state from the Actor.
Can you make a demo with a church event for reference? -
@tearsofthenight: I have a picture, hope this will help you?

-
@tearsofthenight: I have a picture, hope this will help you?
Thank You! -
@tearsofthenight: I have a picture, hope this will help you?
How do you make it so it only revives 1 member at a time? -
you can make a choice window that lets you select 1,2 or 3
if you select 1, make it revive member 1 and so on -
you can make a choice window that lets you select 1,2 or 3
if you select 1, make it revive member 1 and so on
Thank you! -
Moving to VX Ace Support
Then you have to cater for different choice options, as you wouldn't want to give the player the option to revive a party member who isn't actually dead. -
