Move Sync

Signature

void movesync(); //id:0x003d

Description

Used after functions like R Move or R Move A to stop the execution of the following functions until a character (current script) reaches its destination.

Notes

If the character is not able to reach the location (e.g. out of bounds, blocked by other characters, ...), they will be stuck with trying to reach it until they are freed via another function like Move Cancel.

Last updated