So for my game, I've got friendly and enemy soldiers. I'm intending for them to shoot at one another then just slowly walk about when not firing.
I've turned them into turrets to allow them to shoot, but from the impression I got, each separate sprite is meant to be it's own thing? But for some reason, all the turrets (If they're in range of the target) are shooting at the same target.
This is the blocks I'm using for them (The random rotate is just to show they're done shooting for now). From my understanding, even though they're separate sprites, they're all being set to target the same thing. I'm just wondering if there is a way to change that so that they can target different things instead of all going for the same one.
As shown in my test map, they all target the bottom right target then turn in a clockwise direction, shooting each one in order.