Advertisement
ksaw000

broadcastListener

Apr 5th, 2021
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. rednet.open("top")
  2. while true do
  3. local id, message = rednet.receive()
  4. print(id,message)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement