Move A 60

Signature

void movea_60(float posX, float posY, float posZ, float speed); //id:0x0060

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.

  • The character's speed can also be set.

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

Last updated