Fire Multiple times with a single press

Hello,
I am trying to fire some missiles by button press. It fires a single missile every time I press the action button.

Q:Is there a way to fire like 10 missiles with just one press.

I cannot use FOR loop since it does not support delay. I am kind of looking for Revenant Homing Missiles from Paragon

Regards

Use a sequencer.

Here is a simple way to do it :

Yes this is awesome answer! Works like I wanted it to. Thanks a Lot.

BTW your code is neat and tidy

Bullsht. Make a for loop.

Use a sequencer. Just copy what do you want to every pin. easy

You can also use a Do N node that runs through a delay at some point and then feeds back into itself. The Do N node would have to be reset after the last shot occurs.