Normally, the script will continue running while the movements inside this command are occuring. To make it wait, place a wait command after this (outside of this move command) and tell it to wait for the sprite that's being moved. |
What's good about this is that you can have multiple characters move at the same time, and then wait for each of them. Just make sure they finish moving before telling them to move again, or things might go wrong. |