Hi! I'm brand new to game editor and I've started fiddling with it, but wrapping my head around the system is harder than I thought it would be.
I have set up a couple of spawn points, which create actors based on a timer. How should I go about accessing arbitrary actors that the spawn points spit out? (Getting a pointer to x actor without a collision or some other location event)
I see the script editor has a getClone function, but If I understand it correctly, I need to know the name of the clone. What to do If I don't know the name or how many clones I currently have, I just want a pointer to a random clone?
Thanks