for example:
none pressed = 0
button1 = 1
button2 = 2
button3 = 4
button4 = 8
button1 + button4 = 9
button2 + button3 + button4 = 14
i can't imagine putting in a gazillion if statements for all the possible numbers that could indicate if button2 was currently pressed, so i wonder if i'm missing something about this.
the query is this:
ch("../null1/Masks")
i've tried other ways of querying the value in an array or dict manner but all failed...

but no way can a multiple choice button be this difficult to use....!?
thanks in advance!
-seneca