- 8
- Posts
- 4
- Years
- Germany
- Seen May 7, 2021
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 [PokeCommunity.com] Map Transfer Arrows](https://data.pokecommunity.com/attachments/14/14531-78b80198d748d5ad0fb53ab8281fcce7.jpg)
3. On the event above I set up a conditional branch:
(x and y are the coordinates of the event on which the player will stand on. Direction 2 = Down)
![[PokeCommunity.com] Map Transfer Arrows [PokeCommunity.com] Map Transfer Arrows](https://data.pokecommunity.com/attachments/14/14530-27b312f141b1bb7747210aab92f55723.jpg)
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!😊
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 [PokeCommunity.com] Map Transfer Arrows](https://data.pokecommunity.com/attachments/14/14531-78b80198d748d5ad0fb53ab8281fcce7.jpg)
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"
![[PokeCommunity.com] Map Transfer Arrows [PokeCommunity.com] Map Transfer Arrows](https://data.pokecommunity.com/attachments/14/14530-27b312f141b1bb7747210aab92f55723.jpg)
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!😊