SkyFlash21

red

Jul 20th, 2021 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. fw = peripheral.wrap("right")
  2. rednet.open("left")
  3.  
  4. while true do
  5. id, message = rednet.receive()
  6. print(message)
  7. end
  8.  
Add Comment
Please, Sign In to add comment