- Joined
- Jul 15, 2013
- Messages
- 235
- Reaction score
- 18
- First Language
- English
- Primarily Uses
(SOLVED)
RPGMAKER VX Ace
Ok. So i have an event set up that's to change the graphic of the event based on party members, when you enter the area. So, naturally I would think, "autorun", so it just does it automatically. But the problem is, if I do that, it will keep cycling through the event, and keep running it over and over.
I thought to solve this by making a new event page, but that negates the graphic change from the previous page, and applies only the graphic of that new page (which is empty)..
So.. how do I keep the graphic change of the event, without it autorunning endlessly, or overwriting that graphic with a new page.
Can I not use a conditional branch, but instead I have to have many many different event pages?
So:
at the end of my page with the conditional branch that sets the graphic,(autorun) I would have "Set selfswitch A: ON"
On the next page, I would have the condition be self switch A is on, (action button, with empty page.) However.. It then uses the graphic of that new page, rather than the graphic that was set from the previous one.
There are multiple possible graphics that can be set. Not just one. So setting the graphic on the next page isn't an option.
RPGMAKER VX Ace
Ok. So i have an event set up that's to change the graphic of the event based on party members, when you enter the area. So, naturally I would think, "autorun", so it just does it automatically. But the problem is, if I do that, it will keep cycling through the event, and keep running it over and over.
I thought to solve this by making a new event page, but that negates the graphic change from the previous page, and applies only the graphic of that new page (which is empty)..
So.. how do I keep the graphic change of the event, without it autorunning endlessly, or overwriting that graphic with a new page.
Can I not use a conditional branch, but instead I have to have many many different event pages?
So:
at the end of my page with the conditional branch that sets the graphic,(autorun) I would have "Set selfswitch A: ON"
On the next page, I would have the condition be self switch A is on, (action button, with empty page.) However.. It then uses the graphic of that new page, rather than the graphic that was set from the previous one.
There are multiple possible graphics that can be set. Not just one. So setting the graphic on the next page isn't an option.
Last edited by a moderator:
