Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function SeedCount()
  2. SeedCount = 0
  3. SeedResponse = true
  4. for Slot = 1, 15 do
  5. turtle.select(Slot)
  6. SeedCount = SeedCount + turtle.getItemCount(slot)
  7. SeedResponse = turtle.compareTo(Slot + 1)
  8. if SeedResponse == false then
  9. turtle.select(1)
  10. return (SeedCount)
  11. end
  12. return
  13. end
  14. return
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement