SHOW:
|
|
- or go back to the newest paste.
| 1 | monitor = peripheral.wrap("back")
| |
| 2 | term.redirect(monitor) | |
| 3 | display= | |
| 4 | [[ Welcome to Seaside | |
| 5 | ||
| 6 | ||
| 7 | Town News: | |
| 8 | ||
| 9 | *The power plant has been built. | |
| 10 | - | Ask to be hooked up to the grid. |
| 10 | + | Ask to be hooked up to the |
| 11 | grid. | |
| 12 | Warning: HIGH VOLTAGE | |
| 13 | ||
| 14 | *Free upgrades to 32x32 plots | |
| 15 | available soon. Request yours | |
| 16 | now. ]] | |
| 17 | term.clear() | |
| 18 | term.setCursorPos(1,1) | |
| 19 | write(display) | |
| 20 | term.restore() |