Hi,
I'm working on a game where I want random collectibles to be spread out around the map in say 20 random locations. However, my current loop just doesn't stop spawning new objects. How can I do this right?
Current loop:
System Repeat 20X > System CreateObject Horde2 on layer 1 at (random(0,2000), (random(0,2000))
System > Stop loop
Thanks!