- Joined
- Jul 18, 2014
- Messages
- 222
- Reaction score
- 13
- First Language
- English
- Primarily Uses
- RMMV
The skip utility in move routes cannot skip scripted commands via Yanfly's Move Route Core plugin. Link for plugin:
http://yanfly.moe/2017/01/21/yep-124-move-route-core-rpg-maker-mv/
I've taken a screenshot of a test to demonstrate my problem. I am testing in a scenario where the player would be unable to move in the desired direction.
The first move route command skips the Move Right commands and executes the Jump. The window text message is executed as well. The second move route command essentially freezes the game - the Jump part is never executed (The player moves towards the point before hitting the obstacle and becoming frozen).
Snippet of code:
Is this a misunderstanding on my behalf or something that can be fixed?
http://yanfly.moe/2017/01/21/yep-124-move-route-core-rpg-maker-mv/
I've taken a screenshot of a test to demonstrate my problem. I am testing in a scenario where the player would be unable to move in the desired direction.
The first move route command skips the Move Right commands and executes the Jump. The window text message is executed as well. The second move route command essentially freezes the game - the Jump part is never executed (The player moves towards the point before hitting the obstacle and becoming frozen).
Snippet of code:
Is this a misunderstanding on my behalf or something that can be fixed?

