Luigi9990

Untitled

Sep 23rd, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local fire = 0
  2. print("How many times would you like to fire: ")
  3. fire = read()
  4. for i = 1, fire do
  5. turtle.back()
  6. turtle.down()
  7. turtle.placeDown()
  8. turtle.up()
  9. turtle.forward()
  10. turtle.forward()
  11. turtle.down()
  12. turtle.down()
  13. turtle.down()
  14. turtle.turnLeft()
  15. turtle.turnLeft()
  16. turtle.place()
  17. turtle.up()
  18. turtle.turnLeft()
  19. turtle.turnLeft()
  20. turtle.place()
  21. turtle.up()
  22. turtle.placeDown()
  23. turtle.up()
  24. turtle.back()
  25. turtle.select(2)
  26. turtle.dropDown(1)
  27. turtle.turnLeft()
  28. turtle.forward()
  29. turtle.turnRight()
  30. turtle.forward()
  31. turtle.forward()
  32. turtle.dropDown(1)
  33. turtle.turnLeft()
  34. turtle.turnLeft()
  35. turtle.forward()
  36. turtle.forward()
  37. turtle.turnLeft()
  38. turtle.forward()
  39. turtle.turnLeft()
  40. turtle.select(1)
  41. end
Advertisement
Add Comment
Please, Sign In to add comment