So, I'm making a tower defense game and I made a family of sprites with turret behavior, but there is one turret from this family that I want to be the only one to aim for a specific target object... How to do this?
When I try to add the object I want as a target for that one turret (not one instance, one object), it ends up being added to the hole family.
Thanks in advance!