RANDOM ENCOUNTER EVENTS

RPG Maker VX Ace

Set up common events to run when you run into a random encounter


 
This script allows you to run a common event when you encounter an enemy through "random encounter".
When the common event finishes executing, the random encounter battle will begin.

In this common event, you have the opportunity to run some extra logic before the battle occurs. The enemy troop that you will battle is available, and you can use this information in your event. For example, you may choose to display a message if a certain troop is encountered.

This script provides a special command that allows you to "cancel" the encounter, allowing you to create mechanics that allow players to skip encounters if they do not wish to battle.
 
Get it at HimeWorks!

Posts

Pages: 1
This is pretty cool, Hime. I've always liked your scripts and this one I could see as being super useful. Thanks for sharing!
Thanks! I used this for making custom battle transitions and it's made things so much easier than having to figure out how to get the default transition to do what you want.

Also used it to allow players to implement time-based encounter skipping using a single common event, so there's a lot of potential.
Pages: 1