Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
5,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. turtle.select(1)
  3. while true do
  4. m.suckDown()
  5. turtle.suckUp()
  6. m.pack()
  7. turtle.dropUp()
  8. sleep(3)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement