1
0

lakecafe 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. # lakecafe
  2. if $ARGS[0] = 'main':
  3. cla
  4. *clr
  5. barrnd = rand(1, 3)
  6. gs 'stat'
  7. fcolor = rgb(0, 0, 0)
  8. bcolor = rgb(255, 255, 255)
  9. '<center><img src="images/LakeCafe/LakeCafe.jpg"></center>'
  10. 'Naiobyknovenneyshaya barbecue, of which there are many in the vast country.'
  11. 'The cost of lunch - 75 rubles'
  12. 'Opening hours cafe - 14:00 to 04:00'
  13. *nl
  14. if hour >= 14 or hour < 4:
  15. if barmenshameet = 0:
  16. if barrnd = 1:'Over the bar stands smiling <a href="exec:gt ''lakecafe'', ''barmensha''">barmaid</a> and polishes glasses'
  17. if barrnd = 2:'Over the bar stands smiling <a href="exec:gt ''lakecafe'', ''barmensha''">barmaid</a> and wipes the table'
  18. if barrnd = 3:'Over the bar stands smiling <a href="exec:gt ''lakecafe'', ''barmensha''">barmaid</a> and something mixes'
  19. elseif barmenshameet = 1:
  20. if barrnd = 1:'Over the bar stands <a href="exec:gt ''lakecafe'', ''barmensha''">Gene</a> and polishes glasses'
  21. if barrnd = 2:'Over the bar stands <a href="exec:gt ''lakecafe'', ''barmensha''">Gene</a> table and rubs'
  22. if barrnd = 3:'Over the bar stands <a href="exec:gt ''lakecafe'', ''barmensha''">Gene</a> and something mixes'
  23. end
  24. if week = 1 and hour = 22:
  25. LCWorkRand = rand(1,6)
  26. if LCWorkRand = 1:
  27. randguycafe = rand(3, 6)
  28. if LCwork = 0:'One of the tables sits a group of men and drinks, talking loudly and laughing.'
  29. if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start1''"><<randguycafe>> men</a> and drinks, talking loudly and laughing.'
  30. elseif LCWorkRand = 2:
  31. if LCwork = 0:'One of the tables sits an older man and eating barbecue.'
  32. if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start2''">an older man</a> and eating barbecue.'
  33. elseif LCWorkRand = 3:
  34. if LCwork = 0:'One of the tables sit two men and a drink.'
  35. if LCwork = 1:'One of the tables sit <a href="exec:gt ''LCwork'', ''start3''">two men</a> and drink.'
  36. elseif LCWorkRand = 4:
  37. if LCwork = 0:'One of the tables sit a guy with a girl and talk about something.'
  38. if LCwork = 1:'One of the tables sit <a href="exec:gt ''LCwork'', ''start4''">boy and girl</a> and talk about something.'
  39. elseif LCWorkRand = 5:
  40. if LCwork = 0:'One of the tables sits a girl, and dining.'
  41. if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start5''">girl</a>, and dining.'
  42. elseif LCWorkRand = 6:
  43. if LCwork = 0:'One of the tables sits a fat man and talking on the phone.'
  44. if LCwork = 1:'One of the tables sitting <a href="exec:gt ''LCwork'', ''start6''">fat man</a> and talking on the phone.'
  45. end
  46. end
  47. '- <a href="exec:gt ''laketoilet'', ''main''">Toilet</a>'
  48. if money >= 75:
  49. act 'Eat 75 rubles':
  50. cla
  51. *clr
  52. minut += 30
  53. health += 10
  54. money -= 75
  55. manna += 5
  56. willpower += 5
  57. '<center><img src="images/pics/food.jpg"></center>'
  58. if energy >= 30:
  59. fat += 5
  60. 'You can no longer eat.'
  61. elseif energy >= 20 and energy < 30:
  62. fat += 3
  63. energy += 10
  64. 'You pushed through the power of a meal.'
  65. elseif energy < 20:
  66. energy += 20
  67. fat += 1
  68. 'You gladly ate the food.'
  69. end
  70. if water >= 20:
  71. 'You don''t need any more tea.'
  72. elseif water < 20:
  73. water += 20
  74. 'You gladly drank a mug of tea.'
  75. end
  76. act 'Get up from the table':minut += 20 & gt 'lakecafe', 'main'
  77. end
  78. end
  79. end
  80. if LCwork2 >= 1 and LCwork2day ! day and hour = 18:
  81. act 'Help in the kitchen':gt 'LCwork', 'Kitchen'
  82. end
  83. act 'Leave':minut += 2 & gt 'nord'
  84. end
  85. if $ARGS[0] = 'barmensha':
  86. cls
  87. gs 'stat'
  88. '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
  89. if barmenshameet = 0:
  90. 'The bartender looked at your eyes and, with a smile, asked:'
  91. '-Would that something?'
  92. elseif barmenshameet = 1:
  93. 'Eugene smiled, when you come to it'
  94. 'Hi! - She said with a smile'
  95. end
  96. if hour >= 14 or hour < 4:
  97. if barmenshameet = 0:
  98. act 'Chat':
  99. cla
  100. *clr
  101. barmenshameet = 1
  102. JenyaLC = 10
  103. minut += 30
  104. gs 'stat'
  105. '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
  106. 'You chatted with bartender. During the conversation, you found out that her name is Eugene and it works here with his girlfriend, Angela, in which a cook on the barbecue.'
  107. act '...':gt 'lakecafe', 'barmensha'
  108. end
  109. end
  110. if barmenshameet = 1:
  111. act 'Chat':
  112. cla
  113. *clr
  114. if JenyaLC < 60:JenyaLC += 3
  115. minut += 30
  116. gs 'stat'
  117. '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
  118. 'You talk about the affairs of Zhenya, work, life and all sorts of trivia.'
  119. act '...':gt 'lakecafe', 'barmensha'
  120. end
  121. end
  122. if JenyaLC >= 60 and horny > 50:
  123. act 'Flirt':
  124. cla
  125. *clr
  126. minut += 10
  127. gs 'stat'
  128. '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
  129. 'You chat with Eugene, making it ambiguous hints. Eugene seems to understand you and invites you to go for it. You agree to abide with her to the kitchen.'
  130. act '...':
  131. if JenyaLCfirst = 0:gt 'LCporn', 'firsttime'
  132. if JenyaLCfirst = 1:gt 'LCporn', 'sex'
  133. end
  134. end
  135. end
  136. if JenyaLC >= 35:
  137. act 'Ask about work':
  138. cla
  139. *clr
  140. '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
  141. if LCworkwork2 < 1:
  142. 'You ask about the work of Eugene. She tells you that her sister needed help in the kitchen, come in 18 hours you need to work half an hour, during which you will be paid 175 rubles.'
  143. LCworkwork2 = 1
  144. LCwork2 = 1
  145. act '...':
  146. minut += 4
  147. gt 'lakecafe', 'barmensha'
  148. end
  149. else
  150. 'You ask about the work of Eugene. It reminds you that her sister needed help in the kitchen, come in 18 hours you need to work half an hour, get paid 175 rubles.'
  151. act '...':
  152. minut += 4
  153. gt 'lakecafe', 'barmensha'
  154. end
  155. end
  156. end
  157. end
  158. if JenyaLC >= 80:
  159. act 'Ask about the "special" work':
  160. cla
  161. *clr
  162. '<center><img src="images/LakeCafe/LakeBarmensha.jpg"></center>'
  163. if LCworkwork = 0:
  164. 'You ask Zhenyu about the "special" work. It tells you that on Monday, at 22 o''clock, in the cafe visitors who need quality "service." Pay from 500 to 2, 000 rubles.'
  165. act '...':
  166. LCworkwork = 1
  167. LCwork = 1
  168. minut += 4
  169. gt 'lakecafe', 'barmensha'
  170. end
  171. elseif LCworkwork = 1:
  172. 'You ask about the work of Eugene. It reminds you of conditions:on Mondays, at 22 o''clock, you will need to "serve" certain visitors. Paid for it from 500 to 2000 rubles.'
  173. act '...':
  174. minut += 3
  175. gt 'lakecafe', 'barmensha'
  176. end
  177. end
  178. end
  179. end
  180. end
  181. act 'Move away':gt 'lakecafe', 'main'
  182. end
  183. --- lakecafe ---------------------------------