ATGs, set order, and round-robins--oh my!
So what I'm trying to do is find a way to pass an action to a single member of an ATG while the other members of the group get another action, and to have the target of the first action round-robin each time within the ATG--all within a single step and without having to hard-code anything (since the size of the ATG may vary).
I tried using the modulo operator to iterate over the ATG, but it didn't work the way I expected. If there's a way to control what member of an ATG the round-robin option starts from, I think I'd have a solution. But I can't quite figure out how to do that. So with my brain seemingly stuck on the issue, I'm open to suggestions.
I'll go ahead and hard-code everything in multiple steps if it comes to it, but I'm curious if there are any flexible alternatives.
I tried using the modulo operator to iterate over the ATG, but it didn't work the way I expected. If there's a way to control what member of an ATG the round-robin option starts from, I think I'd have a solution. But I can't quite figure out how to do that. So with my brain seemingly stuck on the issue, I'm open to suggestions.
I'll go ahead and hard-code everything in multiple steps if it comes to it, but I'm curious if there are any flexible alternatives.