Advertisement
mike229876

Untitled

Mar 15th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. m = "on"
  2. local e2 = "off"
  3. local e3 = "on"
  4. rednet.open("right")
  5. while true do
  6. if m == e3 then
  7. repeat
  8. print("2")
  9. turtle.attack()
  10. turtle.select(1)
  11. turtle.drop()
  12. turtle.attack()
  13. turtle.select(2)
  14. turtle.drop()
  15. turtle.attack()
  16. turtle.select(3)
  17. turtle.drop()
  18. turtle.attack()
  19. turtle.select(4)
  20. turtle.drop()
  21. until m == e2
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement