Advertisement
iMontouch

Untitled

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