Hashtagaming

down

Dec 28th, 2012
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. local args = {...}
  2.  
  3. local dist = tonumber(args[1])
  4.  
  5. for i=1,dist,1 do
  6.   turtle.down()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment