There is also a parameter for terminal ID, but that's only used when doing multi-console local wireless multiplayer. To know which buttons are being pressed using BUTTON, you can use the variable you assigned it to (in this case it's B), along with constants and logic gates. For example... B=BUTTON(2) IF B AND #A THEN 'DO SMTH ...will do something if the A button was pressed.