Advertisement
gpgautier

PPF Info

Oct 22nd, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. local MONITOR = peripheral.wrap("back")
  2.  
  3. MONITOR.clear()
  4. MONITOR.setTextScale(1)
  5. MONITOR.setCursorPos(1, 3)
  6. MONITOR.write("   Welcome to the Public Processing Facility")
  7. MONITOR.setCursorPos(1, 6)
  8. MONITOR.write("         Sponsored by GPG Incorporated")
  9. MONITOR.setCursorPos(1, 9)
  10. MONITOR.write(" - All machines and resources are free of use")
  11. MONITOR.setCursorPos(1, 10)
  12. MONITOR.write(" - Always leave something in the condensors")
  13. MONITOR.setCursorPos(1, 11)
  14. MONITOR.write(" - Use this facility at your own risk")
  15.  
  16. MONITOR.setCursorPos(1, 13)
  17. MONITOR.write(" NEWS")
  18. MONITOR.setCursorPos(1, 14)
  19. MONITOR.write(" Because of the new spawn protection, I'm")
  20. MONITOR.setCursorPos(1, 15)
  21. MONITOR.write(" moving. This facility will stay open until")
  22. MONITOR.setCursorPos(1, 16)
  23. MONITOR.write(" the new one is ready. A teleporter will")
  24. MONITOR.setCursorPos(1, 17)
  25. MONITOR.write(" be placed at spawn for easy access.")
  26. MONITOR.setCursorPos(1, 18)
  27. MONITOR.write(" See you later! - gpgauier")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement