Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("left")
- while true do
- local id, msg, dis = rednet.receive()
- if msg == "SU" then
- print("Got it!")
- rs.setOutput("right", true)
- sleep(2)
- rs.setOutput("right", false)
- sleep(5)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment