Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local direction = ...
- local side = "right"
- function pulse(color)
- rs.setBundledOutput(side, color)
- sleep(0.4)
- rs.setBundledOutput(side, 0)
- sleep(0.4)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement