Advertisement
Guest User

open

a guest
Feb 27th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.select(1)
  2. while true do
  3. turtle.suck()
  4. sleep(1)
  5. turtle.placeUp()
  6. sleep(1)
  7. turtle.dropDown()
  8. sleep(0.1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement