Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- component = require("component")
- lights = component.list("openlight")
- for k , v in pairs(lights) do
- component.invoke(k , "setBrightness", 0)
- end
- print("All lights off")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement