rungholt

rednetReceive

May 17th, 2022
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.     local id, message = rednet.receive()
  3.     print(("Computer %d sent message %s"):format(id, message))
  4. end
  5.  
Advertisement
Add Comment
Please, Sign In to add comment