R C Move 3F

Signature

void rcmove_3f(float posX, float posY, float posZ, float speed); //id:0x003f

Description

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

  • 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 Set Walk Speed and R C Move functions one after another.

Last updated