Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local inS = "right"
- local otS = "left"
- function Pulse(nColors)
- rs.setBundledOutput(otS, nColors)
- sleep(0.2)
- rs.setBundledOutput(otS, 0)
- end
- Pulse(colors.magenta)
- sleep(3)
- shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement