xavierlebel

P2_SENDER

Aug 17th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rednet.open("left")
  2.  
  3. while true do
  4. if rs.testBundledInput("right", colours.white) then
  5.  
  6. rednet.broadcast("CHARCOAL")
  7. sleep(2)
  8. rednet.broadcast("000")
  9. end
  10.  
  11. if rs.testBundledInput("right", colours.yellow) then
  12.  
  13. rednet.broadcast("SP1")
  14. sleep(2)
  15. rednet.broadcast("000")
  16. end
  17.  
  18. sleep(1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment