Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("turtle")
- local function GetPings()
- local ID, Message = rednet.receive()
- print(ID)
- if ID == 65535 then
- rednet.send(Message, 12401)
- end
- end
- while true do
- sleep(.05)
- GetPings()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement