ckessler

Monitor

Jun 1st, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1.  
  2. monitor = peripheral.wrap("back")
  3. term.redirect(monitor)
  4. display=
  5. [[        Welcome to Seaside
  6.  
  7.  
  8.     Town News:
  9.  
  10.     *The power plant has been built.
  11.      Ask to be hooked up to the 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