ecco7777

CC strip

Feb 13th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. args = {...}
  2. i=tonumber(args[1])
  3. i2=0
  4. while i2 <= i do
  5. turtle.digUp()
  6. turtle.digDown()
  7. turtle.dig()
  8. turtle.forward()
  9. i2=i2+1
  10. end
Add Comment
Please, Sign In to add comment