Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- side1 = "right"
- side2 = "left"
- rednet.open(side1)
- rednet.open(side2)
- local a = "starting up..."
- b = 0
- while true do
- a = rednet.receive()
- if a ~= b then
- rednet.broadcast(a)
- end
- b = a
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement