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