Advertisement
User9684

Untitled

Nov 27th, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. rednet.open("top");
  2. local cb = peripheral.wrap("back")
  3.  
  4. while true do
  5. local _, m, _ = rednet.receive()
  6.  
  7. cb.sendMessage(m)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement