UNREAL UE4 - Retriggerable delay crashes all delays and i need to break delay, what can i do?

Hi, i want my countdown to start after 3 seconds, so i used a simple delay node with 3 seconds before action…. my problem is that this “delay” node, keeps counting time and i canot restart it, i want to break it every time my character runs, i searched for help and “retriggeable delay” node worked perfectly, it restarts “breaks” the delay,…… BUT… this retriggeable delay node…affects all my “delay” nodes in the game…. dont know why…

Then, how can i break a delay node?

Please help with BP images, thanks

You can use “Set Timer” instead of delay

When you call “Set Timer” again, it resets

Ok, thanks!