Spawn one enemy for once when count down timer hits 0.

Hi Im having a little problem with having one enemy spawn when the count down timer hits 0. I have the timer and the enemy ai, but have no idea how to spawn this one enemy only once.

Please help

How about after you spawn the enemy, you set the timer to -1? That way it will only be zero once, and you’ll only spawn an enemy once.