Guest User

Computer

a guest
May 29th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. local modem = peripheral.wrap("top")
  4. if message == "Open" then
  5. peripheral.call("top", "monitor", "Door Open")
  6. rs.setOutput("back")
  7. sleep(2)
  8. rs.setOutput("back")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment