Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local fire = 0
- print("How many times would you like to fire: ")
- fire = read()
- for i = 1, fire do
- turtle.back()
- turtle.down()
- turtle.placeDown()
- turtle.up()
- turtle.forward()
- turtle.forward()
- turtle.down()
- turtle.down()
- turtle.down()
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.place()
- turtle.up()
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.place()
- turtle.up()
- turtle.placeDown()
- turtle.up()
- turtle.back()
- turtle.select(2)
- turtle.dropDown(1)
- turtle.turnLeft()
- turtle.forward()
- turtle.turnRight()
- turtle.forward()
- turtle.forward()
- turtle.dropDown(1)
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.forward()
- turtle.forward()
- turtle.turnLeft()
- turtle.forward()
- turtle.turnLeft()
- turtle.select(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment