You could use a button input to goto @Battle1 For example: @LOOP B=BUTTON() VSYNC 1 IF B AND #A THEN GOTO @BATTLE1 GOTO @LOOP