Advertisement
Plazter

doores

Jul 3rd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3. local id, msg = rednet.receive()
  4.  
  5. if msg == "start" then
  6. rednet.broadcast("start")
  7. rs.setOutput("top", true)
  8. sleep(5)
  9. rs.setOutput("top", false)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement