Advertisement
hyndgrinder

Woodhouse/opening_remarks

Aug 30th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local term = require('term')
  2.  
  3. local opening_remarks = {
  4. "I'm afraid the lemur got into the pudding cups.",
  5. "Soldier Servant was the official term...",
  6. "Yes, sir?",
  7. "Good Day, sir",
  8. "Shall I assume you're going to take a personal day, sir?"
  9. }
  10.  
  11. local seed=math.random(1,5)
  12.  
  13. print(opening_remarks[seed])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement