momentum: type: world events: on player jumps: - adjust has_friction:false on player starts sprinting: - - if !> 20: - - adjust speed: - - adjust has_friction:true + - while : + - if <= 0.29: + - wait 0.1s + - adjust speed: + - announce + - adjust has_friction:true + on player stops sprinting: + - adjust speed:0.11