• 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!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

Making an event trigger another event via touch

  • 24
    Posts
    12
    Years
    • Seen Apr 7, 2022
    Does anybody know how I can make an event trigger another event when it touches said event? In a game I am working on, the player is racing several NPCs and I want the NPCs to trigger an event if they cross the finish line first.
     
    RPG Maker XP doesn't have the option to make one event trigger another via touch, so instead you'll have to work with variables.

    You can either set up a variable that increases when a NPC moves towards the goal, and have a conditional branch where when your variable reaches the number of steps required to reach the goal, and have an event happen.

    There's another way to do it, but it's a little bit more complicated (plus, a lot more eventing)
     
    Last edited:
    Back
    Top