battle event question

● ARCHIVED · READ-ONLY
Started by itam 7 posts View original ↗
  1. Hey hey

    I want to ask some questions at vx ace, especially at battle

    1. How to make a conversation before battle but already at battle screen

    2. How to make enemy tell something when his hp at some position (like at his hp 50%, 30%)

    maybe its simple, but i still confuse with it

    .
  2. You will use Troop event pages to do this. Check the help file (F1 in the editor) to see how to set up troop pages and set the conditions.
  3. There is no need to use a script for this unless you want conversations during the battle.  The OP wants them before battle starts, and that will be far simpler to implement.

    On troops tab, set the condition as Turn No. 0 (this means that anything that happens here occurs after the battle screen comes up and before any actions can take place).  Set Span to Turn (this means that it just happens on that turn.)

    Put in the dialogue you want.

    Create a second page with the condition as Turn No. 1 * X (this means it will check every turn) and again set the Span to Turn.

    Put in your conditionals.  What is supposed to happen when enemy reaches X%.

    Learning to do this right will give you a lot of flexibility in the future, so it is worth it.
  4. The OP wants them as the enemy's HP lowers as well :)
  5. True, my bad.

    However, the OP could still do as I have suggested on the second page of the troops tab.

    I just think that sometimes people rush to find a script solution instead of learning basic eventing.
  6. Yes, they do :)