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

[Eventing Question] Map Transfer Arrows

  • 8
    Posts
    4
    Years
    Hi,
    this is not really a question. I just saw the turtorial from Thundaga of: How to set up Map Transfer Arrows.
    And I simplified it. Instead of 5 events I used only 2.

    If you found an even simpler method to set this up (maybe with just 1 event) please post it!😊

    What I did:
    1. I set up an Control Switch called "ArrowOn"
    2. On the event that transfers the player I set the condition: IF "ArrowOn" is ON, so it only appears if the switch is ON.
    The event above handles the switch.

    [PokeCommunity.com] Map Transfer Arrows

    3. On the event above I set up a conditional branch:
    Code:
    $game_player.x==7 and $game_player.y==11 and $game_player.direction==2"
    (x and y are the coordinates of the event on which the player will stand on. Direction 2 = Down)

    [PokeCommunity.com] Map Transfer Arrows

    4. If the condition is true control switch "ArrowOn" is set to ON, else it is set to OFF
    5. Set trigger to "Parallel Process"

    Done!😊
     
    Back
    Top