Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- print("watching rednet messages")
- while( true )
- do
- local senderId, message, protocal = rednet.receive()
- print(senderId .. ":" .. message)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement