ckessler

Monitor

Jun 1st, 2012
39
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
  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()
Advertisement
Add Comment
Please, Sign In to add comment