Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CHANNEL_BROADCAST = 69
- rednet.open("left")
- while true do
- rednet.broadcast("Connect")
- id, message = rednet.receive(0.1)
- if id == 0 then
- break
- end
- end
- my_id = tonumber(message) + 1
- print("Bot: ", my_id)
- rednet.broadcast()
- while true do
- id, message = rednet.receive(0.1)
- if tonumber(message) == my_id+10 then
- print("Titty")
- break
- end
- end
- rednet.broadcast()
- turtle.forward()
Add Comment
Please, Sign In to add comment