Advertisement
devomaa

Untitled

May 8th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while true do
  2. event, senderId, message, distance = os.pullEvent("rednet_message")
  3.  
  4. print( "Computer: "..senderId.." sent a message: "..message.." from "..distance.." blocks away!" )
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement