Advertisement
guamie

TplantA

Jul 8th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 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. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement