I would like to autoplay an event right after the first random encounter in a new area. How? :)
Autoplay an event after a random encounter?
● ARCHIVED · READ-ONLY
-
-
- Put the autorun event with conditional switch X on every possible map you want that stuff to happen.
- Make them to only trigger once with self-switch.
- Turn on switch X on any possible troop event (Database > Troop > Event) you may encounter. All troop if you feel the need to.
- The autorun event will play when the battle end and you are back to map scene..
- Turn off that switch X every time you are about to transfer to new map.
-
Pretty straightforward. I should have thought of that myself. Thank you!
-
- Put the autorun event with conditional switch X on every possible map you want that stuff to happen.
- Make them to only trigger once with self-switch.
- Turn on switch X on any possible troop event (Database > Troop > Event) you may encounter. All troop if you feel the need to.
- The autorun event will play when the battle end and you are back to map scene..
- Turn off that switch X every time you are about to transfer to new map.
5 can cause trouble if you get a second random encounter on the same map.
Better turn off the switch at the end of the autorun event so it won't run again but initialize itself in case a new battle begins. Don't do it on map transfer. -
5 can cause trouble if you get a second random encounter on the same map.
Better turn off the switch at the end of the autorun event so it won't run again but initialize itself in case a new battle begins. Don't do it on map transfer.
Yea, no... that's why point 2 exist to negate the autorun to run again with a self-switch.
Therefore, point 5 won't cause trouble.
Battle encounter turned on the switch. If you turn off the switch itself in the autorun, it will be turned on again on your next battle. Thus there will be no point turned it off.
If I want to trigger an autorun event for every first time battle encounter in new map, then the best and safest way is to re-initiate my switch before I got myself to different map.
Therefore, do it on map transfer. -
Missed that part.I would like to autoplay an event right after the first random encounter in a new area. How? :)
-
Thank you both! It works - I am so close to finishing my prototype now! :D