I have a parent with a child. That child is a parent with a child.That child is a parent with a child. Etc, etc...
When I check how many children the original parent has, it tells me 1.
Is there a way to have the system count (essentially) grandchildren as children?
I have to keep them separated like this, because the player is able to separate them, and the separated child becomes the parent.
Think of it like stacking cards. The parent being the bottom card. When you cut the deck half way, the bottom of the new stack becomes the parent. I want to be able to quickly count how many cards are in each stack.
I'd have thought this would be in by default.