tomtrein

sticks2.2

Jun 18th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. while true do
  2. turtle.suckUp()
  3. turtle.suckUp()
  4. hello=true
  5. while hello do
  6. if turtle.suckUp()
  7. print(hello)
  8. else
  9. hello=false
  10. end
  11. os.queueEvent("randomEvent")
  12. os.pullEvent()
  13. end
  14. for i=1,16,1
  15. if i==1 or i==5 then
  16. print(nope)
  17. else
  18. turtle.drop(1)
  19. end
  20. end
  21. turtle.select(1)
  22. turtle.craft()
  23. for i=1,13,4
  24. turtle.select(i)
  25. turtle.dropDown()
  26. end
  27. for i=1,16,1
  28. if i==1 or i==5 then
  29. print(nope)
  30. else
  31. turtle.suck(1)
  32. end
  33. end
  34. os.queueEvent("randomEvent")
  35. os.pullEvent()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment