Hi everyone,
I'm trying to spawn an object Cart every 2.5 seconds. And when Cart spawns, I want it to create a partner object that will follow it.
Now if I do a for each loop with the On Created command, the game won't load. But if I move the On Created command outside the For Each loop, the game will load but the secondary spawn objects don't work correctly.
So the question is... how do I have each object spawn it's own secondary object for itself?
Here is my code snippet.
Thanks in advance for any help.