Gah lol well thank you. I had thought and this may be a bit easier. Is there a DP style Pokedex window/Stats view window for Poke Essentials floating around? I recently changed my tiles from FR/LG to D/P/Pt and Im trying to change the trainers atm as well.... But the limits with Poke Essentials sizes and all is agrivating =/...... Beautiful coding and all but wish it wasn't for just FR/LG/R/S/E also I have a question about it. I was testing out my start up process to make sure my sprites worked and all. When I tried to choose the female gender it closes the game out.
It isn't just for FR/LG, all you need is to change a few things on the scripts which I won't tell because I don't have the time to do that right now. If you search through the essentials thread, you will find some of these alterations there. Good luck searching for them though =p. Now about your question, did any error mensage popped up when that happened?
No, i tried it, it doesn't work. Any other ideas?
What I'm trying to do is an event where you step on a square and the hero's mom follows a set path to him. Obviously I don't want that to happen every time the hero steps on that event, so I need a way to switch off that event once it happens once. How would I do that?I honestly don't know how to help you lol, I mean I probably do but you sorta confused me lol. Self switches turn on in an event and then stay on (for that event) which helps you add additional pages (Gym Battles etc.) where the texts changes and things like that. Then there are control switches which can be used for events such as legendary poke events. (For example to get into an area for one of my Legendaries you need to show a character Sythe's Letter. And to enter the are first you must show him the letter switch is turned on upon recieving the letter, and to get into the area you must have showed it to the guy so that the control switch seenletter is on) Is that similar to what you want? Sorry if my example isnt very clear. Also I was wondering if anyone has a larger set of D/P tiles I can use..........
What I'm trying to do is an event where you step on a square and the hero's mom follows a set path to him. Obviously I don't want that to happen every time the hero steps on that event, so I need a way to switch off that event once it happens once. How would I do that?
I don't think I'm doing it right... Here's my code.At the end of your event turn self switch a "A" on. (on event commands page 1 "control self switch..." select "A" and "on") Then create another page to that event. On the left hand side you will see something that says self switch check mark the box and select "A".
Hope i helped
I don't think I'm doing it right... Here's my code.
Page 1:
tinypic.com/r/1eudrp/5
Page 2:
tinypic.com/r/wgopr9/5
(Don't have 15 posts, can't make them links)
And get rid of the other Conditional Branch and page...Coditional branch: Self Switch A = = OFF
Your move routes and such
Control self switch A = ON
Else
Put your thing after event here
Branch End
Yeah that works perfectly.
I wonder how the makers of RPG maker intended for people to make events, because having to put something in the else portion as it's primary effect is kind of strange...
Anyway, thanks!