SHOW:
|
|
- or go back to the newest paste.
| 1 | while true do | |
| 2 | sleep(0.7) | |
| 3 | ||
| 4 | if rs.getInput("top") == true then
| |
| 5 | rs.setBundledOutput("bottom", colors.white)
| |
| 6 | sleep(0.1) | |
| 7 | rs.setBundledOutput("bottom", 0)
| |
| 8 | - | else do |
| 8 | + | else |
| 9 | rs.setBundledOutput("bottom", colors.pink)
| |
| 10 | sleep(0.1) | |
| 11 | rs.setBundledOutput("bottom", 0)
| |
| 12 | end | |
| 13 | - | end |
| 13 | + |