Hi Godot big family ! I would like to spawn a enemy wave, and only when those enemy die out, then new wave begin.How can I do that? Ex: for loop...to spawn.Please to HELP coding that.Thank you so much!

You could spawn a node named WaveNode or something like that as a parent I suppose and check it's child count to see if any children remain..?

I'm so sorry ! Because I'm beginner of progamming. May you code that example for me? I understand you,but I can't know code how to do that. I code for my hobby, I am not Professional Programmer. And my English is not good. (_)! Please...thank you admin !!!

I'm making a Suvival Game. This is my game picture.

I have not watched it myself, but it looks like this tutorial covers wave spawning in Godot:

Careful what you wish for, heres a quick hacked together demo for you from me. But I wouldn't go blatantly copy-pasting any of the code into your own project cause honestly it's a dirty hack-job to just get a basic working example going and nothing more.

@Odin said: I'm so sorry ! Because I'm beginner of progamming. May you code that example for me? I understand you,but I can't know code how to do that. I code for my hobby, I am not Professional Programmer. And my English is not good. (_)! Please...thank you admin !!!

@TwistedTwigleg has the right idea with posting a tutorial link but honestly if you have to ask such a basic question then you should probably dedicate some time to learning the basics of programming before you dedicate yourself to a full blown game development project. I do get that it can get a bit boring though and making a small demo game project can be a fun change between the dry technical tutorials however. :) Good luck and have fun.

edit: forgot the link! https://drive.google.com/file/d/1JT7xWMoTpy_1So0E6au2L6YlYDkV0frJ/view?usp=sharing

8 days later

Thank you for your helping ! I do that myself by set 1 bool for it.By that way, I got my wish.Sorry about my late reply to you! These days I'm quiet busy. Simple is : I like making game so much although I'm not Pro Programmer.So, if you miss your time,please sympathize with me. (_) !

2 years later