(SOLVED)Timed spawns won't work

I made hearts that are supposed to spawn after a set amount of time when the player gets damaged, i set the conditions as in the image but it doesn’t spawn the hearts, when I tried using at the beginning of scene condition, the hearts spawn but when i add any other condition the hearts stop spawning

how do I fix this? I am also using the spawner behavior on my healspawners, im not really using the behavior, i just added it in case it can solve my problem.

The way your commands are set up it will keep starting a new timer every frame as long as your health is less than 3.

1 Like

where do i add the trigger once condition?

I would try it on the first start timer line where you check if character health is less than 3

1 Like

thanks I got it to work, had to add more trigger once cuz they spawned on all spawners, now i just need to make it so they dont spawn when im full hp

made it work by adding delete timers when my hp is full