Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- while true do
- type, id, a = os.pullEvent("rednet_message")
- t = a
- x,y = string.find(t, ":")
- if x == nil then
- t = a .. ":" .. id
- end
- print (t)
- rednet.broadcast(t)
- sleep(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement