Looking for a church script to revive dead party members

● ARCHIVED · READ-ONLY
Started by tearsofthenight 12 posts View original ↗
  1. basically i need a script where you pay to revive one or more of your party members.
  2. You could event that, especially if there's only a few party members.
  3. Engr. Adiktuzmiko said:
    You could event that, especially if there's only a few party members.

    There is 3 party members
  4. 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.
  5. whitesphere said:
    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?
  6. @tearsofthenight: I have a picture, hope this will help you?

  7. Zalett said:
    @tearsofthenight: I have a picture, hope this will help you?

    PvOrwlB.png

    Thank You!
  8. Zalett said:
    @tearsofthenight: I have a picture, hope this will help you?

    PvOrwlB.png

    How do you make it so it only revives 1 member at a time?
  9. 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
  10. Engr. Adiktuzmiko said:
    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!
  11. 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.
  12. Here's an example:

    pic.png