Hi all, downloaded Construct 2 a few days ago for a school project, been fun so far. However, I seem to be having trouble with the loop syntax.
I want the number of enemies in the wave to increase by one every time the wave repeats. No matter what I do, it seems the body of the loop only executes once. I've set the lower bound of the for loop at 0, and the upper bound at 10 for testing purposes, but it continues to only execute once.
Here's a link to what I have so far, my issue is on line 28 of event sheet 1.
dropbox.com/sh/3lwfa1t243z6ai2/v7RSSZ2IQE
Thanks in advance!