ckessler

Untitled

Jun 1st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. term.clear()
  17. term.setCursorPos(1,1)
  18. write(display)
  19. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment