When using Move Routes in auto-starting or parallel events, make sure you are making proper use of “Wait” and “Wait For Move Route.”
If the same “Move Route” executes before it finishes the first time, it will try to start from thebeginning again.
As such, in auto-starting or parallel events, if you are repeatedly calling a “Move Route,” it may be stuck doing only the first action of it forever, depending on how it is constructed.
In general, you should be able to resolve this issue by putting a “Wait For Move Route“after the Move Route command.