Move A

Signature

void movea(float posX, float posY, float posZ); //id:0x005f

Description

Does the same as the R Move function, but with the following differences:

  • The execution of the following functions is stopped until the character reaches its destination.

  • The character moves to another character instead.

Alternatively, you can also use the R Move A and Move Sync functions one after another.

Last updated