Advertisement
electrodude512

column

Nov 15th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. local i=1
  2.  
  3. while true do
  4. turtle.up()
  5. while not turtle.placeDown() do
  6. turtle.select(i)
  7. i=(i%16)+1
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement