Advertisement
guamie

SecondaryFarm

Jul 9th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --Secondary Progran
  2. -- pastebin get aMnMqxgq startup
  3.  
  4. rednet.open("bottom")
  5. print("Greetings. I'm Running the Transposer.")
  6. print("")
  7. print("")
  8. print("Bye now.")
  9. while true do
  10. Q=0
  11. G=0
  12. id,message=rednet.receive()
  13. if
  14. message==("FarmBeginCycle")
  15. then
  16. print("I am Collecting")
  17. while Q<128 do
  18. redstone.setOutput("right", true)
  19. sleep(.3)
  20. redstone.setOutput("right", false)
  21. sleep(.3)
  22. Q=Q+1
  23. end
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement