qwBarBilliard.tw 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. :: qwBarBilliard
  2. <<set $here = 'qwBarBilliard'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $location_type = 'event'>>
  5. <<set $menu_off = 1>>
  6. <<if $location_var[$here][0] == 'billiard_engine'>>
  7. <<if getvar("$pcs_pool") < 10>>
  8. <<set $billwin = rand(0, 10)>>
  9. <<elseif getvar("$pcs_pool") >= 10 and getvar("$pcs_pool") < 20>>
  10. <<set $billwin = rand(0, 12)>>
  11. <<elseif getvar("$pcs_pool") >= 20 and getvar("$pcs_pool") < 30>>
  12. <<set $billwin = rand(0, 14)>>
  13. <<elseif getvar("$pcs_pool") >= 30 and getvar("$pcs_pool") < 40>>
  14. <<set $billwin = rand(0, 16)>>
  15. <<elseif getvar("$pcs_pool") >= 40 and getvar("$pcs_pool") < 50>>
  16. <<set $billwin = rand(0, 18)>>
  17. <<elseif getvar("$pcs_pool") >= 50 and getvar("$pcs_pool") < 60>>
  18. <<set $billwin = rand(0, 20)>>
  19. <<elseif getvar("$pcs_pool") >= 60 and getvar("$pcs_pool") < 70>>
  20. <<set $billwin = rand(0, 22)>>
  21. <<elseif getvar("$pcs_pool") >= 70 and getvar("$pcs_pool") < 80>>
  22. <<set $billwin = rand(0, 24)>>
  23. <<elseif getvar("$pcs_pool") >= 80 and getvar("$pcs_pool") < 90>>
  24. <<set $billwin = rand(0, 26)>>
  25. <<elseif getvar("$pcs_pool") >= 90 and getvar("$pcs_pool") < 100>>
  26. <<set $billwin = rand(0, 28)>>
  27. <<elseif getvar("$pcs_pool") >= 100>>
  28. <<set $billwin = rand(0, 30)>>
  29. <</if>>
  30. <</if>>
  31. <!-- !!OPTION FOR SVETA TO GIVE HIM A BLOWJOB AFTER SHE WINS - SHE GETS TO KEEP THE MONEY AND HE GETS WHAT HE WANTS - BOTH WALK AWAY HAPPY-->
  32. <!-- !What does she get out of that, though?-->
  33. <!-- !Find (better) pictures for scenes?-->
  34. <<if $location_var[$here][0] == 'billiard_ev1'>>
  35. <<if getvar("$billiard_ev_var") == 1>>
  36. <<if getvar("$billwin") > 16>>
  37. <<actCLA 'Win'>>
  38. <<image "locations/city/industrial/bar/sex/pool/poolw.jpg">>
  39. <<run $pc.skillExperienceGain('pool',rand(2,5))>>
  40. <<set $finances.cash += 2500>>
  41. <<set $billiard_ev_var to null>>
  42. <<set $time.minutes += 30>>
  43. He comes out strong and plays really well, but you play just a tiny bit better and manage to win the round by a hair.
  44. He seems completely surprised by the fact that you beat him but still congratulates you.
  45. <p>"How about a rematch?" You tease, to which he laughs and shakes his head: "Nah, I think I've lost enough money for one day."</p>
  46. You collect your winnings, chat with him for a few more minutes and then part ways.
  47. <<act 'Return to the bar'>>
  48. <<gt 'qwBarPolet' 'bar'>>
  49. <</act>>
  50. <</actCLA>>
  51. <<else>>
  52. <<actCLA 'Lose'>>
  53. <<image "locations/city/industrial/bar/sex/pool/pooll.jpg">>
  54. <<run $pc.skillExperienceGain('pool',rand(2,5))>>
  55. <<set $finances.cash -= 2500>>
  56. <<set $billiard_ev_var to null>>
  57. <<set $time.minutes += 30>>
  58. He had a strong start, but you caught back up to him, matching him ball for a ball for a while. Towards the end, however, he ran the table with precise shots, not only pocketing his balls but also setting them up in ways that blocked yours. You lost, utterly and completely.
  59. He laughs and says you almost had him, pointing out how lucky he got there at the end to beat you, though you're not quite sure it was as close as he makes it sound.
  60. Still, he offers to play you again for the same amount, so you get a chance to "win your money back."
  61. <<if $finances.cash >= 2500>>
  62. <<actCLA 'Play again'>>
  63. <<set $billiard_ev_var = 1>>
  64. "Alright, let''s play."
  65. <p>You ' + iif(bag > 0,'open your purse','reach into your pocket') + ' and pull out enough money to lay it down on the table. He grins, racks up the balls and lets you break again as he lays his money down on top of yours.</p>
  66. <<gs 'qwBarBilliard' 'billiard_engine'>>
  67. <<gs 'qwBarBilliard' 'billiard_ev1'>>
  68. <</actCLA>>
  69. <</if>>
  70. <<actCLA 'Tell him you don`t have that kind of money'>>
  71. <<set $PBB_Met = 2>>
  72. You shrug slightly and tell him you don't have that much money on you. He nods in understanding, then looks around a bit before leaning in close. "We can play for something else, you know..."
  73. <p>You look at him suspiciously. "Like what?"</p>
  74. <p>He gives you a relaxed, friendly smile. "If you win, you get the money. And if I win, you give me a blowjob. Sound fair?"</p>
  75. <!-- !!if fame['city_slut'] < 75 and (pcs_dom >= 20 or (pcs_inhib < 40 and alko < 5) or pcs_horny < 30):-->
  76. <<if $pc.fame('city_slut') < 75>>
  77. <<actCLA 'Not that kind of girl' undefined `{willpower:['bj','resist']}`>>
  78. You shake your head and glare at him.
  79. <p>"Do I look like some sort of cheap whore to you?"</p>
  80. <p>You don't even give him time to respond - you simply turn on your heel and walk back to the main room.</p>
  81. <<act 'Return to the bar'>>
  82. <<gt 'qwBarPolet' 'bar'>>
  83. <</act>>
  84. <</actCLA>>
  85. <</if>>
  86. <<actCLA 'I don`t think so'>>
  87. The thought of making a wager that might end up with you sucking some random guy''s cock doesn''t really bother you in and of itself, but you are not really interest in it either.
  88. Deciding against it, you tell him: "I think I'll pass today. Thank you for the drink and the game, though."
  89. He seems to notice that you don't seem angry or even put off, so he smiles and simply says "See you around" before you leave.
  90. <<act 'Return to the bar'>>
  91. <<gt 'qwBarPolet' 'bar'>>
  92. <</act>>
  93. <</actCLA>>
  94. <<if $pc.pcs_inhib >= 20>>
  95. <<actCLA 'You`re on'>>
  96. <<image "locations/city/industrial/bar/sex/pool/pool2.jpg">>
  97. <<set $billiard_ev_var = 2>>
  98. <i>I can take him</i>, you think to yourself, <i>and even if I can't, it's just a blowjob.</i>
  99. With that in mind, you nod your head and tell him he's on.
  100. <<gs 'qwBarBilliard' 'billiard_engine'>>
  101. <<gs 'qwBarBilliard' 'billiard_ev1'>>
  102. <</actCLA>>
  103. <</if>>
  104. <</actCLA>>
  105. <<actCLA 'You`ve played enough'>>
  106. You shake your head no.
  107. "I think I've lost enough money, and I should probably get going anyway."
  108. "Sounds reasonable," he concurs, "but remember, luck is fickle: My luck can run out any moment."
  109. "Then maybe it'll run out next time. Thank you for the drink and the... expensive company." With that, you return to the main room.
  110. <<act 'Return to the bar'>>
  111. <<gt 'qwBarPolet' 'bar'>>
  112. <</act>>
  113. <</actCLA>>
  114. <</actCLA>>
  115. <</if>>
  116. <<elseif getvar("$billiard_ev_var") == 2>>
  117. <<if getvar("$billwin") > 16>>
  118. <<actCLA 'Win'>>
  119. <<run $pc.skillExperienceGain('pool',rand(2,5))>>
  120. <<set $finances.cash += 2500>>
  121. <<set $billiard_ev_var to null>>
  122. <<set $time.minutes += 30>>
  123. <<image "locations/city/industrial/bar/sex/pool/poolw.jpg">>
  124. He comes out strong and plays really well, but you play just a tiny bit better and manage to win the round by a hair.
  125. He seems completely surprised by the fact that you beat him but still congratulates you.
  126. <p>"How about a rematch?" You tease, to which he laughs and shakes his head: "Nah, I think I've lost enough money for one day."</p>
  127. You collect your winnings, chat with him for a few more minutes and then part ways.
  128. <<act 'Return to the bar'>>
  129. <<gt 'qwBarPolet' 'bar'>>
  130. <</act>>
  131. <</actCLA>>
  132. <<else>>
  133. <<actCLA 'Lose'>>
  134. <<run $pc.skillExperienceGain('pool',rand(2,5))>>
  135. <<set $billiard_ev_var to null>>
  136. <<set $time.minutes += 30>>
  137. <<image "locations/city/industrial/bar/sex/pool/pooll.jpg">>
  138. <p>He is good - really good. In fact, you think he has been holding back a bit until now: He rarely misses a shot, sets up obstacles for you, and before long, he has won the game.</p>
  139. "Guess I'm getting that blowjob," he says with a smug smile.
  140. You made that bet willingly but you are getting the distinct feeling that he hustled you...
  141. <<actCLA 'Refuse'>>
  142. <<image "locations/city/industrial/bar/sex/pool/poolr.jpg">>
  143. You shake your head. "I'm not sucking your dick. You scammed me."
  144. You turn to walk off, but his eyes flash with anger and he grabs your arm. "You're not going anywhere. You made a bet, sweetheart, and you lost, so pay up."
  145. <p>"Let me go!"</p>
  146. You try and jerk free but you can't, he is much stronger than he looks. Things get a little heated and you both get louder, but before things can escalate, Martin, with his uncanny ability to appear wherever he's needed, walks in.
  147. <p>"You two need to calm down. What's going on?" He asks, his tone calm but abrasive.</p>
  148. The guy speaks quickly before you can even get a word in: "We made a bet and now she is refusing to pay up."
  149. Martin nods and then looks to you, letting you have your say, so you tell him: "He hustled me and now he wants me to give him a blowjob for losing."
  150. <p>The guy snorts indignantly and almost yells: "That's what you bet! You sure as hell would have taken my money if I had lost!"</p>
  151. <p>Before the two of you can start shouting at each other again, the bartender raises his hands to silence the both of you, then turns towards you and asks, "Is it true? Did you bet a blowjob against his money?"</p>
  152. <p>You lower your head to avoid his gaze - not because he would have glared at you but because there was a hint of disappointment in it that you really didn't want to see.</p>
  153. "Yeah, I did," you confess quietly.
  154. "Alright." Martin pauses for a second. "Leave."
  155. <<if $npc('A216').rel < 20 or getvar("$MartinLie") == 1>>
  156. <!-- !!WHEN WOULD HE THROW SVETA OUT?-->
  157. <!-- !SHOULD MartinLie GET KILLED AT SOME POINT?-->
  158. <<run $npcs.dec('A216','rel',1)>>
  159. You look up and see Martin''s eyes rest on you. "Leave, now."
  160. <p>"But-"</p>
  161. <p>"What about my payout?" The guy protests, but Martin doesn't turn to him. That doesn't diminish his threat, though:</p>
  162. <p>"You shut your mouth or I swear I will stuff it with those pool balls! $pc.name_first, go."</p>
  163. <p>Not wanting to make him say it once more, you quickly turn and walk towards the exit. Something about the disappointment you saw in Martin's eyes doesn't sit well with you, though. You got out of giving that blowjob, but you're half-wondering if it hadn't been better to give so you didn't have to admit to Martin that you had taken that bet.</p>
  164. <<if getvar("$MartinLie") == 1>>
  165. It seems that, after having lied to him before, he's got a short fuse for when you're behaving inappropriately in the bar.
  166. <</if>>
  167. <<act 'Leave the bar'>>
  168. <<gt 'city_industrial'>>
  169. <</act>>
  170. <<else>>
  171. <<run $npcs.dec('A216','rel',2)>>
  172. <p>You look up and expect to see Martin's face, but instead all you see is his shoulder - his eyes are resting on your pool partner who looks back and forth between the two of you incredulously.</p>
  173. "You've gotta be kidding me."
  174. "I'm not. Get out of my bar," Martin insists.
  175. <p>"I'm the one who's getting screwed here!" The guy yells.</p>
  176. <p>"Oh please, do you really think I don't notice how you chat up anybody who looks like they might not know how to play? Your con may not be the kind the militia would go for but you are lucky I even let you back in here to begin with."</p>
  177. The guy seems to want to retort, but Martin cuts him off: "So unless you want to find another place to hang out, I suggest you get lost. Now."
  178. He glares at Martin, then at you, but then angrily grabs his money from the pool table and walks out.
  179. <p>"Thank you, Mart-"</p>
  180. <p>"$pc.name_first," he cuts you off, "why the fuck would you offer a blowjob as a wager?"</p>
  181. <p>"I didn't! He... suggested it."</p>
  182. <p>"And you went for it. You took him up on his offer, for what? For some money?"</p>
  183. <p>"I-"</p>
  184. <p>"If I offered you money right now," he cuts you off again, "would you get down on your knees and blow me? Huh?!"</p>
  185. <<if getvar("$MartinSex") == 0>>
  186. His words hit you surprisingly hard. You're not sure if you want to slap him, walk off, or break into tears. Before you can decide, you feel his calloused hand at your chin, forcing you to raise your head and meet his eyes.
  187. <p>"There are things you shouldn't do for money. You're not easy, coraz󮬠so don't make yourself cheap."</p>
  188. And with that, Martin walks off, leaving you to contemplate his words and his concern for you.
  189. <<act 'Return to the bar'>>
  190. <<gt 'qwBarPolet' 'bar'>>
  191. <</act>>
  192. <<else>>
  193. <<run $npcs.dec('A216','rel',1)>>
  194. <!-- !!'"You don't have to offer me money for that," you say ' + iif(pcs_dom<20,'shyly','confidently') + ' and put your hand on his crotch.'-->
  195. <!-- !!sub/dom dialog needs fixing-->
  196. "You don't have to offer me money for that," you say and put your hand on his crotch.
  197. <p>"I know that. But," he seems to be having trouble focusing on what he wants to say, "$pc.name_first, not here, not now."</p>
  198. For a moment, you wonder how far he would go. Reluctant as he is, you doubt that he''d go as far as screwing you over the billiard table while there are people in the bar. He seems to be on the verge of agreeing to a blowjob, though, if you are bold or horny enough to push him...
  199. <<actCLA 'Back off'>>
  200. <<set $npc('A216').rel += 1>>
  201. You not and remove your hand from his swelling cock.
  202. "Okay, if that's what you want."
  203. iif(pcs_inhib<30,'You are secretly relieved that he didn''t agree, cause you're not sure you could have actually gone through with blowing him in public like this, without a lost bet to force your hand.','') + 'He seems ' + iif(pcs_inhib<30,'just as ','') + 'relieved that you backed off - judging by how quickly he got hard , he probably wouldn''t have said no a second time.'
  204. <p>"It's better this way. But maybe we could continue after closing time?"</p>
  205. "I'll see what I can do," you say noncommittally, give him a smile and leave him to calm down.
  206. <<act 'Return to the bar'>>
  207. <<gt 'qwBarPolet' 'bar'>>
  208. <</act>>
  209. <</actCLA>>
  210. <!-- !!sub/dom dialog needs fixing: action name depends on pcs_dom-->
  211. <!-- !!if pcs_dom >= 30 and exhibitionist_lvl > 1:-->
  212. <!-- !!$martinpos = 'But I want to'-->
  213. <!-- !!elseif pcs_horny >= 80 and pcs_inhib >= 30:-->
  214. <!-- !!$martinpos = 'I'll do it if you want me to'-->
  215. <!-- !!end-->
  216. <<set $martinpos = 'I`ll do it if you want me to'>>
  217. <<gs 'willpower' 'bj' 'self'>>
  218. <!-- !!if (pcs_horny >= 80 and exhibitionist_lvl > 0) or (pcs_dom >= 30 and exhibitionist_lvl > 1):-->
  219. <<if $will_cost <= $pc.willpower>>
  220. <<actCLA '$martinpos (will_cost Willpower)'>>
  221. <<gs 'willpower' 'pay' 'self'>>
  222. <<image "locations/city/industrial/bar/sex/pool/poolm1.jpg">>
  223. <!-- Boy A216 -->
  224. <<set $npc('A216').rel += 1>>
  225. <<if $pc.horny >= 80 and getvar("$exhibitionist_lvl") > 0>>
  226. "Oh, I think you <b>do</b> want it here and now," you say coyly as you unbutton Martin''s pants, "and I want to, too." You can see him tense, see that he is torn between his own rules and his lust for you, but in that moment your hand reaches into his underpants and your fingers close around his impressive length, the battle is over.
  227. <<else>>
  228. <p>"Are you sure? I would do it if you asked me to."</p>
  229. The truth is that, as much as you want to push him, you want him to give you that tiny little nudge you need to overcome your own reluctance. And he gives it:
  230. <</if>>
  231. "Then do it. Suck my dick."
  232. <!-- !!sub/dom dialog needs fixing-->
  233. <!-- !!'Smiling ' + iif(pcs_dom>=30,'seductively','shyly') + ', you get down on your knees, pulling his pants down as you go. You know full well that there''s a room''s worth of potential audience waiting on the other side of the curtain, so you don't waste any time: After a single teasing lick around the tip of his cock, you ' + iif(pcs_hairlng>81,'brush a particularly annoying strand of your <<$pc_descWordy['hair length']>> out of your face','fish a rogue hair out of your mouth') + ' and take his <<dick>>cm <<$dick_girth>> dick into your mouth.'-->
  234. <p>Smiling, you get down on your knees, pulling his pants down as you go. You know full well that there's a room's worth of potential audience waiting on the other side of the curtain, so you don't waste any time: After a single teasing lick around the tip of his cock, you ' + iif(pcs_hairlng>81,'brush a particularly annoying strand of your $pc_descWordy['hair length'] out of your face','fish a rogue hair out of your mouth') + ' and take his dickcm $dick_girth dick into your mouth.</p>
  235. <p>You bob your head '+ iif($pc.sexStat('bj')>20,'confidently','reluctantly, still trying to figure blowjobs out') + iif($pc.sexStat('bj')>40,' and with wild abandon',') + ' and run your $pcdesc_tongue around it to stimulate him as much as you can.</p>
  236. You're not sure if the prospect of getting caught here with a cock in your mouth terrifies or excites you more, but you don't really feel the need to find out which it is.
  237. <<set $orgasm_txt = 'But you do anyway: It's the latter. As you unconsciously knead your $pc_desc['breast'] breasts through your top, the heat between your legs grows and spreads to your belly. You moan around Martin's cock as the orgasm overcomes you. You don't have to look up to see the self-satisfied expression on Martin's face when he realizes that you came from sucking his cock...'>>
  238. <<arouse 'bj' 5 `['exhibitionism']`>>
  239. <<set $martinpos to null>>
  240. <<actCLA 'Make Martin come'>>
  241. <<image "locations/city/industrial/bar/sex/pool/poolm2.jpg">>
  242. You are giving Martin the best blowjob you can, working him over with your mouth, tongue and hand to make him shoot his load quickly. And you seem to be doing something right, cause Martin is starting to tense.
  243. As Martin groans quietly, moments away from climax, you become acutely aware of the heat between your legs. The forbidden nature of what you're doing apparently isn''t lost on your pussy, regardless of whether your conscious mind is turned on or scared.
  244. Finally, your latin lover bends his head back as he empties his sperm into your mouth. You double your efforts, licking and sucking even harder.
  245. <<set $orgasm_txt = 'Or at least you try: You moan around Martin's cock when the first jet of his ' + iif(pcs_traits['cumeater']=1,'tasty ',') + 'cum lands on your tongue and pushes you over the edge, making it difficult to focus on his pleasure. You think you manage quite well, but you don't have to look up to see the self-satisfied expression on Martin's face when he realizes that you came from sucking his cock - from him cumming in your mouth, in fact.'>>
  246. <<arouse 'bj' 2 `['exhibitionism']`>>
  247. <<cum 'mouth' $sex.npcId 1>>
  248. <<set 'When his orgasm subsides, you audibly swallow Martin's ' + iif(pcs_traits['cumeater'] = 1,'delicious ','') + 'load and show him your clean tongue. The barkeeper smiles at how ' + iif(pcs_dom>=30,'bold','shy') + ' you are about this gesture.'>>
  249. After that, you quickly return to reality when the sound of breaking glass reminds you of the bar behind the curtain. Martin zips his pants back up and you barely have time to get up on your feet when two guys pull the veil aside, looking to play a game of billiards.
  250. They seem just as surprised as you to see each other, but they just give Martin a friendly "hello" before the two of you leave. As Martin strides towards the source of the noise you heard, you stay back long enough to hear the guys at the pool table break into wild speculations.
  251. That was definitely an experience...
  252. <<set $orgasm_txt = ''>>
  253. <<act 'Return to the bar'>>
  254. <<gt 'qwBarPolet'>>
  255. <</act>>
  256. <</actCLA>>
  257. <</actCLA>>
  258. <<else>>
  259. <<actCLA `'<<$martinpos>> ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  260. <</if>>
  261. <</if>>
  262. <</if>>
  263. <</actCLA>>
  264. <<actCLA 'Pay up'>>
  265. <<image "locations/city/industrial/bar/sex/pool/poold1.jpg">>
  266. <<gs 'npcgeneratec' 0 'stranger' `rand(18,35)`>>
  267. <p>Well, a bet is a bet. If you weren't willing to do it, you shouldn't have made the bet. At least that's what's going through your head as you get down on your knees in front of him. Even being in a separate room and hidden from sight, the fact that everything that's between you and a whole bar full of people is a fluttering curtain ' + iif(exhibitionist_lvl < 1,'terrifies','excites') + ' you.</p>
  268. He has his pants unbuttoned in about two seconds and out comes his cock, standing at attention already and revealing his eagerness and anticipation.
  269. You quickly take it into your mouth and start sucking it for all you are worth, looking to get this over with as quickly as you can. You use your hands to caress his shaft and fondle his balls as you suck his dick, and while could imagine yourself doing more pleasant things, the fact that you are blowing a stranger in public does have a slight effect on you.
  270. <<arouse 'bj' 5 `['sub','exhibitionism']`>>
  271. <<actCLA 'Payoff'>>
  272. <<image "locations/city/industrial/bar/sex/pool/poold2.jpg">>
  273. It feels like you've only just started when you hear him give a suppressed grunt. You barely manage to open your mouth and pull away as he shoots his load of cum all over your face and into your mouth. He looks down at you as he tucks his dick away.
  274. "Pleasure doing business with you sweetheart, maybe we can do it again sometime. And I hope you enjoy your... consolation price."
  275. With a fat grin on his face, he walks off, whistling and very pleased with himself, leaving you covered in cum.
  276. Maybe billiards just isn''t for you.
  277. <<set $spafinloc = 11>>
  278. <<gs 'cum_manage'>>
  279. <<set $spafinloc = 12>>
  280. <<gs 'cum_manage'>>
  281. <<act 'Return to the bar'>>
  282. <<gt 'qwBarPolet' 'bar'>>
  283. <</act>>
  284. <</actCLA>>
  285. <</actCLA>>
  286. <</actCLA>>
  287. <</if>>
  288. <</if>>
  289. <</if>>
  290. <<if $location_var[$here][0] == 'billiard_ev2'>>
  291. <<if getvar("$bill_rand") == 0>>
  292. <<image "locations/city/industrial/bar/sex/pool/poolvicart.jpg">>
  293. You enter the backroom. As soon as you set foot inside, Jaska''s friends immediately turn their heads and give you broad grins.
  294. <<if getvar("$Jaska_Friend_Bill") == 0>>
  295. <p>"What do we have here? A pretty girl looking to play with us?" Asks one of them</p>
  296. <p>The other seems to recognize you: "Aren't you the girl we saw with Jaska the other night?"</p>
  297. <p>"Yeah, I guess," you shrug. "Where is he, anyway?"</p>
  298. <p>"Probably losing more money against people who are better than him," the first one muses and both chuckle. "Are you looking for him?"</p>
  299. <p>"Not specifically. Just want to play some billiards, so I thought, why not play with you?"</p>
  300. "If you wanna learn how to play to win, you came to the right people. We'll go easy on you."
  301. You notice how blatantly the other one checks you out but you ignore it as best you can.
  302. <<actCLA 'Play a round'>>
  303. <<set $time.minutes += 20>>
  304. <<run $pc.skillExperienceGain('pool',rand(3,5))>>
  305. <<set $pc.mood += rand(5,15)>>
  306. <<set $Jaska_Friend_Bill = 1>>
  307. <<image "locations/city/industrial/bar/sex/pool/pool2.jpg">>
  308. <p>Time flies when you're having fun and, as sleazy as the two - they introduce themselves as Artyom and Victor - come across, they are pretty decent company once you get used to their bawdy comments.</p>
  309. The game ends up being quite close as you take shots on your own while they play together. You end up winning closely.
  310. "Great shots there at the end," Victor admits.
  311. "I do what I can", you humblebrag as you lean the billiard cue against the table. "It's been fun though."
  312. <p>"Yeah," Artyom agrees. After the briefest of pauses and quick exchange of glances between the two, he continues: "How about we make it even more fun?"</p>
  313. <p>The grin they have on their faces reminds you of how they looked at Jaska. "What are you thinking?"</p>
  314. <p>"How about a little wager?" Victor suggests, tellingly aware of what his friend had in mind. "Nothing too insane... Maybe 500 <b>₽</b> each, winner takes all?"</p>
  315. <<if $finances.cash >= 500>>
  316. <<actCLA 'Sure, let`s play'>>
  317. <<set $time.minutes += 20>>
  318. <<run $pc.skillExperienceGain('pool',rand(3,5))>>
  319. <<set $pc.mood += rand(15,25)>>
  320. <<set $finances.cash += 1000>>
  321. <<video "locations/city/industrial/bar/sex/pool/pool4.mp4">>
  322. <p>"Sure, I'm game if you are." You rummage through your ' + iif(bag>0,'purse','pocket') + ' and put a couple of bills on the table. Your two opponents quickly follow suit and set up the game.</p>
  323. The following game is close and it's clear that Artyom and Victor are very skilled players, but Victor fumbles a shot or two towards the end of the game, which greatly upsets Artyom, and his mistakes are enough to bring you victory.
  324. "You won, fair and square," Victor admits and hands you your winnings.
  325. "Thanks. I got lucky, though. I can't believe you missed those shots at the end."
  326. "Me neither," Artyom agrees bitterly.
  327. Victor gives him a stern look, then leans in and says quietly: "Don't mind Artyom. He's a sore loser, even though we've been playing for ages. It just doesn''t happen very often that we come across somebody who''s as good as you."
  328. You smile at the compliment and the extra money in your hand. If they play like that every time, you should come here often for easy money.
  329. But you don't say that out loud, of course. You just tell them that you should get going and that you'll see them around.
  330. "We'll be here for you," Victor promises as you turn to the curtain.
  331. <<act 'Return to the bar'>>
  332. <<gt 'qwBarPolet' 'bar'>>
  333. <</act>>
  334. <</actCLA>>
  335. <<elseif $finances.cash <= 500>>
  336. <<actCLA 'Sounds fun - I`m broke, though'>>
  337. <<image "locations/city/industrial/bar/sex/pool/poolvicart.jpg">>
  338. "Sounds like fun... but I don't have that kind of money on me", you admit.
  339. <p>Victor gives you a surprised look. "Oh? Well, that's a pity."</p>
  340. Artyom nods gravely. "Shame. You play a lot better than Jaska. Would have been fun to actually be challenged for once."
  341. "Yeah, well, can't be helped," you shrug.
  342. <p>"Well," Artyom begins, "maybe we could-"</p>
  343. <p>"Maybe next time," Victor cuts him off. "Want to play another round without a wager?"</p>
  344. <<actCLA 'Sure, let`s play'>>
  345. <<set $time.minutes += 20>>
  346. <<run $pc.skillExperienceGain('pool',rand(3,5))>>
  347. <<set $pc.mood += rand(5,15)>>
  348. <<video "locations/city/industrial/bar/sex/pool/pool4.mp4">>
  349. You agree to play another friendly match. You cannot help but notice the scowl on Artyom''s face, and it seems to have very little to do with the fact that you are, once again, coming out ahead at the end.
  350. Victor once again applauds your skill while Artyom merely gives you an acknowledging nod. Victor seems annoyed at his friend''s bad mood but doesn''t let it keep himself from having a friendly chat with you for a few minutes.
  351. "You know where to find us if you wanna play," Victor emphasizes as you give them your goodbye.
  352. <<act 'Return to the bar'>>
  353. <<gt 'qwBarPolet' 'bar'>>
  354. <</act>>
  355. <</actCLA>>
  356. <<actCLA 'No thanks'>>
  357. "No, I should probably get going."
  358. Victor gives you a friendly pat on the shoulder. "Alright, take care."
  359. As you walk out, you cannot help but notice the scowl on Artyom''s face. It's not directed at you but at Victor. Looks like they had slightly different ideas of what was supposed to happen...
  360. <<act 'Return to the bar'>>
  361. <<gt 'qwBarPolet' 'bar'>>
  362. <</act>>
  363. <</actCLA>>
  364. <</actCLA>>
  365. <</if>>
  366. <<actCLA 'I don`t think so'>>
  367. <p>"Nah, I think one game was enough for the night," you decide. "Maybe another time?"</p>
  368. Artyom looks like he wants to say something, but Victor quickly interjects: "Sure, another time. You know where to find us. We're always happy to have you."
  369. "See you later," you bid them farewell and return to the main room.
  370. <<act 'Return to the bar'>>
  371. <<gt 'qwBarPolet' 'bar'>>
  372. <</act>>
  373. <</actCLA>>
  374. <</actCLA>>
  375. <<elseif getvar("$Jaska_Friend_Bill") == 1>>
  376. <p>"Well, look what the cat dragged in. Good to see you, $pc.name_first," Victor greets you.</p>
  377. <p>"You too. Are you guys busy?"</p>
  378. "Nah, this game was pretty boring," Artyom declares.
  379. Victor leans in a little closer. "Of course he''d say that. He was losing."
  380. "I heard you," Artyom informs him.
  381. <p>"I know. You were meant to." Victor turns to you. "So, ready to play?"</p>
  382. "Sure, let''s do it."
  383. <p>"Hold on," Artyom interjects. "Are we playing for money? Cause Victor and I were and you interrupted our game."</p>
  384. <p>You don't see any cash on the table, but that doesn't have to mean anything. "How much were you playing for?"</p>
  385. <p>"1000 <b>₽</b> each."</p>
  386. <<actCLA 'I don`t wanna play for that much'>>
  387. "I don't think I wanna play for that much tonight," you declare.
  388. "Oh," Victor makes, disappointed. "Well, in that case, you are welcome to watch as I take Artyom to the cleaners."
  389. "Yeah, right, as if," Artyom retorts.
  390. "Sounds like fun, but I think I better get going. I don't wanna be blamed if either of you loses," you joke.
  391. "Alright, see you later," they tell you as you return to the main room.
  392. <<act 'Return to the bar'>>
  393. <<gt 'qwBarPolet' 'bar'>>
  394. <</act>>
  395. <</actCLA>>
  396. <<act 'Sounds fun - I`m almost broke, though'>>
  397. <<gt 'VicArt_Billiard' 'VicArt_Ev1_Broke'>>
  398. <</act>>
  399. <<if $finances.cash >= 1000>>
  400. <<act 'Sure, let`s play (for cash)'>>
  401. <<gt 'VicArt_Billiard' 'VicArt_Ev1_Cash'>>
  402. <</act>>
  403. <</if>>
  404. <!-- !!if Sveta has stripped for them before [PlayVariable = 2], has masturbated [PlayVariable = 3] but hasn''t yet given them a blowjob [PlayVariable = 4]-->
  405. <<elseif getvar("$Jaska_Friend_Bill") <= 3>>
  406. <p></p>
  407. Artyom and Victor
  408. <!-- !Artyom and Victor need fixed stats?-->
  409. <!-- !Styled after Erik and ???, two Russian/Czech? porn actors:-->
  410. <!-- !Erick Lewis as Victor, dark-skinned, charming, composed - https://de.pornhub.com/pornstar/erick-lewis http://wtfpass.com/models/eric-cfst30/2/-->
  411. <!-- !Maxim (or anybody else - Edik?) as Artyom, fair-skinned, a little more brutish and lecherous - http://wtfpass.com/models/maxim-2/-->
  412. <!-- !Sex progression? first strip teases, masturbation, then handjobs/blowjobs, sex, anal, DP - dependent on pcs_exhib - caught in a specific act (blowjob? sex?) - each act is worth more-->
  413. <!-- !Small scene variants where she only blows one of them, only has sex with one of them etc.-->
  414. <!-- !!if Sveta has been caught by Martin during the blowjob [PlayVariable = 4] and every subsequent sex act-->
  415. <<elseif getvar("$Jaska_Friend_Bill") >= 4>>
  416. <</if>>
  417. <!-- !Separate location to handle all sex interactions with them after Jaska_Friend_Bill = 4?-->
  418. <<elseif getvar("$bill_rand") > 2>>
  419. <<image "locations/city/industrial/bar/sex/pool/pool3.jpg">>
  420. You enter the backroom. The group of three inside turn to greet you and you strike up a conversation with them as they finish the round they've been playing.
  421. <<if getvar("$bill_rand") > 3>>
  422. You notice a small pile of bills sitting on the edge of the table. It's no fortune by any stretch but these guys seem to enjoy a little wager.
  423. <</if>>
  424. As they set up a new one, they invite you to play with them.
  425. <<if $finances.cash >= 250>>
  426. <<actCLA 'Suggest playing for money (250 <b>₽</b>)'>>
  427. <p>"How about we make this more interesting?" You suggest. "We could play for money. Maybe like 250 <b>₽</b> each?"</p>
  428. <<if getvar("$bill_rand") > 3>>
  429. <<if getvar("$pcs_pool") >= 60>>
  430. <<set $temp = rand(1,4)>>
  431. <</if>>
  432. <<if getvar("$temp") == 1>>
  433. One of them shakes their head. "I don't think so. I know you. You play way too well."
  434. "Yeah, I don't think I wanna play for money with you either," another one agrees.
  435. "Suit yourselves," you shrug and turn to leave. Pity.
  436. <<act 'Return to the bar'>>
  437. <<gt 'qwBarPolet' 'bar'>>
  438. <</act>>
  439. <<else>>
  440. <<set $finances.cash -= 250>>
  441. "Sure," one of them agrees and his friends nod, "we can do another match for cash."
  442. Without further ado, they set up the table again.
  443. <<act 'Play to win'>>
  444. <<gt 'qwBarBilliard' 'billiard_money'>>
  445. <</act>>
  446. <</if>>
  447. <<else>>
  448. Your suggestion seems to be making them really uncomfortable.
  449. "It's been a long day," one of them explains, "and I don't think any of us are really up for a wager tonight, even if it's a small one. We''d rather just have a good time, no risk involved."
  450. <<actCLA 'Have a friendly match instead'>>
  451. <<run $pc.skillExperienceGain('pool',rand(1,4))>>
  452. <<set $pc.mood += rand(5,15)>>
  453. <<set $time.minutes += 30>>
  454. <<set $temp = rand(1,4)>>
  455. <<video "locations/city/industrial/bar/sex/pool/pool4.mp4">>
  456. You agree to playing a friendly match instead, though you have to admit you would have liked to maybe make a little money this way.
  457. <<gs 'qwBarBilliard' 'billiard_friendly'>>
  458. <</actCLA>>
  459. <<act 'Sounds boring - Return to the bar'>>
  460. <<gt 'qwbarPolet'>>
  461. <</act>>
  462. <</if>>
  463. <</actCLA>>
  464. <</if>>
  465. <<actCLA 'Suggest a friendly match'>>
  466. <<run $pc.skillExperienceGain('pool',rand(1,4))>>
  467. <<set $pc.mood += rand(5,15)>>
  468. <<set $time.minutes += 30>>
  469. <<set $temp = rand(1,4)>>
  470. <<video "locations/city/industrial/bar/sex/pool/pool4.mp4">>
  471. You suggest playing a friendly match and they agree to keep money out of this.
  472. <<gs 'qwBarBilliard' 'billiard_friendly'>>
  473. <</actCLA>>
  474. <</if>>
  475. <</if>>
  476. <<if $location_var[$here][0] == 'billiard_friendly'>>
  477. <<if getvar("$temp") <= 2>>
  478. The following match is slow but enjoyable, thanks to the cheerful conversation you are having with the guys as you wait for whoever''s turn it is to take their shot.
  479. <<if getvar("$temp") == 1>>
  480. <<run $pc.skillExperienceGain('pool',rand(1,4))>>
  481. <p>But you and the guys end up trying to do trick-shots to impress each other. Most of them fail spectacularly but those that work are quite impressive.</p>
  482. <<else>>
  483. <p>As it turns out, the guys are pretty terrible at billiards. You don't exactly play like a champ yourself but their shots are remarkably badly aimed. That would have been a great boost in confidence if you didn't catch two of them staring at your ass as you bent over for your final shot - maybe they were just distracted?</p>
  484. <</if>>
  485. <<else>>
  486. The match is friendly and remains close until the end. It's one of those games that starts off friendly but gets more tense and engaging as you take turns.
  487. <<if getvar("$temp") == 3>>
  488. <<set $pc.mood += 5>>
  489. Which makes it even more satisfying when your opponents miss their final shot and you end up winning by a hair.
  490. <<else>>
  491. <<set $pc.mood -= 5>>
  492. Which makes it a little frustrating when your opponents perfectly aim their final shot and win, your own victory just one shot away. That's what you get for feeling competitive.
  493. <</if>>
  494. <</if>>
  495. Either way, it was great fun and you quite enjoyed playing.
  496. Another small group of people enters the backroom just as you and your newfound acquaintances finish up. With a few friendly words, you return to the main room and part ways.
  497. <<act 'Return to the bar'>>
  498. <<gt 'qwBarPolet' 'bar'>>
  499. <</act>>
  500. <</if>>
  501. <<if $location_var[$here][0] == 'billiard_money'>>
  502. <<run $pc.skillExperienceGain('pool',rand(1,4))>>
  503. <<set $time.minutes += 30>>
  504. <<video "locations/city/industrial/bar/sex/pool/pool4.mp4">>
  505. You give it your best shot. True, there''s not a lot of money riding on this, but losing money is never fun.
  506. <<gs 'qwBarBilliard' 'billiard_engine'>>
  507. <<if getvar("$billwin") >= 8>>
  508. <<set $finances.cash += 500>>
  509. <<set $pc.mood += rand(5,20)>>
  510. <p>Lady Luck seems to be smiling on you tonight - you end up ' + iif(pcs_pool>50,'comfortably','closely') + ' winning the game.</p>
  511. Your opponents look disappointed but remain friendly as they hand over your winnings.
  512. <p>Understandably, they don't feel like playing another round, so you all return to the main room together. Still, 500 <b>₽</b> isn't a bad turnout for half an hour's work.</p>
  513. <<else>>
  514. <<set $pc.mood -= rand(5,20)>>
  515. <p>Luck really wasn't on your side this time: You ' + iif(pcs_pool>50,'give them a run for their money but end up fumbling several critical shots','are getting absolutely destroyed by them') + ' and have to admit defeat.</p>
  516. You commend them for their skill as you hand over the cash, since you don't wanna be a sore loser, but you don't really feel like playing another round with them.
  517. <p>Since they also have to leave, you return to the main room with them where you part ways, 250 <b>₽</b> poorer than half an hour ago.</p>
  518. <</if>>
  519. <<act 'Return to the bar'>>
  520. <<gt 'qwBarPolet' 'bar'>>
  521. <</act>>
  522. <</if>>