Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.wrap("TOP")
- monitor.setTextScale(5)
- monitor.write("TODO")
- monitor.setTextScale(2)
- rednet.open("RIGHT")
- while true do
- local senderID, message, protocol = rednet.receive()
- monitor.write(message)
- end
Add Comment
Please, Sign In to add comment