Advertisement
RyuuzakiJulio

Retrive

Jun 10th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. print("Retrive Operation")
  2.  
  3. sp=0
  4. while turtle.forward() do
  5.  sp=sp+1
  6. end
  7. turtle.dig()
  8. turtle.turnRight()
  9. turtle.turnRight()
  10. for i=1,sp do
  11.  turtle.forward()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement