So from what I can tell, the
BUTTON(0)return thing returns a floating byte made of binary bits that correspond to each buttons status. The thing is, that means if you press 2 buttons together, neither will register for their corresponding bytes. The question is, is there a way to set a variable to a specific bit of the button byte to dodge this issue? I'm relatively new to this program btw.