Advertisement
Folstaria

Untitled

Jun 23rd, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. local color = colors.lime
  2.  
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. term.setTextColor(color)
  6. print("-----ROBCO INDUSTRIES UNIFIED OPERATING SYSTEM----")
  7. print("-------COPYRIGHT 2075-2077 ROBCO INDUSTRIES-------")
  8. print("--------------------------------------------------")
  9. print("-- MESSAGE FROM THE OVERSEER --")
  10. print("--------------------------------------------------")
  11. print("--The sacrifice you've made today will never be --")
  12. print("--forgotten, Steven. Believe me. I hope you will--")
  13. print("--not bare a grudge. --")
  14. print("--Today, I have ordered that all supplies be --")
  15. print("--brought to you and level Two by robots, as we --")
  16. print("--can't risk sending people up through your --")
  17. print("--level. --")
  18. print("--We're going to need you to stay on level one, --")
  19. print("--as we can't risk you coming down here and --")
  20. print("--bringing your background radiation with you. --")
  21. print("--We simply don't know what effect you will have--")
  22. print("--and there's too much at stake here. --")
  23. print("--------------------------------------------------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement