Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local modem = peripheral.find("modem")
- rednet.open("top")
- while true do
- local id, message
- id, message = rednet.receive()
- if message == "N4" then
- redstone.setOutput("back", true)
- sleep(0.4)
- redstone.setOutput("back", false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement