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

Follow the NPC

  • 55
    Posts
    8
    Years
    Hi, I apologize if this is in the wrong section or has been answered before but I am trying to get the player to follow Loreli through a series of scenes.

    [PokeCommunity.com] Follow the NPC


    she then gives you a starter and leads you back to the lab.
     
    If I understand your request properly, you would like that Lorelei exits through the door and goes into the next map with player character, didn't it?
     
    You can make the following things.

    1) First of all, into the Lorelei event, you can make a double Set_move_route command, one for Lorelei herself and the other for player and then add a Wait for move completion after these. Make sure to check all player positions to avoid collision (or force the player to move in front of Lorelei) and add a delay between the two Set_move_route commands;

    2) After this, you have to add a Transfer_Player command and select the external position of that building.

    3) Then add a Control_Variables command and create a new variable (called for example "Lorelei Path"), set to 1.

    4) After this, go into the external map of your building and make a new Lorelei event, one cell further back than the place in which the player is teleported (player.x-1) : into the first page, you have to activate Conditions=>Variables=>Lorelei Path=>1 ; then, in Trigger, set to "Autorun". Make a new double "Set_Move_Route" like in the point 1.

    This should work for you.
     
    Last edited:
    You can make the following things.

    1) First of all, into the Lorelei event, you can make a double Set_move_route command, one for Lorelei herself and the other for player and then add a Wait for move completion after these. Make sure to check all player positions to avoid collision (or force the player to move in front of Lorelei) and add a delay between the two Set_move_route commands;

    2) After this, you have to add a Transfer_Player command and select the external position of that building.

    3) Then add a Control_Variables command and create a new variable (called for example "Lorelei Path"), set to 1.

    4) After this, go into the external map of your building and make a new Lorelei event, one cell further back than the place in which the player is teleported (player.x-1) : into the first page, you have to activate Conditions=>Variables=>Lorelei Path=>1 ; then, in Trigger, set to "Autorun". Make a new double "Set_Move_Route" like in the point 1.

    This should work for you.

    I just found amazing how often you put yourself up to help others. I've been following the fórum for a few weeks now.

    Congratulations and thank you!
     
    Back
    Top