Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local display = peripheral.find("monitor")
- term.redirect(display)
- rednet.open('top')
- print("Debug started")
- function waitMsg()
- local ID, msg = rednet.receive('debug' )
- print(ID .. ':'.. tostring(msg))
- end
- while true do waitMsg() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement