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