Join the live talk at Discord.Be part of the conversation athttp://discord.qb64.org.
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)