If I have a foreach (family)
I want to pick the closest other member of that same family and put it's values in the current foreach family member...
How do I pick the closest (or based on whatever) family member and distinguish it within that loop from the current iteration family member when they're both the same family? Within the loop only one is picked... if I say "pick all" will it break that loop?
What's the best way for family members to pick each other?