How to make new enhanced inputs keep firing?

This is an interesting idea, but it doesn’t really work.

You can’t set the timer to 0.0 (like you can set a print string node so it keeps printing consistently on every tick), or it’ll clear itself and execute nothing.

You can set the timer to a time lower than a tick, but it still doesn’t work. I suppose firing a function multiple times in a very short period still isn’t the same as a tick. it’s not continuous so the Finterp to node doesn’t do anything as it’s probably triggered for only a tick when the function fires and then reset instantly.

But I mean… It has to be a way to set up the input action to stay triggered for a few seconds after you let go of the input, right? maybe set it to think the input is still being pressed for a while after you let it go?

It sounds so simple, so obvious, and I can think of a million uses for this