Thats my code: Quote : if (BTC.ClickID >= 150 && BTC.ClickID <= 197) { Conn.UserSelected = (text of the button) } How can i check the text of my button?
If you're after text that is input, you should be looking at the BTT packet. If you're after the text content of a regular button, you'll need to keep track of that yourself.