Advertisement
Pyro93735

Untitled

Jul 19th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. count = 128
  2. turtle.select(2)
  3. turtle.refuel(4)
  4. turtle.select(1)
  5. while(count>0) do
  6. turtle.forward()
  7. turtle.placeDown()
  8. turtle.forward()
  9. count = count - 1
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement