Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --For the Flan's runway
- rednet.open("left")
- term.clear()
- term.setCursorPos(1,1)
- print("Bundled Receiver")
- while true do
- event = {os.pullEvent()}
- if event[1] == "rednet_message" then
- if message:sub(1,4) == "setb" then
- rs.setBundledOutput("right",tonumber(message:sub(6)))
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment