Advertisement
guamie

TplantB

Jul 8th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. --secondary tree a
  2.  
  3. rednet.open("right")
  4.  
  5. while true do
  6. id,message=rednet.receive()
  7. if
  8. message==("TreeBeginCycle")
  9. then
  10. turtle.select(1)
  11. turtle.place()
  12. sleep(1)
  13. turtle.select(2)
  14. turtle.place()
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement