Counting Loops with branches in widgets.

So what I ended up doing is putting an “set int” In front of the branches in the created widgets.

When it hits yes it sets 1
when it hits no it sets 0

I created a custom loop In the control widget and added the trigger just after the loop.

So when it loops and branches. It triggers the count every single time and just takes the sets and add it to a local counter in control.

Done. It adds up the total and hits another branch in control for the desired effect.

It feels really clumsy… But it technically works. So ill take it lol.

If anyone has a better way. Itd be cool to know how.