Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. label meetSol:
  2. $ metSol = "true"
  3.  
  4. "There's some hulking figure over at the wall-end of the bar, I approach the... man?"
  5.  
  6. Sol "-Snore-"
  7.  
  8. "He's asleep. He's also stuffed his head barely into the hood of his hoodie."
  9.  
  10. "\"Excuse me\""
  11.  
  12. Sol "..."
  13. Sol "...Yeah?"
  14.  
  15. "\"Do you work here?\""
  16.  
  17. Sol "S'pose I do."
  18.  
  19. "\"You're...\""
  20.  
  21. Sol "Sleeping? Eh, No-one really cares what you do on shift as long as you meet your quota..."
  22. Sol "Anyway, Nice to meet'ya... The name's Solarious"
  23.  
  24. "He stuck his hand out, but before I could shake it he pulled away and rubbed at the back of his neck, maybe he didn't actually like handshakes?"
  25.  
  26. "\"Nice to meet you too... Solareios? So-\""
  27.  
  28. Sol "Just, Call me Sol. It'll be easier."
  29.  
  30. "No need to be an ass about it dude..."
  31.  
  32. "\"Right, 'Sol', What do you do here?\""
  33.  
  34. "He gave me a look like he wasn't very happy with the question, un-amused if anything."
  35.  
  36. Sol "It depends on the day... I mostly take care of visitors, and if absolutely necessary, I'll work the bar. Do... You work here? Or is this just a visit?"
  37.  
  38. "\"No, No. I officially work here as of just today\""
  39.  
  40. Sol "Is that so?"
  41.  
  42. "He seemed rather amused by THAT at least."
  43.  
  44. Sol "Slackin' the first day off with some old fuzz-ball like me? Ain't that sweet."
  45.  
  46. "\"Slacking? No! I just figured i'd wake you up so YOU can do your work.\""
  47.  
  48. "Even with that, his grin was still pretty obvious on his face... What a dork."
  49.  
  50. Sol "Whatever you say sweetheart, I've done my job. I'm just sitting around and helping out when needed. Speaking of which, did you need something?"
  51.  
  52. if metLily == "false":
  53. menu:
  54. "What should I say?"
  55. "\"Well, Fritz did want something to drink.\"":
  56. Sol "PLACEHOLDER. Yo barmaid bring us a lager, will ya!"
  57. jump day1SolLily
  58. "\"I wouldn't mind chatting for a bit longer\"":
  59. $ solPoints = solPoints + 1
  60. $ currentTime = "Evening"
  61. "it's getting late but whatevs"
  62. Sol "Blah blah blah chat chat chat."
  63. jump meetLily
  64.  
  65. else:
  66. menu:
  67. "What should I say?"
  68. "\"I'd like to chat some more\"":
  69. $ solPoints = solPoints + 1
  70. if currentDay == "1":
  71. Sol "Blah blah blah chat chat chat 2."
  72. Sol "Its gotten late. Tiem for bed"
  73. jump day2Morning
  74. if currentDay == "2":
  75. Sol "Blah blah blah chat chat chat 3."
  76. jump day2Evening
  77. "\"I have somewhere to be.\"":
  78. Sol "K goodnight lol"
  79. if currentDay == "1":
  80. jump day2Morning
  81. if currentDay == "2":
  82. jump day2Evening
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement