@mystman12 If I remember correctly, you can't put any other conditional expressions after that, so you can also use: IF (BUTTON(2) AND #A)>0 AND OTHER VARIABLE==1 THEN DO STUFF Also, you don't have to use TRUE or FALSE. You can use 1 and 0 instead.