• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

2nd page of trainer event not saving?

  • 9
    Posts
    9
    Years
    I've been having this problem since I started using Pokemon Essentials, but I'm not sure if it's a problem with that or rpg maker xp.

    For example, if I decide to change the 2nd page (self control switch = a) of a trainer event from something like "Dang, you beat me." to "I won't lose next time!", it will appear that it is changed until after I save the project and close the program, or test run it. Then it will change back to "dang, you beat me." Along with this, this also happens when a trainer tries to give an item to the player after a battle.

    At the moment, the only way I have found to fix this is to delete the 2nd page and to remake it with the correct details. Although it works that way, it gets very frustrating if it's just a small fix.

    If this is not enough detail, let me know and I'll try to record a video of it. Thank you in advance.
     
    Last edited:
    The comments are used to create a standard trainer event, i.e. fill in its pages with various commands that make it behave like a trainer. This process includes making new pages where necessary. The result of this is that all the event's pages and commands are erased whenever the game is compiled, and are replaced by the trainer stuff (even if they happen to be identical to what it will end up generating).

    The comments are very useful for creating standard trainer events, but they cannot be used alongside custom modifications. The typical approach is to make a standard trainer event using the comments, then delete the comments and make your changes.
     
    Back
    Top