Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1,1)
- print("23/2/13 Added second page to Note's")
- print("23/2/13 Notes 2 bug where you couldn't return to the GUI has been fixed")
- print("24/2/13 Rerouted all programs to the directory Vinex")
- print("24/2/13 Program Auto-Installs itself to computer")
- write("9:Previous Page")
- term.setCursorPos(1,18)
- write("Press any key to continue")
- event,key = os.pullEvent("char")
- if key == "9" then
- term.clear()
- shell.run("Vinex/Note")
- else
- term.clear()
- shell.run("Vinex/GUI")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment