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