this is my problem, i need to my enemy to shoot only one projectile at me, but he is shooting multiple projectiles
how do i fix it?
On the spawn event you can add a condition - system > trigger once. At the moment it runs all the time.
Develop games in your browser. Powerful, performant & highly capable.
You cld use 'Every X seconds' or use a timer if you wanted the enemy to fire a single projectile periodically.