Advertisement
11niwright

Untitled

Dec 10th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. -- [Variables] --
  2.  
  3. turns = 0
  4.  
  5. -- [Functions] --
  6.  
  7.  
  8.  
  9. -- [Code] --
  10.  
  11. print("Mining Turtle 2.0")
  12. print("Slot 5: Quarry")
  13. print("Slot 6: Tesseract")
  14. print("Slot 7: Ender Chest")
  15. print("Press space to start")
  16.  
  17. local event,key = os.pullEvent("char")
  18. if key == " " then
  19. print("Success")
  20. else
  21. print("Failure")
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement