I am trying to get an enemy spawn when there enemies < 30. But when I try it then enemies keep spawning
and enemy count just rises and rises.
My event sheet is like this: Enemy: enemies <30: system: create object enemy on layer 0 at random, random.
enemy: add 1 to enemies
How do I make this to work