Hello!
I'm having some spawning issues. I can't find a way to properly spawn my ennemies.
What I have is several spawning points. On start of the layout, I assign a number per spawning point. What I want is when an enemy has spawn, I want this spawning point to be off. That's why I have a variable "isBusy".
I tried different methods, but I didn't manage to have something good. I'm a bit lost with the picking process. Do you have an idea?