- Joined
- Jun 11, 2019
- Posts
- 74
Try usingIs there any reason move routes for up and down don't work in the latest version or is this just a bug in the script, because unless something's changed and I'm doing something wrong, the following Pokémon will just ignore any up and down movement and skip ahead to whatever's after it
View attachment 11970(for example with this, the Pokémon will move left, ignore the movement down, and then just look up instead. Without the turn up movement, telling it to move down instead just makes it look down)
Move Route:
pbMoveRoute(FollowingPkmn.get_event,[
PBMoveRoute::Left,
PBMoveRoute::Down,
PBMoveRoute::TurnUp
])