Hi,
You can use SetWalkSpeed
Example:
Code: ags
You may also want to check out: player.AnimationSpeed
You can use SetWalkSpeed
Example:
player.StopMoving(); // player is your character and must stop moving before applying new speed.
player.SetWalkSpeed(5, 5);// players new walkspeed, both numbers to be the same. The higher the number the faster speed.
You may also want to check out: player.AnimationSpeed