325_restoranM 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. # restoranM
  2. <<<<<<< 325_restoranM
  3. if $ARGS[0] = 'start':
  4. set minut += 30
  5. 'You came to the restaurant and sat at a table. <<$boyA>> ordered the waiter food and good wine. You have to wait when you bring the food.'
  6. if dayA > 15 and harakBoyA = 2: gs 'boylove','tits'
  7. if dayA > 20 and harakBoyA = 1: gs 'boylove','tits'
  8. if dayA > 25 and harakBoyA = 0: gs 'boylove','tits'
  9. if dayA > 20 and harakBoyA = 2: gs 'boylove','figure'
  10. if dayA > 25 and harakBoyA = 1: gs 'boylove','figure'
  11. if dayA > 30 and harakBoyA = 0: gs 'boylove','figure'
  12. gs 'anekdot'
  13. '<<$boyA>> anecdote tells you "<<$anek>>."'
  14. act 'Laugh.':
  15. cla
  16. set SUB += 1
  17. set bfa += 1
  18. xgt 'restoranM','a'
  19. end
  20. act 'Smile.':
  21. cla
  22. !set bfa -= 1
  23. xgt 'restoranM','a'
  24. end
  25. act 'Not funny.':
  26. cla
  27. set DOM += 1
  28. set bfa -= 1
  29. xgt 'restoranM','a'
  30. end
  31. =======
  32. if $ARGS[0]='start':
  33. set minut = minut + 30
  34. 'You`ve come to the restaurant and sat at a table. <<$boyA>> ordered the waiter food and good wine. You have to wait when you bring food.'
  35. if dayA > 15 and harakBoyA = 2:gs'boylove','tits'
  36. if dayA > 20 and harakBoyA = 1:gs'boylove','tits'
  37. if dayA > 25 and harakBoyA = 0:gs'boylove','tits'
  38. if dayA > 20 and harakBoyA = 2:gs'boylove','figure'
  39. if dayA > 25 and harakBoyA = 1:gs'boylove','figure'
  40. if dayA > 30 and harakBoyA = 0:gs'boylove','figure'
  41. gs'anekdot'
  42. '<<$boyA>> anecdote tells you "<<$anek>>".'
  43. act 'laugh.':
  44. cla
  45. set SUB = SUB + 1
  46. set bfa = bfa + 1
  47. xgt'restoranM','a'
  48. end
  49. act 'smile.':
  50. cla
  51. !set bfa = bfa - 1
  52. xgt'restoranM','a'
  53. end
  54. act 'not funny.':
  55. cla
  56. set DOM = DOM + 1
  57. set bfa = bfa - 1
  58. xgt'restoranM','a'
  59. end
  60. >>>>>>> 325_restoranM
  61. end
  62. <<<<<<< 325_restoranM
  63. if $ARGS[0] = 'a':
  64. set minut += 30
  65. set fat += 1
  66. 'Finally you brought food. <<$boyA>> pour you wine and proposed a toast to love.'
  67. act 'There.':
  68. cla
  69. xgt 'restoranM','b'
  70. end
  71. =======
  72. if $ARGS[0]='a':
  73. set minut = minut + 30
  74. set fat = fat + 1
  75. 'Finally. <<$boyA>> pour you wine and proposed a toast to love.'
  76. act 'Is_There.':
  77. cla
  78. xgt'restoranM','b'
  79. end
  80. >>>>>>> 325_restoranM
  81. end
  82. <<<<<<< 325_restoranM
  83. if $ARGS[0] = 'b':
  84. set minut += 30
  85. set fat += 1
  86. if energy >= 30:
  87. set fat += 5
  88. 'You can no longer have.'
  89. end
  90. if energy >= 20 and energy < 30:
  91. set fat += 3
  92. set energy += 10
  93. 'You pushed through the power of a meal.'
  94. end
  95. if energy < 20:
  96. set energy += 20
  97. set fat += 1
  98. 'You gladly ate the food.'
  99. end
  100. if water >= 20:
  101. 'Tea in you no longer climbs.'
  102. end
  103. if water < 20:
  104. 'You gladly drank a mug of tea.'
  105. set water += 20
  106. end
  107. alko += 2
  108. gs 'stat'
  109. 'After some time with food and wine, and was done with <<$boyA>> proposed to hold you.'
  110. act 'Home.': gt 'sexm','start'
  111. end
  112. =======
  113. if $ARGS[0]='b':
  114. set minut = minut + 30
  115. set fat = fat + 1
  116. if energy >= 30:
  117. set fat = fat + 5
  118. 'You can no longer have.'
  119. end
  120. if energy >= 20 and energy < 30:
  121. set fat = fat + 3
  122. set energy = energy + 10
  123. 'You pushed through the power of a meal.'
  124. end
  125. if energy < 20:
  126. set energy = energy +20
  127. set fat = fat + 1
  128. 'You gladly ate food.'
  129. end
  130. if water >= 20:
  131. 'Tea in you no longer climbs.'
  132. end
  133. if water < 20:
  134. 'You gladly drank a cup of tea.'
  135. set water = water +20
  136. end
  137. alko+=2
  138. gs'stat'
  139. 'After some time <<$boyA>> offered to accompany you.'
  140. act 'home.':gt'sexm','start'
  141. end
  142. >>>>>>> 325_restoranM
  143. --- restoranM ---------------------------------