Subscribe to our YouTube channel.Tutorials and more athttps://www.youtube.com/c/QB64Team.
0 Members and 1 Guest are viewing this topic.
REM Loop through the story message until enter is pressedDO CLS PRINT "We managed to build our own robot, so now we can fight back" PRINT " " PRINT "Press ENTER to continue" SLEEP 1LOOP UNTIL INKEY$ = CHR$(13)