Advertisement
iMontouch

filTurtles 0.2

Jun 21st, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.select(16)
  2. turtle.refuel()
  3. for i = 1,3 do
  4. turtle.turnLeft()
  5.  
  6. turtle.select(1)
  7. turtle.drop(1)
  8. turtle.select(2)
  9. turtle.drop(1)
  10.  
  11. turtle.turnRight()
  12. turtle.forward()
  13. end
  14. turtle.select(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement