Advertisement
poboivin

Df

Oct 3rd, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. tArgs={...}
  2. times = tArgs[1]
  3.  
  4. for i=1,times do
  5. if turtle.detect() then
  6. turtle.dig()
  7. end
  8. turtle.forward()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement