Let's say I'm making a tower defense and I want 10 monsters to spawn one after the other.
I know how to make it happen if I write out 10 spawn events and the relevant timer delay stuff.
But is there a way to just have a sequence of events happen a certain amount of times?
Is a For loop the common way to do this or is there a better way in Construct.
I'm fine with for loops but I just want to do things in the basic intended way for the purposes of learning Construct.