95Roadkill

Vinex bugs

Oct 27th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("Known Bugs and Glitches:")
  5. term.setCursorPos(1,3)
  6. print("-Unable to save Captain's Log")
  7. print("-Sometimes shell.run('Log') ends itself without being able to input any strings")
  8. print("-No Alarm nor Cookie yet")
  9. term.setCursorPos(1,18)
  10. write("Press any key to continue")
  11. event,key = os.pullEvent("char")
  12. if key ~= "+" then
  13. shell.run("Vinex/GUI")
  14. break
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment