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....!?
multichoice buttonstrips or iconstrips are represented as bitfield use bittest() to check which bit is on it will return 1 if the bit in question is on and 0 if off (meaning if the button is on or off)