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. | |
| 11 | Warning: HIGH VOLTAGE | |
| 12 | ||
| 13 | *Free upgrades to 32x32 plots | |
| 14 | available soon. Request yours | |
| 15 | now. ]] | |
| 16 | - | now. |
| 16 | + | |
| 17 | term.setCursorPos(1,1) | |
| 18 | write(display) | |
| 19 | term.restore() |