Plazter

drop af!

May 22nd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function Drop() -- u can allways rename this :D/>/>
  2. for i = 1,16 do
  3. if turtle.getItemCount(i) < 0 do
  4. turtle.select(i)
  5. turtle.drop()
  6. end
  7. end
  8. end
  9.  
  10. while true do
  11. while rs.getInput("back") true do
  12. Drop()
  13. end
  14.  
  15. while not rs.getInput("back") true do
  16. sleep(3)
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment