SHOW:
|
|
- or go back to the newest paste.
| 1 | --rednet.open("right")
| |
| 2 | function breakWells() | |
| 3 | rs.setBundledOutput("right", colors.orange)
| |
| 4 | sleep(0.25) | |
| 5 | rs.setBundledOutput("right", 0)
| |
| 6 | sleep(3) | |
| 7 | end | |
| 8 | ||
| 9 | rs.setBundledOutput("back", colors.orange)
| |
| 10 | for i = 6,1,-1 do | |
| 11 | sleep(1) | |
| 12 | print(i) | |
| 13 | end | |
| 14 | rs.setBundledOutput("back", 0)
| |
| 15 | sleep(2) | |
| 16 | breakWells() | |
| 17 | rs.setBundledOutput("back", colors.magenta)
| |
| 18 | --sleep(0.25) | |
| 19 | --os.shutdown() | |
| 20 | sleep(2) |