- Joined
- Jun 14, 2015
- Messages
- 85
- Reaction score
- 15
- Primarily Uses
Hey, so I was looking into making specific troops appear for the characters when the character is between say lvl 5-10 or 11-15 on the world map. I was experimenting with ways of doing this. Here is the one that worked the best, but I'm having an issue with it.

Don't worry about the self A switches, and on the 2nd event page. It just turns off self switch A off, I just forgot to erase that before posting.
What happens is that it takes approximately 30 steps(yes only moving pressing the right button for now) for the first battle to appear(randomly). This is good. Then after that first battle it starts a battle for each step.
I KNOW what the issue is. The issue is that the steps are accumulating. After the first battle they were already at or over 30, so now since the game reads me as having over 30 steps after the first battle, it always causes me to be in a battle. I don't know how to STOP that. I've tried subtracting the variable steps, dividing by 30, setting it to 0, nothing works( I don't think it's actually changing it at all).
How can I cause the random " battle processing" to occur in increments of 30 or whatever other number?

Don't worry about the self A switches, and on the 2nd event page. It just turns off self switch A off, I just forgot to erase that before posting.
What happens is that it takes approximately 30 steps(yes only moving pressing the right button for now) for the first battle to appear(randomly). This is good. Then after that first battle it starts a battle for each step.
I KNOW what the issue is. The issue is that the steps are accumulating. After the first battle they were already at or over 30, so now since the game reads me as having over 30 steps after the first battle, it always causes me to be in a battle. I don't know how to STOP that. I've tried subtracting the variable steps, dividing by 30, setting it to 0, nothing works( I don't think it's actually changing it at all).
How can I cause the random " battle processing" to occur in increments of 30 or whatever other number?
