Advertisement
subzero22

readme turtle

Sep 10th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setCursorPos(1,1)
  3.  
  4. function clearc()
  5. term.setCursorPos(1,12)
  6. write("PRESS ANY KEY TO CONTINUE.")
  7. os.pullEvent("key")
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. end
  11.  
  12. print("Thanks for using Frozen Turtle OS.")
  13. print()
  14. print("Computercraft turtles in some")
  15. print("servers won't work when digging or")
  16. print("mining while in claimed land. So")
  17. print("if you are going to use a mining")
  18. print("turtle while in claimed land you")
  19. print("might want to temperately unclaim")
  20. print("it.")
  21.  
  22. clearc()
  23. print("Frozen Turtle OS was made by")
  24. print("Subzero22. If you would like to see")
  25. print("something added or changed on it")
  26. print("Please ask him. He made this OS to")
  27. print("be simple and user friendly so that")
  28. print("players that aren't into CC can")
  29. print("still use CC and mining turtles")
  30. print("while not having to know code or")
  31. print("commands.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement