Advertisement
Txandro

Untitled

Sep 24th, 2021
1,480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rednet.open("top")
  2.  
  3. m = peripheral.wrap("left")
  4. m.setTextColour(2)
  5. m.setCursorPos(1,3)
  6.  
  7. i = 1
  8.  
  9. while i > 0 do
  10.     t = rednet.receive()
  11.     m.write(tostring(t))
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement