Advertisement
RachelElisse

Texting

Oct 7th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for i=1, 10 do
  2. turtle.select(1)
  3. turtle.refuel(1)
  4. turtle.forward(6)
  5. turtle.turnLeft()
  6. turtle.forward(6)
  7. turtle.up()
  8. turtle.select(2)
  9. turtle.placeDown()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement