A problem in the multi-lined cards

Hi everyone,

so I have this problem that keep occurring every time I put a multi-line card. I want to put a parent card in which it will only test the children under it directly, then I want to put a card on the children that will test the grandchildren only, and so on. The problem is that the parents card would test me to the end of the dynasty, is there a way to make the parent card only test there direct children only?

Thanks a lot.

Only if you use references as children. In general, as you discovered, a multi-line parent will test all its children, and if those children are multi-lines, they will test their children and so on.

I have the same problem, and it doesn’t make sense in my case, to create references for each child.