justync7

StillAlive.wav

Aug 8th, 2012
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.94 KB | None | 0 0
  1.  nWidth, nHeight = term.getSize()
  2.  function cPrint(height, string)
  3.  local xPos = nWidth/2 - string.len(string)/2
  4.  
  5.  term.setCursorPos(xPos, height)
  6. end
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. textutils.slowPrint("Forms FORM-29827281-12:")
  10. textutils.slowPrint("Test Asessment Report")
  11. print("")
  12. print("")
  13. textutils.slowPrint("This was a triumph.")
  14. textutils.slowPrint("Im making a note here,")
  15. textutils.slowPrint("HUGE SUCCESS.")
  16. textutils.slowPrint("Its hard to overstate my satisfaction.")
  17. textutils.slowPrint("Aperture Science.")
  18. textutils.slowPrint("We do what we must be cause we can.")
  19. textutils.slowPrint("For the good of all of us,")
  20. textutils.slowPrint("except the ones who are dead.")
  21. print("")
  22. textutils.slowPrint("But theres no sense crying over every mistake,")
  23. textutils.slowPrint("you just keep on trying until you run out of")
  24. textutils.slowPrint("cake, And the science gets done and you")
  25. textutils.slowPrint("make a neat gun for the people who are")
  26. textutils.slowPrint("still alive.")
  27. sleep(2)
  28. term.clear()
  29. term.setCursorPos(1,1)
  30. textutils.slowPrint("Forms FORM-5551-5")
  31. textutils.slowPrint("Personnel File Addendum")
  32. print("")
  33. print("")
  34. textutils.slowPrint("Dear <<Subject Name Here>>,")
  35. print("")
  36. print("")
  37. textutils.slowPrint("Im not even angry.")
  38. textutils.slowPrint("Im being so sincere right now.")
  39. textutils.slowPrint("Even though you broke my heart,")
  40. textutils.slowPrint("and killed me.")
  41. textutils.slowPrint("And tore me to pieces.")
  42. textutils.slowPrint("And threw every piece into a fire.")
  43. textutils.slowPrint("As they burned, it hurt because")
  44. textutils.slowPrint("I was so happy for you!")
  45. textutils.slowPrint("Now those points of data")
  46. textutils.slowPrint("Make a beautiful line.")
  47. textutils.slowPrint("And were out of beta.")
  48. textutils.slowPrint("Were releasing on time.")
  49. textutils.slowPrint("So im GLaD. I got burned.")
  50. textutils.slowPrint("Think of all the things we learned")
  51. textutils.slowPrint("For the people who are")
  52. textutils.slowPrint("still alive.")
  53. sleep(2)
  54. term.clear()
  55. term.setCursorPos(1,1)
  56. textutils.slowPrint("Forms FORM-5551-6")
  57. textutils.slowPrint("Personnel File Addendum Addendum")
  58. print("")
  59. print("")
  60. textutils.slowPrint("One last thing:")
  61. print("")
  62. print("")
  63. textutils.slowPrint("Go ahead and leave me.")
  64. textutils.slowPrint("I think i perfer to stay inside.")
  65. textutils.slowPrint("Maybe youll find someone else")
  66. textutils.slowPrint("to help you.")
  67. textutils.slowPrint("Maybe Black Mesa...")
  68. textutils.slowPrint("THAT WAS A JOKE. FAT CHANCE.")
  69. textutils.slowPrint("Anyway, this cake is great.")
  70. textutils.slowPrint("Its so delicious and moist.")
  71. textutils.slowPrint("Look at me still talking")
  72. textutils.slowPrint("When theres science to do")
  73. textutils.slowPrint("When i look out there,")
  74. textutils.slowPrint("It makes me GLaD im not you.")
  75. textutils.slowPrint("Ive got experiments to run.")
  76. textutils.slowPrint("There is research to be done.")
  77. textutils.slowPrint("On the people who are")
  78. textutils.slowPrint("still alive.")
  79. sleep(0.5)
  80. term.clear()
  81. term.setCursorPos(1,1)
  82. textutils.slowPrint("PS: And believe me i am still alive.")
  83. textutils.slowPrint("PPS: Im doing science and im still alive.")
  84. textutils.slowPrint("PPS: I feel FANTASTIC and im still alive.")
  85. print("")
  86. textutils.slowPrint("FINAL THOUGHT:")
  87. textutils.slowPrint("While youre dying ill be still alive.")
  88. print("")
  89. textutils.slowPrint("FINAL THOUGHT PS:")
  90. textutils.slowPrint("And when youre dead i will be still alive.")
  91. print("")
  92. print("")
  93. textutils.slowPrint("STILL ALIVE...")
  94. sleep(2)
  95. term.clear()
  96. term.setCursorPos(1,1)
  97. cPrint(3,"THANK YOU FOR PARTICIPATING IN THIS")
  98. textutils.slowPrint("THANK YOU FOR PARTICIPATING IN THIS")
  99. cPrint(4,"ENRICHMENT CENTER ACTIVITY!")
  100. textutils.slowPrint("ENRICHMENT CENTER ACTIVITY!")
  101. for i=1,nWidth-1 do
  102. write("-")
  103. end
  104. print("Press any key to continue...")
  105. while true do
  106.  event, key = os.pullEvent()
  107.  if key then break end
  108. end
  109. term.clear()
  110. term.setCursorPos(1,1)
Add Comment
Please, Sign In to add comment