326_kafeM 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. # kafeM
  2. <<<<<<< 326_kafeM
  3. if $ARGS[0] = 'start':
  4. set minut += 30
  5. 'You´ve come to the cafe and sat at a table. <<$boyA>> ordered the waiter for food and 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 'kafeM','a'
  19. end
  20. act 'Smile.':
  21. cla
  22. xgt 'kafeM','a'
  23. end
  24. act 'Not funny.':
  25. cla
  26. set DOM += 1
  27. set bfa -= 1
  28. xgt 'kafeM','a'
  29. end
  30. =======
  31. if $ARGS[0]='start':
  32. set minut = minut + 30
  33. 'You`ve come to the cafe and sat at a table. <<$boyA>> ordered the waiter food and wine. You have to wait when you bring food.'
  34. if dayA > 15 and harakBoyA = 2:gs'boylove','tits'
  35. if dayA > 20 and harakBoyA = 1:gs'boylove','tits'
  36. if dayA > 25 and harakBoyA = 0:gs'boylove','tits'
  37. if dayA > 20 and harakBoyA = 2:gs'boylove','figure'
  38. if dayA > 25 and harakBoyA = 1:gs'boylove','figure'
  39. if dayA > 30 and harakBoyA = 0:gs'boylove','figure'
  40. gs'anekdot'
  41. '<<$boyA>> anecdote tells you "<<$anek>>".'
  42. act 'laugh.':
  43. cla
  44. set SUB = SUB + 1
  45. set bfa = bfa + 1
  46. xgt'kafeM','a'
  47. end
  48. act 'smile.':
  49. cla
  50. xgt'kafeM','a'
  51. end
  52. act 'not funny.':
  53. cla
  54. set DOM = DOM + 1
  55. set bfa = bfa - 1
  56. xgt'kafeM','a'
  57. end
  58. >>>>>>> 326_kafeM
  59. end
  60. <<<<<<< 326_kafeM
  61. if $ARGS[0] = 'a':
  62. set minut += 30
  63. set fat += 1
  64. 'Finally you brought food. <<$boyA>> pour you wine and proposed a toast to you.'
  65. act 'There.':
  66. cla
  67. xgt 'kafeM','b'
  68. end
  69. =======
  70. if $ARGS[0]='a':
  71. set minut = minut + 30
  72. set fat = fat + 1
  73. 'Finally. <<$boyA>> pour you wine and proposed a toast to you.'
  74. act 'Is_There.':
  75. cla
  76. xgt'kafeM','b'
  77. end
  78. >>>>>>> 326_kafeM
  79. end
  80. <<<<<<< 326_kafeM
  81. if $ARGS[0] = 'b':
  82. set minut += 30
  83. set fat += 1
  84. if energy >= 30:
  85. set fat += 5
  86. 'You can no longer have.'
  87. end
  88. if energy >= 20 and energy < 30:
  89. set fat += 3
  90. set energy += 10
  91. 'You pushed through the power of a meal.'
  92. end
  93. if energy < 20:
  94. set energy += 20
  95. set fat += 1
  96. 'You gladly ate the food.'
  97. end
  98. if water >= 20:
  99. 'Tea in you no longer climbs.'
  100. end
  101. if water < 20:
  102. 'You gladly drank a mug of tea.'
  103. set water += 20
  104. end
  105. alko += 2
  106. gs 'stat'
  107. 'The cafe and the music started <<$boyA>> proposed to dance.'
  108. act 'Dance.':
  109. cla
  110. set bfa += 1
  111. xgt 'kafeM','dance'
  112. end
  113. act 'Refuse.':
  114. cla
  115. set bfa -= 1
  116. xgt 'kafeM','end'
  117. end
  118. =======
  119. if $ARGS[0]='b':
  120. set minut = minut + 30
  121. set fat = fat + 1
  122. if energy >= 30:
  123. set fat = fat + 5
  124. 'You can no longer have.'
  125. end
  126. if energy >= 20 and energy < 30:
  127. set fat = fat + 3
  128. set energy = energy + 10
  129. 'You pushed through the power of a meal.'
  130. end
  131. if energy < 20:
  132. set energy = energy +20
  133. set fat = fat + 1
  134. 'You gladly ate food.'
  135. end
  136. if water >= 20:
  137. 'Tea in you no longer climbs.'
  138. end
  139. if water < 20:
  140. 'You gladly drank a cup of tea.'
  141. set water = water +20
  142. end
  143. alko+=2
  144. gs'stat'
  145. 'The cafГ© and the music started <<$boyA>> offered to dance.'
  146. act 'dance.':
  147. cla
  148. set bfa = bfa + 1
  149. xgt'kafeM','dance'
  150. end
  151. act 'Opt_Out.':
  152. cla
  153. set bfa = bfa - 1
  154. xgt'kafeM','end'
  155. end
  156. >>>>>>> 326_kafeM
  157. end
  158. <<<<<<< 326_kafeM
  159. if $ARGS[0] = 'dance':
  160. set minut += 5
  161. '<center><img src="images\etogame\dance.jpg"></center>'
  162. 'You went out with a guy on the dance floor <<$boyA>> hug you, then you started to dance together.'
  163. if harakBoyA = 0:
  164. '<<$boyA>> is very correct in dance, he hugs you and frankly embarrassed.'
  165. act 'Finish the dance.':
  166. cla
  167. set bfa += 1
  168. xgt 'kafeM','end'
  169. end
  170. end
  171. if harakBoyA = 1:
  172. '<<$boyA>> very confidently lead you to the dance.'
  173. act 'Finish the dance.':
  174. cla
  175. set bfa += 1
  176. xgt 'kafeM','end'
  177. end
  178. end
  179. if harakBoyA = 2:
  180. '<<$boyA>> grabs your butt while dancing and pressed against you, you feel through the fabric of his hard cock rests against your stomach.'
  181. 'He whispers to you, go to the toilet.'
  182. act 'Finish the dance.':
  183. cla
  184. set bfa += 1
  185. xgt 'kafeM','end'
  186. end
  187. act 'Go to the toilet.': xgt 'kafeM','tualet'
  188. end
  189. =======
  190. if $ARGS[0]='dance':
  191. set minut = minut + 5
  192. '<center><img src="pic/dance.jpg" ></center>'
  193. 'You went out with a guy on the dance floor and <<$boyA>> hug you, then you started to dance together.'
  194. if harakBoyA = 0:
  195. '<<$boyA>> very correct in dance, he hugs you and frankly shy.'
  196. act 'finish dance.':
  197. cla
  198. set bfa = bfa + 1
  199. xgt'kafeM','end'
  200. end
  201. end
  202. if harakBoyA = 1:
  203. '<<$boyA>> very confident will lead you to the dance.'
  204. act 'finish dance.':
  205. cla
  206. set bfa = bfa + 1
  207. xgt'kafeM','end'
  208. end
  209. end
  210. if harakBoyA = 2:
  211. '<<$boyA>> grabs your ass while dancing and pressed to you, you feel through the fabric, his hard cock rests on your stomach.'
  212. 'He whispers to you, go to the toilet.'
  213. act 'finish dance.':
  214. cla
  215. set bfa = bfa + 1
  216. xgt'kafeM','end'
  217. end
  218. act 'Go to the toilet.':xgt'kafeM','tualet'
  219. end
  220. >>>>>>> 326_kafeM
  221. end
  222. <<<<<<< 326_kafeM
  223. if $ARGS[0] = 'tualet':
  224. set minut += 30
  225. set horny += 10
  226. '<<$boyA>> pulled you into the toilet and began to knead already open your chest and you climb between her legs.'
  227. act 'Give blowjob': gt 'kafeM','bj'
  228. act 'Bend over the toilet.': gt 'kafeM','sex'
  229. =======
  230. if $ARGS[0]='tualet':
  231. set minut = minut + 30
  232. set horny = horny + 10
  233. '<<$boyA>> dragged you to the bathroom and began to knead already open your chest and you climb between her legs.'
  234. act 'do blowjob.':gt'kafeM','bj'
  235. act 'Bend over the toilet.':gt'kafeM','sex'
  236. >>>>>>> 326_kafeM
  237. end
  238. <<<<<<< 326_kafeM
  239. if $ARGS[0] = 'sex':
  240. *clr
  241. gs 'brosok'
  242. set sex += 1
  243. sexa += 1
  244. set vagina += 1
  245. set horny += SUB
  246. set bfa += 2
  247. '<center><img src="images\picVA\kafe.jpg"></center>'
  248. 'You got his dick out of his pants and masturbate him to begin with, <<$boyA>> took out a condom and put on the penis, then he made you cancer over the toilet and stabbed your quivering pussy your <<$dick>> centimeter member.'
  249. if horny >= 90:
  250. set horny = 0
  251. set manna += 15
  252. set willpower += 15
  253. set orgasm += 1
  254. 'You feel like something is growing inside of you and all your bottom turned into a blazing fire pleasant fire in a minute smooth movements on the penis you had to hand over his mouth to stop up that would not scream from orgasm.'
  255. end
  256. 'Soon <<$boyA>> could not resist and finished in a condom.'
  257. act 'Next.': gt 'kafeM','end'
  258. =======
  259. if $ARGS[0]='sex':
  260. *clr
  261. gs'brosok'
  262. set sex = sex + 1
  263. sexa+=1
  264. set vagina = vagina + 1
  265. set horny = horny + SUB
  266. set bfa = bfa + 2
  267. '<center><img src="picVA/kafe.jpg" ></center>'
  268. 'You got his cock out of his pants and masturbate him to start, <<$boyA>> took out a condom and put on the penis, Then he made ​​you cancer over the toilet and stabbed in your quivering pussy a <<$dick>> inch dick.'
  269. if horny >= 90:
  270. set horny = 0
  271. set manna = manna + 15
  272. set willpower = willpower + 15
  273. set orgasm = orgasm + 1
  274. 'You feel like something is growing inside of you and all of your bottom turned into a blazing fire pleasant fire, a minute later smooth movements on the penis you had to plug his mouth by hand, that would not scream of orgasm.'
  275. end
  276. 'soon <<$boyA>> broke down and finished in a condom.'
  277. act 'further.':gt'kafeM','end'
  278. >>>>>>> 326_kafeM
  279. end
  280. <<<<<<< 326_kafeM
  281. if $ARGS[0] = 'bj':
  282. *clr
  283. gs 'brosok'
  284. set bj += 1
  285. bja += 1
  286. set swallow += 1
  287. set cumlip += 1
  288. set horny += SUB
  289. set bfa += 2
  290. '<center><img src="images\picVA\kafe1.jpg"></center>'
  291. 'You got his dick out of his pants and masturbate him to begin with, then squatted in front of him and around his lips slowly began to suck it <<$dick>> centimeter term in the closet.'
  292. 'Soon <<$boyA>> could not resist and finished in your mouth, filling it with his tart semen you swallow cum, but she still poured out of your mouth and ran down his lips and chin.'
  293. 'You faithfully looked into the eyes of the guy with his semen smeared face.'
  294. act 'Next.': gt 'kafeM','end'
  295. =======
  296. if $ARGS[0]='bj':
  297. *clr
  298. gs'brosok'
  299. set bj = bj + 1
  300. bja+=1
  301. set swallow = swallow + 1
  302. set cumlip = cumlip + 1
  303. set horny = horny + SUB
  304. set bfa = bfa + 2
  305. '<center><img src="picVA/kafe1.jpg" ></center>'
  306. 'You got his cock out of his pants and masturbate him to start, then sat down in front of him and clasped his lips began to slowly suck it <<$dick>> inch dick in the toilet.'
  307. 'soon <<$boyA>> broke down and finished in your mouth, stuffed it with his tart sperm, you swallow sperm, but it still poured out of your mouth and ran down her lips and chin.'
  308. 'You faithfully looked into the eyes of a guy with his semen smeared face.'
  309. act 'further.':gt'kafeM','end'
  310. >>>>>>> 326_kafeM
  311. end
  312. <<<<<<< 326_kafeM
  313. if $ARGS[0] = 'end':
  314. set minut += 30
  315. '<<$boyA>> offered to hold you.'
  316. act 'Home.': gt 'sexm','start'
  317. =======
  318. if $ARGS[0]='end':
  319. set minut = minut + 30
  320. '<<$boyA>> offered to accompany you.'
  321. act 'home.':gt'sexm','start'
  322. >>>>>>> 326_kafeM
  323. end
  324. --- kafeM ---------------------------------