Set Walk Speed

Signature

void setwalkspeed(float speed); //id:0x020e

Description

Sets the walk speed of a character (current script) which is then used by other functions like R Move or Move.

It's usually used in combination with the Get Default Walk Speed or Get Default Run Speed functions.

Notes

The speed change is permanent. So if you only want to change it for one move, use functions like R Move 43 instead.

Last updated