Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- local modem = peripheral.wrap("top")
- if message == "Open" then
- peripheral.call("top", "monitor", "Door Open")
- rs.setOutput("back")
- sleep(2)
- rs.setOutput("back")
- end
Advertisement
Add Comment
Please, Sign In to add comment