RedoverPlayer

Turtle Obsi

Apr 6th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. p = peripheral.wrap("left")
  2. finished = false
  3. finished2 = false
  4. start = true
  5.  
  6. while true do
  7. if finished then
  8. if turtle.detectDown() then
  9. finished2 = true
  10. end
  11. if finished2 then
  12. p.speak("Capitalist construction destroyed by the power of the slav")
  13. sleep(300)
  14. else
  15. turtle.down()
  16. end
  17. else
  18. if start then
  19. p.speak("cyka bliyat ! I'm gonna destroy this capitalist construction !")
  20. sleep(2)
  21. p.speak("Prepare for the arrival of the russian empire")
  22. start = false
  23. else
  24. if turtle.detect() then
  25. turtle.dig()
  26. turtle.digUp()
  27. turtle.up()
  28. else
  29. finished = true
  30. end
  31. end
  32.  
  33. end
  34.  
  35. end
Advertisement
Add Comment
Please, Sign In to add comment