NanoCellMusic

CC Lights Controller

Dec 31st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. side = ("'Enter Side Of Rednet'")
  2. rednet.open(side)
  3. while true do
  4. print("Wetwork Open On The"..side.."Side")
  5. print("On or Off:")
  6. input = read()
  7. print("color Light:")
  8. input1 = read()
  9. compiled = (input.." "..input1)
  10. rednet.send(1, compiled)
  11. print("Looping...")
  12. end
Advertisement
Add Comment
Please, Sign In to add comment