Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- while true do
- rs.setOutput("top", true)
- id,msg,dis = rednet.receive()
- if msg == "OBY" then
- rs,setOutput("top", false)
- rednet.broadcast("OBYOPEN")
- sleep(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment