Seeking for Help

i get stuck with this bp that i follow from a tutorial i want to make the wave spawn 1 zombie by One i use every cell of my brain and delay node and it didn’t work
pls help and thank you

Hi there @jadkaiito. Hope you’re doing well! :slight_smile:

This topic has been moved from International to Programming & Scripting: Blueprint.

When posting, please review the categories to ensure your topic is posted in the most relevant space.

Hopefully, this category change helps in finding an answer. In the meantime, good luck and happy developing! :slight_smile:

1 Like

I am not sure what the tutorial is trying to achieve, and I do no know what comes before off the screen but it sounds like you are trying to spawn the zombies one by one in a loop, so the delay node should be inside one or both of the loops that spawn zombies like this:

In your blueprint the delay node comes before the second loop so the wave spawning happens like:
First LoopDelaySecond Loop

1 Like

sorry for not showin the rest of the bp
the tutorial that i follow is https://www.youtube.com/watch?v=qOam3QjGE8g&t=17189s
i did make a delay node before but its donest spawn zombies one by one

note : if i do the nodes after the for loop with break its only spawn 1 zombie and stops

What time do you have the delay set at? If it’s still at 5 seconds it may seem like it stopped but it’s just taking a while.

1 Like

no i do shot amount of time like .5 sec

You can’t put delays in a loop, they don’t do anything.

You can do it like this

1 Like

You can’t put delays in a loop, they don’t do anything.

Ah sorry for the misinformation @jadkaiito I wasn’t aware of this.

2 Likes

Its actully work haha thank u

1 Like

its okay i found the solution ClockworkOcean did help me with that
u too thank u for helping me

1 Like