• 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.

Following NPC into a Building

  • 3
    Posts
    8
    Years
    • Seen May 23, 2017
    I was wondering how to make a event where the NPC followed by the player, enter into a building? Similar to Fire Red when the PLAYER tries to leave Pallet Town and PROF. OAK. stops you and says follow me to my lab.
     
    Last edited by a moderator:
    In page 2 of the event commands you'll want to select 'set move route.'
    Then you can choose where the characters move. I'd suggest looking at some RPG Maker tutorials before anything else if you don't know much about it.
     
    Thank You for answering. I know how to make the move routes and have the PLAYER follow the NPC. I just don't know how to make them go through a door event one after the other.
     
    You can't transfer NPCs between maps. What you do in this case is using the "set move route" to make the NPC walk towards the door and then you use "set event location" (second page of event commands) to make the NPC go in a part of the map that the player can't see, usually the border pf the map.

    My advice is that you make a test project to test (duh) different uses of event commands BEFORE working with essentials. It will take time to "master" the engine, but it's worth the effort.
     
    Set the NPC and player move routes right next to each other (with NPC coming first), when NPC approaches the door toggle "Through" to ON and set move route of the door "opening" then make the NPC go through door and change it sprite to nothing, then move the player up through the open door.
     
    You can't transfer NPCs between maps. What you do in this case is using the "set move route" to make the NPC walk towards the door and then you use "set event location" (second page of event commands) to make the NPC go in a part of the map that the player can't see, usually the border pf the map.

    My advice is that you make a test project to test (duh) different uses of event commands BEFORE working with essentials. It will take time to "master" the engine, but it's worth the effort.
    Can you tell me how to make player follow an NPC
     
    Back
    Top