Overcontrol1

Monitor

Oct 6th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local monitor = peripheral.wrap("TOP")
  2.  
  3. monitor.setTextScale(5)
  4. monitor.write("TODO")
  5. monitor.setTextScale(2)
  6.  
  7.  
  8. rednet.open("RIGHT")
  9.  
  10. while true do
  11. local senderID, message, protocol = rednet.receive()
  12. monitor.write(message)
  13. end
Add Comment
Please, Sign In to add comment