Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1,1)
- print("Known Bugs and Glitches:")
- term.setCursorPos(1,3)
- print("-Unable to save Captain's Log")
- print("-Sometimes shell.run('Log') ends itself without being able to input any strings")
- print("-No Alarm nor Cookie yet")
- term.setCursorPos(1,18)
- write("Press any key to continue")
- event,key = os.pullEvent("char")
- if key ~= "+" then
- shell.run("Vinex/GUI")
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment