Advertisement
elnardu

receive

Dec 5th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. while true do
  2.     local senderId, message, protocol = rednet.receive()
  3.     print(message)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement