New account registration is temporarily disabled.

[RMMV] EVENT CHAINING

Posts

Pages: 1
1) I have an event which causes the player to keep moving left until the player is on a specfic Region ID.
2) I would also like it to keep moving the player until the player is on a new event, at which point I want that new event to trigger instead.

I've solved 1. How do I solve 2?

Marrend
Guardian of the Description Thread
21806
My thought is an "On Hero Touch" event that triggers a self-switch for the other event, but, I'm not 100% sure "On Hero Touch" triggers when a move-route is being enacted.
This was the first thing I tried. No matter how I set up Event A, I can't get Event B to trigger, even when Event B is triggered by Player Touch.
I found the solution. You can achieve this function by adding "Exit Event Processing" after a "set move route" that does NOT wait for completion.
Pages: 1