AND Boolean that's making my head spin

Hey everybody

So it turns out it was an OSC problem.

The two tasks which update the variables and then execute the AND function were not executed in the right order, even though I set it to.

That caused the AND to be calculated before the variable was updated.
The debugger was showing things correctly, just didn’t take into account when the AND was calculated and showed the final result.

Thank you all for your help and sorry for this being actually my mistake :slight_smile: !

3 Likes