Advertisement
miksar

LAM-40 0.2 text.py

Jul 9th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.55 KB | None | 0 0
  1. '''text.py: This file contains all the text from the game.'''
  2.  
  3. greetings = ["'How can I help you?'", "'...'", "'Next!'"]
  4. negative_reactions = ["'I'm having a snack here, you'll have to wait.'",
  5.                       "'Go to hell.'",
  6.                       "'Do you really think it will work on me?'",
  7.                       "'Who do you think you are?'",
  8.                       "'...'"
  9.                       ]
  10. positive_reactions = ["'No worries, here's what you need to do.'",
  11.                       "'Let me help you with that.'"
  12.                       ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement