Advertisement
acool

Untitled

Jul 31st, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | Food | 0 0
  1. local event, side, channel, replyChannel, message, distance
  2. while true do
  3.   event, side, channel, replyChannel, message, distance = os.pullEvent("modem_message")
  4. end
  5.  
  6. print("Received a reply: " .. tostring(message))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement