burger.tw 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  1. :: burger
  2. <<set $here = 'burger'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'start'>>
  5. <<set $loc_arg = 'start'>>
  6. <<set $loc = 'burger'>>
  7. <<set $menu_loc = 'burger'>>
  8. <<set $menu_arg = 'start'>>
  9. <<set $menu_off = 0>>
  10. <<set $locclass to null>>
  11. <<set $location_type = 'public_indoors'>>
  12. <h2>Diner Bystroeshka</h2>
  13. <<image "locations/city/citycenter/diner/burger.jpg">>
  14. A bright advertising on the wall reads, "The most nutritious food in the county"
  15. There is a <<link "WC">><<gt 'butoilet'>><</link>> for visitors.
  16. <<if getvar("$BurgerQW['BossSlut']") > 0>>
  17. <<link "The Office of the Director">><<gt 'burger' 'boss'>><</link>> Anatoly Borisovich
  18. <</if>>
  19. <<actCLA 'Leave the diner'>>
  20. <<set $time.minutes += 1>> <<gt 'city_center'>>
  21. <</actCLA>>
  22. <<actCLA 'Order from the menu (0:05)'>>
  23. <<gs 'food_menu'>>
  24. <</actCLA>>
  25. <<if $finances.cash >= 315>>
  26. <<actCLA 'Order take-out (0:20) (315<b>₽</b>)'>>
  27. <<setn $finances.cash -= 315>> <<gt 'food' 'f_food'>>
  28. <</actCLA>>
  29. <</if>>
  30. <<if getvar("$BurgerQW['IlyQW']") == 2>>
  31. <<act 'Go into the office to Anatoly Borisovich'>>
  32. <<gt 'burger' 'office'>>
  33. <</act>>
  34. <</if>>
  35. <<if getvar("$BurgerQW['WashDishesCount']") == 0>>
  36. <<act 'Ask about work'>>
  37. <<gt 'burger' 'apply'>>
  38. <</act>>
  39. <<elseif getvar("$BurgerQW['WashDishesCount']") >= 3 and getvar("$BurgerQW['WashFloorCount']") == 0>>
  40. <<act 'Go to the manager'>>
  41. <<gt 'burger' 'manager'>>
  42. <</act>>
  43. <</if>>
  44. <<if getvar("$BurgerQW['WashDishesCount']") >= 1 and $BurgerQW['WashedDishesLastDay'] != $time.daystart and getvar("$BurgerQW['WorkBlocked']") == 0 and getvar("$BurgerQW['Secretary']") == 0>>
  45. <<act 'Wash the dishes for 70 <b>₽</b> (1:00)'>>
  46. <<gt 'burger' 'dishes'>>
  47. <</act>>
  48. <</if>>
  49. <<if getvar("$BurgerQW['WashFloorCount']") >= 1 and $BurgerQW['WashFloorLastDay'] != $time.daystart and $time.hour < 10 and getvar("$BurgerQW['WorkBlocked']") == 0 and getvar("$BurgerQW['Secretary']") == 0>>
  50. <<act 'Wash the floor for 70 <b>₽</b> (1:00)'>>
  51. <<gt 'burger' 'floor'>>
  52. <</act>>
  53. <</if>>
  54. <</if>>
  55. <<if $location_var[$here][0] == 'office'>>
  56. <<set $menu_loc = 'burger'>>
  57. <<set $menu_arg = 'office'>>
  58. <<set $menu_off = 0>>
  59. <<set $time.minutes += 5>>
  60. <p>You go to the office of the owner. He is sitting at his desk, dealing with your papers. Anatoly Borisovich looks at you and says, "Well? Do you have any news?"</p>
  61. <<act 'Leave'>>
  62. <<gt 'burger' 'start'>>
  63. <</act>>
  64. <<if $finances.cash >= 650000>>
  65. <<actCLA 'Repay the debt (650,000 <b>₽</b>)'>>
  66. <<set $menu_off = 1>>
  67. <<set $time.minutes += 5>>
  68. <<set $finances.cash -= 650000>>
  69. <<setinit $BurgerQW['IlyQW'] = 5>>
  70. You get the money out and hand it over to Anatoly Borisovich. He counts it and promises not to prosecute you anymore.
  71. <<act 'Leave'>>
  72. <<gt 'burger' 'start'>>
  73. <</act>>
  74. <</actCLA>>
  75. <</if>>
  76. <<if getvar("$BurgerQW['IlyQWEvidence']") == 1>>
  77. <<actCLA 'Show proof'>>
  78. <<set $menu_off = 1>>
  79. <<set $time.minutes += 5>>
  80. <<setinit $BurgerQW['IlyQW'] = 6>>
  81. <<setinit $BurgerQW['IlyQWTatianaHelp'] = 0>>
  82. <<setinit $BurgerQW['IlyQWEvidence'] = 0>>
  83. You show the recording, where Ilyushkin confesses and promises to return the money, to Anatoly Borisovich. Anatoly Borisovich takes the record and says, that he understands and will take the statement to the police.
  84. <<act 'Leave'>>
  85. <<gt 'burger' 'start'>>
  86. <</act>>
  87. <</actCLA>>
  88. <</if>>
  89. <</if>>
  90. <<if $location_var[$here][0] == 'apply'>>
  91. <<set $menu_loc = 'burger'>>
  92. <<set $menu_arg = 'apply'>>
  93. <<set $menu_off = 0>>
  94. <<set $time.minutes += 5>>
  95. <p>You go into the manager's office where you meet a smart girl. She begins to tell you, that you can work almost every day, "Come in any time, run the snack bar and wash the dishes for 1:00. You will get 70 <b>₽</b> immediately on hand."</p>
  96. <<act 'Refuse and leave'>>
  97. <<gt 'burger' 'start'>>
  98. <</act>>
  99. <<actCLA 'Accept work'>>
  100. <<set $menu_off = 1>>
  101. <<setinit $BurgerQW['WashDishesCount'] = 1>>
  102. You agree to work.
  103. <<act 'Leave'>>
  104. <<gt 'burger' 'start'>>
  105. <</act>>
  106. <</actCLA>>
  107. <</if>>
  108. <<if $location_var[$here][0] == 'manager'>>
  109. <<set $menu_loc = 'burger'>>
  110. <<set $menu_arg = 'manager'>>
  111. <<set $menu_off = 0>>
  112. <<set $time.minutes += 5>>
  113. <p>You go to the office of the manager. The girl tells the manager that you are doing good work and offers you another part-time job, "You can wash the floors in the morning, from 8 to 9. 1 hour of cleaning floors will get you 70 <b>₽</b> immediately on hand."</p>
  114. <<act 'Refuse and leave'>>
  115. <<gt 'burger' 'start'>>
  116. <</act>>
  117. <<actCLA 'Agree to work'>>
  118. <<set $menu_off = 1>>
  119. <<setinit $BurgerQW['WashFloorCount'] = 1>>
  120. <<setinit $BurgerQW['sergeyQWServiced1'] = 0>>
  121. <<setinit $BurgerQW['sergeyQWServiced2'] = 0>>
  122. You agree to work.
  123. <<act 'Leave'>>
  124. <<gt 'burger' 'start'>>
  125. <</act>>
  126. <</actCLA>>
  127. <</if>>
  128. <<if $location_var[$here][0] == 'dishes'>>
  129. <<set $menu_off = 1>>
  130. <<setinit $BurgerQW['WashedDishesLastDay'] = $time.daystart>>
  131. <<set $time.minutes += 60>>
  132. <<setinit $BurgerQW['WashDishesCount'] += 1>>
  133. <<set $pc.mood -= 15>>
  134. <<set $finances.cash += 70>>
  135. <<run $pc.sweatAdd(10)>>
  136. <<if getvar("$BurgerQW['Level']") == 10>>
  137. <<setinit $BurgerQW['Level'] = 0>>
  138. <</if>>
  139. <<image "shared/home/kitchen/dirt.jpg">>
  140. <p>You clean the food residue and grease from the dirty dishes for an hour. Afterwards you are given 70 <b>₽</b> for your work.</p>
  141. <<if $pc.pcs_apprnc >= 80 and getvar("$BurgerQW['WashDishesCount']") >= 7 and getvar("$BurgerQW['Level']") < 10>>
  142. <<if getvar("$BurgerQW['Level']") == 1>>
  143. <p>Out of the his office comes the owner of the bistro smiling at you. "$pc.name_nick. My offer still stands. Would you like to go to a restaurant?"</p>
  144. <<elseif getvar("$BurgerQW['Level']") == 0>>
  145. <<setinit $BurgerQW['Level'] = 1>>
  146. Out of the his office comes the owner of the bistro and nearly bumps into you.
  147. "Oh, sorry. How could I not see such a charming girl."
  148. "Don't worry", you respond with a smile.
  149. <p>"Have we met? I am Anatoly Borisovich."</p>
  150. <p>"$pc.name_nick."</p>
  151. Anatoly takes your hand and kisses it.
  152. <p>"Would you like to dine somewhere outside of this hole?"</p>
  153. <</if>>
  154. <<actCLA 'Refuse' undefined `{willpower:['misc','resist','medium']}`>>
  155. <<gt 'burger' 'start'>>
  156. <</actCLA>>
  157. <<actCLA 'Agree'>>
  158. <<setinit $BurgerQW['Level'] = 10>>
  159. "Let''s go to the shop first and pick up a gorgeous dress for you. You are not allowed in the restaurant with anything else." says Anatoly while walking you to his car.
  160. <!-- Boy A74 -->
  161. <<actCLA 'Get in the car'>>
  162. <<set $time.minutes += 15>>
  163. <<setinit $BurgerQW['Level'] = 20>>
  164. <<image "locations/city/shared/car.jpg">>
  165. In the car Anatoly takes your hand and doesn''t let go for the whole ride.
  166. You arrive at a very expensive boutique with a french name.
  167. Anatoly tells you to pick out a dress.
  168. After showing him a few dresses, he chooses one and tells you to go to the dressing room.
  169. <<actCLA 'Go into the fitting room'>>
  170. <<set $time.minutes += 15>>
  171. <<image "locations/city/citycenter/diner/butic.jpg">>
  172. You undress and begin to inspect the dress.
  173. Suddenly Anatoly comes into the dressing room.
  174. "Sorry, I could not resist to take a look at your beauty."
  175. Looking at the dresses, Anatoly says,
  176. <p>"I think you should take this one. It is the most expensive one. And I think, $pc.name_nick, you should be very thankful for such a gift."</p>
  177. Anatoly''s eyes point at his pants showing what he wants from you.
  178. <<actCLA 'Give him a blowjob'>>
  179. <<setinit $BurgerQW['Level'] = 50>>
  180. <<set $guy += 1>>
  181. <<run $wardrobe.add('cats_dress_23')>>
  182. <<setinit $cats_dress_h[23] = 160>>
  183. <<setinit $cats_dress_b[23] = $pc.pcs_hips>>
  184. <<image "locations/city/citycenter/diner/sex/bj.jpg">>
  185. You squat down in front of Anatoly, he unbuttons his pants and pulls out his penis. You lean over his hard cock and kiss it, feeling its warmth. You run your tongue along his cock finally putting it in your big wet mouth and start to suck his dick.
  186. Soon Anatoly groans and you feel a spurt of warm liquid like in your mouth. You are giving your best to swallow all of his cum, trying not to choke. Anatoly straightens his clothes and leaves.
  187. You feel a little woozy as you walk out of the dressing room and look for Anatoly.
  188. He smiles and gestures to the seller who takes the dress.
  189. <<arouse 'bj' 15 `['sub']`>>
  190. <<cum 'mouth_swallow' 'A74' 1>>
  191. <<actCLA 'Exit from the boutique'>>
  192. <<set $time.minutes += 15>>
  193. <<image "locations/city/shared/car.jpg">>
  194. <p>"Whew, $pc.name_nick. I'm a little tired. Let's go to a restaurant some other time." Anatoly tells you, taking you by the hand as he leads you to his car. You quickly get to your home and Anatoly says goodbye to you.</p>
  195. <<act 'Out of the car'>>
  196. <<gt 'city_residential'>>
  197. <</act>>
  198. <</actCLA>>
  199. <</actCLA>>
  200. <<actCLA 'Hesitate'>>
  201. <<set $time.minutes += 15>>
  202. You hesitate, not sure what to do. Anatoly Borisovich takes you by the shoulders and pushes you down, making you squat in front of him helplessly. He unbuttons his pants and pulls out his already hard dick.
  203. <<actCLA 'Look at him frightened'>>
  204. <<set $time.minutes += 1>>
  205. <<setinit $BurgerQW['Level'] = 50>>
  206. <<set $guy += 1>>
  207. <<run $wardrobe.add('cats_dress_24')>>
  208. <<setinit $cats_dress_h[24] = 160>>
  209. <<setinit $cats_dress_b[24] = $pc.pcs_hips>>
  210. <<image "locations/city/citycenter/diner/sex/pr.jpg">>
  211. You look up at him startled as you notice the hot head of his cock resting on your lips. Anatoly pushes his dick to your lips. "Don't shy baby, lick it with your tongue."
  212. <<actCLA 'Start licking'>>
  213. <<arouse 'bj' 2 `['sub']`>>
  214. <<image "locations/city/citycenter/diner/sex/pr1.jpg">>
  215. You hesitantly stick out your tongue and lick the purple head again and again. Soon you are running your tongue along the whole length of his cock, wetting it with your saliva.
  216. <<actCLA 'Keep licking his dick'>>
  217. <<image "locations/city/citycenter/diner/sex/pr2.jpg">>
  218. You continue to lick his dick and Anatoly Borisovich puts his hand on the back of your head pushing your head into is groin. You feel his cock fill up your mouth almost completely as your wet lips part to take in the hot and firm flesh of his member. "That's it baby, suck it now." says Anatoly Borisovich as he starts moving his hips, slowly fucking your mouth. You wrap your lips tightly around his member, trying not to choke as his thrusts become more and more forceful.
  219. <<arouse 'bj' 2 `['sub','deepthroat']`>>
  220. <<actCLA 'Suck his dick'>>
  221. <<image "locations/city/citycenter/diner/sex/pr3.jpg">>
  222. You actively suck his dick and feel your jaw getting tired. Suddenly a hot jet shoots into your mouth. Surprised you release his member from your mouth an a jet of sperm hits you on the nose. Semen spills out of your mouth and hangs on your chin. Anatoly Borisovich takes your head and sticks his member back in your mouth to clean of the sperm.
  223. <<arouse 'bj' 4 `['sub','humiliation']`>>
  224. <!-- Boy A74 -->
  225. <<cum 'mouth_swallow' 'A74' 1 0 10000 13>>
  226. <<cum 'face' 'A74' 1 0 10000 27>>
  227. <<actCLA 'Sit on the floor'>>
  228. <<set $time.minutes += 2>>
  229. <<set $cumspclnt = 11>>
  230. <<gs 'cum_cleanup'>>
  231. <<image "locations/city/citycenter/diner/sex/pr4.jpg">>
  232. Finally Anatoly Borisovich stops, puts his cleaned off dick back in his pants and starts to button them up. You sit on the floor stunned with semen dripping from your face. You feel taste the distinct flavor of semen in your mouth. Anatoly Borisovich helps you back to your feet and quickly walks out of the dressing room. You try to clean the traces of sperm from your face.
  233. <<actCLA 'Exit out of the dressing'>>
  234. <<set $time.minutes += 2>>
  235. <!-- !!'<<image 'locations/city/citycenter/diner/sex/pr4.jpg'>>'-->
  236. You come out of the dressing room, your face red with shame. You feel like everyone is already aware of the fact that you just sucked a dick in a public place. Anatoly Borisovich tells the saleswoman that he will buy the dress for you and pays. The saleswoman wraps the dress for you and you feel her gaze on your face as she gives you the package.
  237. <<actCLA 'Exit from the boutique'>>
  238. <<set $time.minutes += 15>>
  239. <<image "locations/city/shared/car.jpg">>
  240. <p>You walk out of the boutique with Anatoly Borisovich. "Whew, $pc.name_nick. I'm a little tired. Let's go to a restaurant some other time." Anatoly tells you, taking you by the hand as he leads you to his car. You quickly get to your home and Anatoly says goodbye to you.</p>
  241. <<act 'Out of the car'>>
  242. <<gt 'city_residential'>>
  243. <</act>>
  244. <</actCLA>>
  245. <</actCLA>>
  246. <</actCLA>>
  247. <</actCLA>>
  248. <</actCLA>>
  249. <</actCLA>>
  250. <</actCLA>>
  251. <</actCLA>>
  252. <<gs 'willpower' 'bj' 'resist' 'medium'>>
  253. <<if $will_cost <= $pc.willpower>>
  254. <<actCLA 'Thank you very much. (Deny) (will_cost Willpower)'>>
  255. <<gs 'willpower' 'pay' 'resist'>>
  256. You grin and say, "Thank you very much." Anatoly flushes and says emphatically, "You know what I mean." He unbuttons his pants and pulls out his hard member.
  257. <p>You laugh, "Oh yes, I understand perfectly. You can wear this dress yourself, if you think I'm spreading my legs for every fat cat, who fancies himself the king of the world. So don't insult my intelligence and put your ugly dick back in your pants. If you think I am going to suck you off for buying me a dress you are a bigger idiot than I thought. Wo do you think you are? Casanova? Are you fucking serious?"</p>
  258. <p>Antaloy's face turns red with anger and begins to threaten you, "Yes I am, I'll fire you!"</p>
  259. You laugh in his face, "Oh I'm scared. Alright fire me and then use this dress as a rag to wash the dishes."
  260. Anatoly pale, flushed and hissing angrily jumps out of the fitting followed by your loud laughter.
  261. <<actCLA 'Leave'>>
  262. <<set $time.minutes += 1>>
  263. <<gt 'city_center'>>
  264. <</actCLA>>
  265. <</actCLA>>
  266. <<else>>
  267. <<actCLA `'Thank you very much. (Deny) ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  268. <</if>>
  269. <</actCLA>>
  270. <</actCLA>>
  271. <</actCLA>>
  272. $exit
  273. <<elseif getvar("$BurgerQW['Level']") == 20>>
  274. <<set $bisrand = rand(0, 10)>>
  275. <<if getvar("$bisrand") == 10>>
  276. Out of the office of the owner comes Anatoly Borisovich. Upon seeing you he turns away with an arrogant expression.
  277. <</if>>
  278. <<elseif getvar("$BurgerQW['Level']") == 56>>
  279. <p>When you're finished you are suddenly approached by the manager Ilyushkin. "Okay $pc.name_nick. I'm sorry. I was wrong about you. I do not know what got into me. We are currently looking for an Assistant Manager. I think you can do it. You have the nature for it. Well? What do you say?"</p>
  280. <<actCLA 'Yes'>>
  281. <p>You agree with the proposal to become Ilyushkin's assistant manager. Ilyushkin immediately beams at you with happiness. "Well then, here is your first work assignment. Here are the keys to the Anatoly Borisovich's office. Take them with you when you go home. Go to his office, open the safe and take the envelope in there. Do not forget to close the safe afterwards. Bring the envelope to me. Did you understand everything? Then go!"</p>
  282. <<actCLA 'I changed my mind'>>
  283. <<setinit $BurgerQW['Level'] = 57>>
  284. You refuse Ilyushkin''s offer and notice a flash of annoyance on his face. Disappointed he says to you. "Well, the offer stands."
  285. <<act 'Leave'>>
  286. <<gt 'burger' 'start'>>
  287. <</act>>
  288. <</actCLA>>
  289. <<actCLA 'Take the key and go into Anatoly Borisovich`s office'>>
  290. <<setinit $BurgerQW['Level'] = 111>>
  291. Taking key from Ilyushkin you go to the office of the owner. You open the door, enter the office and go to the safe. When you open the safe you see some documents and a thick envelope.
  292. <<actCLA 'Look in the envelope'>>
  293. <<setinit $BurgerQW['IlySecurityCamDesc'] = 'You look into the envelope. Then you close the safe and head to the exit.'>>
  294. You look into the envelope and see a thick wad of money. You guess, that it amounts to about half a million. A surprised whistle escapes your mouth.
  295. <<actCLA 'Take the envelope to Ilyushkin'>>
  296. <<setinit $BurgerQW['IlyQWDay'] = $time.daystart>>
  297. <<setinit $BurgerQW['IlyQW'] = 1>>
  298. <<setinit $BurgerQW['WorkBlocked'] = 1>>
  299. Coming out of the office, you see Ilyushkin standing in the corridor at the cooler talking on the cell phone. Seeing you, he waves you over. You come up and give the envelope to Ilyushkin. He quickly picks it up and puts it in his jacket pocket. After that, he nods. You can go. You want to give him the keys to the office, but Ilyushkin shakes his head and closing his hand tells you. "Take them home with you. Come back tomorrow, we shall discuss the details of your new appointment."
  300. <<act 'Leave'>>
  301. <<gt 'burger' 'start'>>
  302. <</act>>
  303. <</actCLA>>
  304. <</actCLA>>
  305. <<actCLA 'Take the envelope to Ilyushkin'>>
  306. <<setinit $BurgerQW['IlySecurityCamDesc'] = 'You take the envelope, close the safe and head out.'>>
  307. <<setinit $BurgerQW['IlyQWDay'] = $time.daystart>>
  308. <<setinit $BurgerQW['IlyQW'] = 1>>
  309. <<setinit $BurgerQW['WorkBlocked'] = 1>>
  310. Coming out of the office, you see Ilyushkin standing in the corridor at the cooler talking on the cell phone. Seeing you, he waves you over. You come up and give the envelope to Ilyushkin. He quickly picks it up and puts it in his jacket pocket. After that, he nods. You can go. You want to give him the keys to the office, but Ilyushkin shakes his head and closing his hand tells you. "Take them home with you. Come back tomorrow, we shall discuss the details of your new appointment."
  311. <<act 'Leave'>>
  312. <<gt 'burger' 'start'>>
  313. <</act>>
  314. <</actCLA>>
  315. <</actCLA>>
  316. <</actCLA>>
  317. <<actCLA 'No'>>
  318. <<setinit $BurgerQW['Level'] = 57>>
  319. You refuse Ilyushkin''s offer and notice his face flashing with a shadow of annoyance. Disappointed he says to you. "Well, the offer stands."
  320. <<act 'Leave'>>
  321. <<gt 'burger' 'start'>>
  322. <</act>>
  323. <</actCLA>>
  324. $exit
  325. <<elseif getvar("$BurgerQW['Level']") == 50>>
  326. <p>During your work, you learned that Anatoly Borisovich is away on business affairs and Ilyushkin is replacing him as the manager. When you are getting ready to go to work Ilyushkin comes out of the manager's office and says in a conspiratorial tone, "Well $pc.name_nick, you obviously do not want to work for a couple of pennies? Come to me for special work. Special work for special Salary."</p>
  327. <<actCLA 'Go to the manager`s office'>>
  328. <<set $time.minutes += 15>>
  329. <<setinit $BurgerQW['Level'] = 55>>
  330. <!-- Boy A76 -->
  331. <<image "locations/city/citycenter/diner/sex/bj1.jpg">>
  332. You go into the office and close the door. Ilyushkin is sitting in a chair in front of you seemingly at ease, lounging in it. As you go over to the manager waiting for what he would do, he sneers at you and deftly grabs you by the hand pulling you towards him.
  333. <<actCLA 'Bend over'>>
  334. <<image "locations/city/citycenter/diner/sex/bj2.jpg">>
  335. You bend over and come face to face with Ilyushkin, he whispers, unbuttoning his pants, "Get to work with your mouth, baby"
  336. <<actCLA 'Use your mouth'>>
  337. <<set $guy += 1>>
  338. <<image "locations/city/citycenter/diner/sex/bj3.jpg">>
  339. Still standing in front of Ilyushkin you bend over even more gently lick his member with your tongue, again and again. Finally your lips wrap around his cock and begin to suck it. His curly pubes tickle your nose with every movement, as you put his whole member in your mouth.
  340. <p>Ilyushkin finally lets out a loud moan and without warning begins to cum in your mouth. A Jet of hot liquid hits you in the mouth. Your eyes widen, but you continue to suck his seed-spewing dick until finally you have a mouth full of semen. As your mouth can not contain it anymore it emerges on your lips and runs down Ilyushkin's member.</p>
  341. <<arouse 'bj' 3 `['sub','prostitution']`>>
  342. <<actCLA 'Swallow cum and clean his cock'>>
  343. <<set $time.minutes += 2>>
  344. <<cum 'mouth_swallow' 'A76' 1>>
  345. <<set $finances.cash += 500>>
  346. <<image "locations/city/citycenter/diner/sex/bj4.jpg">>
  347. You squat in front of the manager and swallow his sperm before licking the remnants of his semen off of the still standing, but quickly lowering penis.
  348. <p>Finally Ilyushkin sinks back, completely satisfied and gives you 500 <b>₽</b> for the work you have done.</p>
  349. <<act 'Leave'>>
  350. <<gt 'burger' 'start'>>
  351. <</act>>
  352. <</actCLA>>
  353. <</actCLA>>
  354. <</actCLA>>
  355. <<actCLA 'Leave' undefined `{willpower:['sex','resist','medium']}`>>
  356. <<setinit $BurgerQW['Level'] = 56>>
  357. <<image "locations/city/citycenter/diner/sex/bj1.jpg">>
  358. <p>You escape from Ilyushkin's hands who was not expecting such a reaction. He glares at you, "You suck off Borisovich but get squeamish with his deputy?" You are taken aback by these words. How does he know about what happened in the fitting room. Apparently your thoughts are reflected on your face and Ilyushkin chuckles. "Yes Borisovich himself bragged about it. If you thought, Borisovich wouldn't tell anyone you're an idiot. But I won't tell anyone. And I'm offering you a decent reward. So, be a good girl and show me what you can do with this mouth of yours. "</p>
  359. <<gs 'willpower' 'bj' 'resist' 'medium'>>
  360. <<if $will_cost <= $pc.willpower>>
  361. <<act 'That`s bullshit! (will_cost Willpower)'>>
  362. <<gt 'burger' 'start'>>
  363. <</act>>
  364. <<else>>
  365. <<actCLA `'That""s bullshit! ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  366. <</if>>
  367. <<actCLA 'Use your mouth'>>
  368. <<setinit $BurgerQW['Level'] = 55>>
  369. <<set $guy += 1>>
  370. <<image "locations/city/citycenter/diner/sex/bj3.jpg">>
  371. Still standing in front of Ilyushkin you bend over even more gently lick his member with your tongue, again and again. Finally your lips wrap around his cock and begin to suck it. His curly pubes tickle your nose with every movement, as you put his whole member in your mouth.
  372. <p>Ilyushkin finally lets out an audible moan and without warning begins to cum in your mouth. A Jet of hot liquid hits you in the mouth. Your eyes widen, but you continue to suck his seed-spewing dick until finally you have a mouth full of semen. You can not contain it anymore and as it emerges on your lips and runs down Ilyushkin's member.</p>
  373. <<arouse 'bj' 3 `['sub','deepthroat','prostitution']`>>
  374. <<actCLA 'Swallow his cum and clean his cock'>>
  375. <<set $time.minutes += 2>>
  376. <<cum 'mouth_swallow' 'A76' 1>>
  377. <<set $finances.cash += 500>>
  378. <<image "locations/city/citycenter/diner/sex/bj4.jpg">>
  379. You squat in front of the manager and swallow his sperm as you began to lick the remnants of his semen off of the still standing, but quickly lowering penis.
  380. <p>Finally Ilyushkin sinks back, completely satisfied and gives you 500 <b>₽</b> for the work you have done.</p>
  381. <<act 'Leave'>>
  382. <<gt 'burger' 'start'>>
  383. <</act>>
  384. <</actCLA>>
  385. <</actCLA>>
  386. <</actCLA>>
  387. $exit
  388. <</actCLA>>
  389. <<elseif getvar("$BurgerQW['Level']") == 55>>
  390. Ilyushkin approaches you and says, "I'll see you in my office."
  391. <<actCLA 'Go to the manager`s office'>>
  392. <<setinit $BurgerQW['Level'] = 60>>
  393. You go into the office where Ilyushkin is sitting at the table and motions you to get under it. You immediatly understand what he wants from you.
  394. <<actCLA 'Crawl under the table'>>
  395. <<image "locations/city/citycenter/diner/sex/bjud.jpg">>
  396. You crawl under the table and Ilyushkin pulls out his penis in front of your face. You wrap your lips around it and begin to suck trying to get it into your mouth as deeply as possible. It is cramped and uncomfortable under the table, but you cope with it and after a few minutes of skilfully sucking him off you get Ilyushkin to release his semen into your mouth. You quickly start to swallow, trying to avoid getting your clothes dirty.
  397. <p>Afterwards, Ilyushkin takes out 500 <b>₽</b> and hands them to you.</p>
  398. <<set $finances.cash += 500>>
  399. <!-- Boy A76 -->
  400. <<arouse 'bj' 3 `['sub','prostitution']`>>
  401. <<cum 'mouth_swallow' 'A76' 1>>
  402. <<act 'Leave'>>
  403. <<gt 'burger' 'start'>>
  404. <</act>>
  405. <</actCLA>>
  406. <</actCLA>>
  407. <<elseif getvar("$BurgerQW['Level']") == 60>>
  408. Ilyushkin is nowhere to be seen and he has not approached you, so you decide to check his office.
  409. <<actCLA 'Go to the manager`s office'>>
  410. <<setinit $BurgerQW['Level'] = 65>>
  411. <p>You come to the office, but it is closed. The deputy manager comes over to you and tells you with a chuckle, "What $pc.name_nick? Can't work without a dick? I know all about you and our general manager. But he is not here until the end of the week. And if you do not want me to tell other people how you earn a living, then you will go to the office and serve me."</p>
  412. <<actCLA 'Nod obediently'>>
  413. <<image "locations/city/citycenter/diner/sex/bj21.jpg">>
  414. You go into the office and kneel before the deputy manager. He takes out his member and puts it in your face showering you with the smell of his unwashed crotch. You lick the salty cock and, with a sigh of despair, begin to suck him. The pimply jerk lasts just a few of your movements and begins to violently cum in your mouth. You can't keep all his semen in your mouth and it runs down your lips.
  415. <<set $guy += 1>>
  416. <!-- Boy A75 -->
  417. <<arouse 'bj' 3 `['sub']`>>
  418. <<cum 'mouth_swallow' 'A75' 1>>
  419. <<cum 'face' 'A75' 1>>
  420. <<act 'Leave'>>
  421. <<gt 'burger' 'start'>>
  422. <</act>>
  423. <</actCLA>>
  424. <<actCLA 'Send him away'>>
  425. You contemptuously tell this boy, that he can go to hell with his threats.
  426. <p>"Ha, listen here slut! My father is the real owner of the bistro and Borisovich is just a hired director. And if he learns that you fuck Borisovich whenever he wants it, it will be very bad for you! So if you want me to keep quiet…"</p>
  427. After these words, he calls two movers over and says
  428. <p>"Guys would you like to blow off some steam on this nymph? Don't worry, she enjoys it. She is here to serve. Am I right $pc.name_nick?</p>
  429. <<actCLA 'Refuse' undefined `{willpower:['group','resist','medium']}`>>
  430. <<setinit $BurgerQW['Level'] = 61>>
  431. <<gt 'burger' 'start'>>
  432. <</actCLA>>
  433. <<actCLA 'Yes'>>
  434. <<setinit $BurgerQW['Level'] = 70>>
  435. <<set $guy += 3>>
  436. <!-- !gruzsex += 1-->
  437. <<image "locations/city/citycenter/diner/sex/tri.jpg">>
  438. You jitter and mumble, "Yes." as you stand in front of the three men. The movers smile and you are quickly grabbed by your hand and taken to the warehouse. They help you undress and put you on your knees. Then they pull out their cocks waiting for you to serve them.
  439. You begin to diligently suck and stroke the cocks of the three man. Soon they groan and one of them grabs your head with one hand, holding his erect cock with the other.
  440. <<gs 'boyStat' 'A75' 'a'>>
  441. <<gs 'npcgeneratec' 0 'First Moving Man' `rand(18,40)`>>
  442. <<setinit $BurgerQW['GroupSex1'] = $npclastgenerated>>
  443. <<gs 'boyStat' $BurgerQW['GroupSex1'] 'b'>>
  444. <<gs 'npcgeneratec' 0 'Second Moving Man' `rand(18,40)`>>
  445. <<setinit $BurgerQW['GroupSex2'] = $npclastgenerated>>
  446. <<gs 'boyStat' $BurgerQW['GroupSex2'] 'c'>>
  447. <<arouse 'bj' 3 `['dick1','sub','group']`>>
  448. <<arouse 'bj' -1 `['dick2','sub','group']`>>
  449. <<arouse 'bj' -1 `['dick3','sub','group']`>>
  450. <<arouse 'hj' -1 `['dick1','sub','group']`>>
  451. <<arouse 'hj' -1 `['dick2','sub','group']`>>
  452. <<arouse 'hj' -1 `['dick3','sub','group']`>>
  453. <<actCLA 'Let them cum on you'>>
  454. <<cum 'face' 'A75' 1>>
  455. <<cum 'face' $BurgerQW['GroupSex1']>>
  456. <<cum 'face' $BurgerQW['GroupSex2']>>
  457. <<run $pc.sexStatInc('facial','aware',3)>>
  458. <<image "locations/city/citycenter/diner/sex/tri2.jpg">>
  459. Hot jets of sperm slap you in the face, you close your eyes and just feel the stinky seed on your skin. Soon after the sprays of semen stop and your face is all covered with a thick layer of sticky cum. The guys look satisfied and laugh at you. Afterwards they exit the warehouse leaving you by yourself.
  460. <<act 'Leave'>>
  461. <<gt 'burger' 'start'>>
  462. <</act>>
  463. <</actCLA>>
  464. <</actCLA>>
  465. <</actCLA>>
  466. <</actCLA>>
  467. <<elseif getvar("$BurgerQW['Level']") >= 65 and getvar("$BurgerQW['sergeyQWServiced1']") != 3>>
  468. The pimply deputy manager comes to you and, taking your hand, leads you into his office.
  469. In the office, he sits down on a chair pulls out his dick and puts you in front of him on all fours.
  470. <<actCLA 'Use your mouth'>>
  471. <<image "locations/city/citycenter/diner/sex/bj31.jpg">>
  472. You kneel in front of the kid sitting in a chair and begin to diligently suck his dick. You caress his cock and testicles with your tongue while simoultaneously stroking his shaft with your hand.
  473. <!-- Boy A75 -->
  474. <<arouse 'bj' 3 `['sub','prostitution']`>>
  475. <<arouse 'hj' -3 `['sub','prostitution']`>>
  476. <<actCLA 'Continue'>>
  477. <<set $finances.cash += 300>>
  478. <<setinit $BurgerQW['sergeyQWServiced2'] += 1>>
  479. <<if getvar("$BurgerQW['sergeyQWServiced2']") == 10>>
  480. <<setinit $BurgerQW['sergeyQWServiced1'] = 3>>
  481. <</if>>
  482. <<image "shared/sex/cum/mouth/cum19.jpg">>
  483. <p>A hot jet of sperm slaps you in the mouth, while you continue to stroke his member. You are careful not to spill a drop of the nasty smelling liquid out of your mouth. Finally the stream dries up and you swallow the sperm. He grins and tosses 300 <b>₽</b> on the floor. You pick them up and hide them in your pocket as you rise up from your knees and leave the office.</p>
  484. <<cum 'mouth_swallow' 'A75' 1>>
  485. <<act 'Leave'>>
  486. <<gt 'burger' 'start'>>
  487. <</act>>
  488. <</actCLA>>
  489. <</actCLA>>
  490. $exit
  491. <<elseif (getvar("$BurgerQW['Level']") == 57 and getvar("$BurgerQW['BossSlut']") == 0) or (getvar("$BurgerQW['Level']") >= 65 and getvar("$BurgerQW['BossSlut']") == 0 and getvar("$BurgerQW['sergeyQWServiced1']") == 3)>>
  492. <<setinit $BurgerQW['BossSlut'] = 1>>
  493. <<if getvar("$BurgerQW['sergeyQWServiced1']") == 3>>
  494. <<setinit $BurgerQW['sergeyQWServiced1'] = 4>>
  495. <</if>>
  496. <p>After you finish, you see Anatoly Borisovich. He nods and tells you "Hello $pc.name_nick, when you're done, come to me."</p>
  497. <<act 'Leave'>>
  498. <<gt 'burger' 'start'>>
  499. <</act>>
  500. $exit
  501. <</if>>
  502. <<act 'Leave'>>
  503. <<gt 'burger' 'start'>>
  504. <</act>>
  505. <</if>>
  506. <<if $location_var[$here][0] == 'floor'>>
  507. <<set $menu_off = 1>>
  508. <<setinit $BurgerQW['WashFloorLastDay'] = $time.daystart>>
  509. <<set $time.minutes += 60>>
  510. <<setinit $BurgerQW['WashDishesCount'] += 1>>
  511. <<if $pc.mood > 15>>
  512. <<setn $pc.mood -= 15>>
  513. <</if>>
  514. <<set $finances.cash += 70>>
  515. <<run $pc.sweatAdd(10)>>
  516. <<image "locations/city/residential/office/clener1.jpg">>
  517. <p>You wash the floors of the bistro for an hour. Afterwards you are given 70 <b>₽</b> for your work.</p>
  518. <<act 'Leave'>>
  519. <<gt 'burger' 'start'>>
  520. <</act>>
  521. <</if>>
  522. <<if $location_var[$here][0] == 'boss'>>
  523. <<set $menu_loc = 'burger'>>
  524. <<set $menu_arg = 'boss'>>
  525. <<set $menu_off = 0>>
  526. <<if getvar("$BurgerQW['BossSlut']") == 10>>
  527. <<if $time.weekday < 6 and $time.hour >= 9 and $time.hour < 17>>
  528. Anatoly Borisovich is sitting at the table talking to someone on the phone.
  529. <</if>>
  530. <<if $time.weekday < 6 and $time.hour < 9 or $time.weekday < 6 and $time.hour >= 17>>
  531. Anatoly Borisovich is not here.
  532. <</if>>
  533. <<if $time.weekday >= 6>>
  534. It's the weekend and Anatoly Borisovich is not here.
  535. <</if>>
  536. <<act 'Leave'>>
  537. <<gt 'burger' 'start'>>
  538. <</act>>
  539. <<if getvar("$BurgerQW['Secretary']") == 2>>
  540. <<if $time.weekday < 6 and $time.hour < 10>>
  541. <p>Anatoly Borisovich looks at you sternly, "$pc.name_nick, you're fired. Go away, we're done, I love my wife more than you."</p>
  542. <</if>>
  543. <<elseif getvar("$BurgerQW['Secretary']") == 1>>
  544. <<if $time.weekday < 6 and $time.hour < 10 and getvar("$CloStyle3") == 4>>
  545. <<act 'Work'>>
  546. <<gt 'burgerWork' 'start'>>
  547. <</act>>
  548. <<actCLA 'Resign'>>
  549. <<setinit $BurgerQW['Secretary'] = 0>>
  550. <<set $work = 0>>
  551. <<set $time.minutes += 20>>
  552. <<gt 'burger' 'start'>>
  553. <</actCLA>>
  554. <<elseif $time.weekday < 6 and $time.hour < 10 and getvar("$CloStyle3") != 4>>
  555. <p>Anatoly Borisovich looks at you sternly, "$pc.name_nick, why aren't you dressed properly? Go home and come back tomorrow dressed appropriately, you're not working today!"</p>
  556. <</if>>
  557. <<elseif getvar("$BurgerQW['Secretary']") == 0 and $time.weekday < 6>>
  558. <<if getvar("$secrDiplom") == 1>>
  559. <<actCLA 'Show your secretary diploma'>>
  560. <<set $menu_off = 1>>
  561. <<set $time.minutes += 1>>
  562. <p>You show Anatoly Borisovich your diploma and he asks you, "Do you want to work for me?"</p>
  563. <<actCLA 'No'>>
  564. <<set $time.minutes += 1>>
  565. <p>You tell him, that you already work somewhere else. Anatoly Borisovich smiles a little, "What can I do to make you quit your job and work for me? You can think about it, I won't force you, but I'll pay you a normal salary. You will get 1250 <b>₽</b> per day."</p>
  566. <<act 'Leave'>>
  567. <<gt 'burger' 'start'>>
  568. <</act>>
  569. <</actCLA>>
  570. <<if (getvar("$work") == 0 and getvar("$BurgerQW['Secretary']") == 0 and getvar("$cheatWork") == 0) or (getvar("$BurgerQW['Secretary']") == 0 and getvar("$cheatWork") == 1)>>
  571. <<actCLA 'Ask about the work'>>
  572. <<set $time.minutes += 1>>
  573. <p>You ask about the job. Anatoly Borisovich smiles a little, "You can think about it, I won't force you, but I'll pay you a normal salary. You will get 1250 <b>₽</b> per day. I'm looking for loyalty, hard work, and strict compliance with my guidelines."</p>
  574. <<act 'Leave'>>
  575. <<gt 'burger' 'start'>>
  576. <</act>>
  577. <<actCLA 'Take the job'>>
  578. <<set $time.minutes += 1>>
  579. <<set $work = 1>>
  580. <<setinit $BurgerQW['Secretary'] = 1>>
  581. You agree to become a secretary to Anatoly Borisovich. He takes your CV, makes a copy of your passport and diploma, and tells you. "Come to work here every weekday, no later than 9 am, you must wear an office outfit. You will receive calls, take letters, and copy documents, and you have to do any other general office work as required. You will work until 17:00, your salary will be paid into your bank account every month."
  582. <<act 'Leave'>>
  583. <<gt 'burger' 'start'>>
  584. <</act>>
  585. <</actCLA>>
  586. <</actCLA>>
  587. <</if>>
  588. <</actCLA>>
  589. <</if>>
  590. <</if>>
  591. <<elseif getvar("$BurgerQW['BossSlut']") == 1>>
  592. You enter the manager''s office. Anatoly Borisovich is sitting at the table studying some documents. When he sees you, he puts them aside and invites you to sit on a chair.
  593. <<actCLA 'Sit on a chair'>>
  594. <<set $menu_off = 1>>
  595. <<set $time.minutes += 1>>
  596. <<setinit $BurgerQW['BossSlut'] = 10>>
  597. <<if getvar("$BurgerQW['Level']") == 57>>
  598. <<run $inventory.inc('cosmetics',200)>>
  599. <p>You sit on a chair and Anatoly Borisovich smiles at you. "I'm so glad this damn trip is over. I really missed you. Incidentally I do not come empty-handed, here's a gift." with these words Anatoly Borisovich puts some expensive cosmetics on the table. "And yet, I have to tell you about some facts. I am married and I have kids. So do not even think about marriage, it won't work. My wife is the daughter of a very influential deputy and currently I am only the manager of this lousy diner. Very soon I'll get the post of deputy minister of construction, but for now I just need to do my job here. So, don't start any trouble. I need loyal people, and I want you to be my secretary. Did you get the diploma for the secretary course? "</p>
  600. <<if getvar("$secrDiplom") == 1>>
  601. <<actCLA 'Yes, I have a diploma'>>
  602. <<set $time.minutes += 1>>
  603. You tell him that you already have a secretary diploma. Anatoly Borisovich smiles. "That's good. Listen, I need to make a couple of calls, so leave now."
  604. <<act 'Leave'>>
  605. <<gt 'burger' 'start'>>
  606. <</act>>
  607. <</actCLA>>
  608. <<elseif getvar("$secrDiplom") == 0 and getvar("$sekrObu") > 0>>
  609. <<actCLA 'I do not have a diploma, but I am a secretary'>>
  610. <<set $time.minutes += 1>>
  611. You tell him that you do not have a diploma, but are experienced at working as a secretary. Anatoly Borisovich smiles. "That's good. Douchishsya, come to me. Listen, I now need to make a couple of calls, leave now."
  612. <<act 'Leave'>>
  613. <<gt 'burger' 'start'>>
  614. <</act>>
  615. <</actCLA>>
  616. <<elseif getvar("$secrDiplom") == 0 and getvar("$sekrObu") == 0>>
  617. <<actCLA 'No'>>
  618. <<set $sekrObu = 1>>
  619. <<set $time.minutes += 1>>
  620. You shake your head. Anatoly Borisovich smiles. "It doesn''t matter, I will pay for your training and once you're done, come to me."
  621. <<act 'Leave'>>
  622. <<gt 'burger' 'start'>>
  623. <</act>>
  624. <</actCLA>>
  625. <</if>>
  626. <<elseif getvar("$BurgerQW['Level']") >= 65>>
  627. <p>You sit down on a chair and Anatoly Borisovich gives you a grim look. "I did not think you were so cheap. What is your fee? 300 <b>₽</b> for a blowjob?" He pulls 300 <b>₽</b> out of his pocket and throws them on the floor. "Get down on your knees and do your work, slut."</p>
  628. <<actCLA 'Leave' undefined `{willpower:['bj','resist','medium']}`>>
  629. <<gt 'burger' 'start'>>
  630. <</actCLA>>
  631. <<actCLA 'Get on your knees'>>
  632. <<set $finances.cash += 300>>
  633. <<setinit $BurgerQW['BossSlut'] = 2>>
  634. <<setinit $BurgerQW['BossSlutLastServed'] = $time.daystart>>
  635. <<image "characters/city/anatoly/sex/bj2.jpg">>
  636. <p>You kneel down and take the money from the floor. Anatoly Borisovich pulls his already hard member out and holds it in front of your face. You wrap your lips around it and begin to suck as the hard cock fills your mouth. Anatoly Borisovich grits his teeth with pleasure "Suck it slut and don't forget to swallow every last drop!" You feel his sperm hit the inside of your mouth and begin to quickly swallow his cum to prevent yourself from choking. After you finish, Anatoly Borisovich puts his dick back in his pants. "Now get out."</p>
  637. <!-- Boy A74 -->
  638. <<arouse 'bj' 5 `['sub','prostitution']`>>
  639. <<cum 'mouth_swallow' 'A74' 1>>
  640. <<act 'Leave'>>
  641. <<gt 'burger' 'start'>>
  642. <</act>>
  643. <</actCLA>>
  644. <</if>>
  645. <</actCLA>>
  646. <<elseif getvar("$BurgerQW['BossSlut']") == 2 and $BurgerQW['BossSlutLastServed'] == $time.daystart>>
  647. Knocking you walk into the office to Anatoly Borisovich. He looks at you angrily, "I said, get out of here."
  648. <<act 'Leave'>>
  649. <<gt 'burger' 'start'>>
  650. <</act>>
  651. <<elseif getvar("$BurgerQW['BossSlut']") == 2 and $BurgerQW['BossSlutLastServed'] != $time.daystart>>
  652. <<setinit $BurgerQW['BossSlutLastServed'] = $time.daystart>>
  653. <p>Knocking you walk into the office to Anatoly Borisovich. He looked at you grimly and pulls out 300 <b>₽</b>, "Get down on your knees and get to work, slut."</p>
  654. <<actCLA 'Leave' undefined `{willpower:['bj','resist','medium']}`>>
  655. <<gt 'burger' 'start'>>
  656. <</actCLA>>
  657. <<actCLA 'Get on your knees'>>
  658. <<set $menu_off = 1>>
  659. <<set $finances.cash += 300>>
  660. <<setinit $BurgerQW['BossSlutLastServed'] = $time.daystart>>
  661. <<image "characters/city/anatoly/sex/bj2.jpg">>
  662. <p>You kneel down and take the money from the floor. Anatoly Borisovich pulls his already hard member out and holds it in front of your face. You wrap your lips around it and begin to suck as the hard cock fills your mouth. Anatoly Borisovich grits his teeth with pleasure "Suck it slut and don't forget to swallow every last drop!" You feel his sperm hit the inside of your mouth and begin to quickly swallow his cum to prevent yourself from choking. After you finish, Anatoly Borisovich puts his dick back in his pants. "Now get out."</p>
  663. <!-- Boy A74 -->
  664. <<arouse 'bj' 5 `['sub','prostitution']`>>
  665. <<cum 'mouth_swallow' 'A74' 1>>
  666. <<act 'Leave'>>
  667. <<gt 'burger' 'start'>>
  668. <</act>>
  669. <</actCLA>>
  670. <</if>>
  671. <</if>>