Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- side = ("'Enter Side Of Rednet'")
- rednet.open(side)
- while true do
- print("Wetwork Open On The"..side.."Side")
- print("On or Off:")
- input = read()
- print("color Light:")
- input1 = read()
- compiled = (input.." "..input1)
- rednet.send(1, compiled)
- print("Looping...")
- end
Advertisement
Add Comment
Please, Sign In to add comment