Advertisement
appleguy1999

Rednet Test

May 9th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rednet.open("left")
  2. local senderId, message, distance = rednet.receive()
  3. if message == Hello then
  4. print("Vacuum")
  5. else
  6. print("Hello")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement