Set Timer By Event don't launch the event

After many tests, it turns out that everything is fine, just the timer does not launch the event, and yet it is well referenced, everything is well done, I looked at the syntax … But it doesn’t work… Could someone help me?

Try setting the time to something > than 0

It’s true that it’s 0 in the example, but to have tested with any type of value, it still doesn’t work ^^’

How often are you calling this code? Is there a chance you’re clearing / resetting it before it has time to fire?

Basically, the call is made as long as the “Moving” variable is set to “true”. The timer is called in a tick event. The thing is that even when I completely remove the “Clear and invalidate timer by handle”, the event does not execute…

I think setting it every tick is resetting the timer. Try adding a Do Once before setting the timer, and reset it in the Footstep event.

Okay, it works! Thanks, you helped me a lot ^-^