Please, someone help me. I have no idea why, but this code:
@Q19 ACLS @Q19LOOP B=BUTTON(2) IF B==16 THEN LOCATE 50,23:?" " WAIT 230 GOTO @Q20 IF B==32 THEN LOCATE 50,23:?" " WAIT 430 GOTO @Q20 IF B==128 THEN GOTO @TITLE IF B==64 THEN GOTO @Q18 IF B==1 THEN BGMPAUSE IF B==8 THEN BGMCONT GOTO @Q19LOOPMay or may not be glitched (note: i skipped some PRINT commands so if you need me to i can show it.). It's supposed to just display the text and if you press a certain button it shows text then goes to @Q20 or goes to a different label. But instead, it just sends me to the next label. Help would be VERY appreciated. Thanks.