95Roadkill

Vinex Note2

Oct 27th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("23/2/13 Added second page to Note's")
  5. print("23/2/13 Notes 2 bug where you couldn't return to the GUI has been fixed")
  6. print("24/2/13 Rerouted all programs to the directory Vinex")
  7. print("24/2/13 Program Auto-Installs itself to computer")
  8. write("9:Previous Page")
  9. term.setCursorPos(1,18)
  10. write("Press any key to continue")
  11. event,key = os.pullEvent("char")
  12.  if key == "9" then
  13.    term.clear()
  14.    shell.run("Vinex/Note")
  15.  else
  16.   term.clear()
  17.   shell.run("Vinex/GUI")
  18.  end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment