Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Nome: Ricarica TNT del Turtle Refiller
- -- Programmatore: Vorakh
- -- Data: 16/8/2013
- -- Ricarica Munizioni
- turtle.turnLeft()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.turnRight()
- turtle.forward()
- for i = 1, 16 do
- turtle.select(i)
- turtle.drop(64)
- end
- turtle.up()
- turtle.select(1)
- turtle.suck()
- turtle.suck()
- turtle.suck()
- turtle.select(3)
- turtle.drop()
- turtle.select(16)
- turtle.suck()
- turtle.transferTo(3,16)
- turtle.drop()
- turtle.down()
- turtle.turnRight()
- turtle.turnRight()
- turtle.forward()
- turtle.turnLeft()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.turnLeft()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement