I'm trying to make a condition that says:
If all of the objects' value = 1, do something
I need the event to trigger only when all of the referenced objects value are 1
The only thing I can think of is:
Set value "count" to (number of objects)
Set value "count2" to (number of objects with value 1)
If "count" = "count2" - do the thing
Is there a simpler way?
Thanks for any help