Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. rednet.open("back")
  2. do while(true)
  3. local senderId, message, protocol = rednet.receive()
  4. print(senderId)
  5. print(message)
  6. print(protocol)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement