SEE PIC FOR BETTER UNDERSTANDING:
So What I'm trying to do is have my floating platfrom spawn little suicide-bombing drones when the player is on it. This was easy to do of course. Now the problem is, I want these little drones to come from both sides of the platfrom (set up on a path) which works fine for the right side... But I want every other drone (created by the platfrom) to alternate which path it uses on it's creation (left path or right path)... Is this possible through a script? Or do I need to create an entire different actor of the little drone for each side (as clones can't be used for the actor creation from the platform)?