Hashtagaming

forward

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