Hello, everyone,
I would like to add a boss fight to my game. The boss should simply repeat the sequence of actions you see in the picture as long as his lives are greater than 5000. However, I can't do that with the loop. How can I tell him to repeat this sequence of actions as long as his lives are greater than 5000? The sequence of actions also states that he should spawn a "LackBlase" and a "BigLaser", but he should only spawn 1 of each.
Would appreciate your help.