C Move 5A

Signature

void cmove_5a(float posX, float posY, float posZ, float speed); //id:0x005a

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 won't turn towards the direction they are walking to.

  • The character's speed can also be set.

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

Last updated