anfisa_events.qsrc 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. # anfisa_events
  2. anfisaday = daystart
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. minut += 5
  6. npc_QW['Anfisa'] = 1
  7. anfisa['horny'] = 70
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\walk'+iif(hotcat >= 6,1,2)+'.jpg"></center>'
  10. 'Tanning, you'+iif(npc_QW['Anfisa'] = 1,' again notice', ' notice')+' a drunken girl wandering along the beach with a bottle of wine in her hand, idly inspecting the beach, as if looking for someone among holidaymakers. **'+iif(hotcat < 6,'She slowly walked past, without even looking at you. Apparently you are not the one whom she looks out for, ”Noticing your look, she, smiles back, comes up to you: ** <do>- Hi! Do you mind if I sit here?</do>','')
  11. if hotcat <= 5:
  12. act 'Further': gt 'city_nudelake'
  13. else
  14. act 'Of course not, Sit':
  15. npc_QW['Anfisa'] = 2
  16. *clr & cla
  17. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk1.jpg"></center>'
  18. 'The girl sinks into the sand next to you:"Hi, I''m Anfisa, what''s yours?" - she smiles broadly.'
  19. '"<<$pcs_firstname>>," but my friends calls me "<<$pcs_nickname>>" you respond.'
  20. '"<<$pcs_firstname>>..." she pauses, as if tasting and savoring the name,"So do I get to call you <<$pcs_nickname>>?"'
  21. act 'Sure':
  22. *clr & cla
  23. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk2.jpg"></center>'
  24. '"Of course it''s possible" you smile back.'
  25. '"That''s great," brightens your newest acquaintance. "Shall we celebrate our new acquaintance?", She nods towards the bottle of wine at her feet.'
  26. act 'Why not':
  27. *clr & cla
  28. minut += 60
  29. gs 'drugs', 'alcohol', 'wine'
  30. gs 'stat'
  31. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk3.jpg"></center>'
  32. 'You both go find a quieter spot, away from prying eyes, and uncork the bottle. There are no cups - so you take turns drinking from the bottle, passing it back and forth, chatting merrily.'
  33. 'After finishing the bottle, you relax, leaning against your new girlfriend. Suddenly you feel her hand gently stroking your back. And it is very nice!'
  34. act 'No reaction':
  35. *clr & cla
  36. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\kiss1.jpg"></center>'
  37. 'Seeing that you do not mind, Anfisa slowly brings her face to yours, your eyes meet. Another moment - and your lips merge in a hot kiss.'
  38. act 'Kiss': gt 'anfisa_events', 'kiss'
  39. end
  40. if pcs_horny < 70 and exhibitionist_lvl < 2:
  41. act 'I can''t':
  42. *clr & cla
  43. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk4.jpg"></center>'
  44. '"Anfisa, no offense, but '+iif(lesbian = 0,' it''s not like that, I like boys')+'."'
  45. '"Okay, none taken," smiles Anfisa, winking at you." Maybe another time then, if you change your mind, you''ll find me here."'
  46. 'She stands, waves goodbye and leaves.'
  47. act 'Watch her go': gt 'city_nudelake'
  48. end
  49. end
  50. end
  51. act 'Reluctantly no':
  52. *clr & cla
  53. minut += 10
  54. gs 'stat'
  55. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk1.jpg"></center>'
  56. '"Reluctantly no." you answer her, "Just don''t be offended."'
  57. '"Oh well no so no", Anfisa smiles. "Maybe another time then, if you change your mind, you''ll find me here."'
  58. 'Chating with you for another ten minutes or so, she stands, waves her hand in farewell, and wanders towards the exit'
  59. act 'Walk away': gt 'city_nudelake'
  60. end
  61. end
  62. act 'Not possible':
  63. *clr & cla
  64. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk5.jpg"></center>'
  65. '"Well, you and the beech tree," Anfisa grins drunkly. "If you ever thaw, come find me."'
  66. 'The girl rises, swaying, and waving her hand in farewell, wanders off'
  67. act 'Watch her go': gt 'city_nudelake'
  68. end
  69. end
  70. act 'No':
  71. *clr & cla
  72. npc_QW['Anfisa'] = 3
  73. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk6.jpg"></center>'
  74. '"Well, We got one here." she sticks out her tongue and wanders off in search of adventure, leaving you alone.'
  75. act 'Further': gt 'city_nudelake'
  76. end
  77. end
  78. end
  79. if $ARGS[0] = 'alko':
  80. *clr & cla
  81. minut += 5
  82. gs 'stat'
  83. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\walk2.jpg"></center>'
  84. 'While sunbathing, you notice Anfisa, drunk, walking lazily along the beach, a bottle of wine in her hand. Seeing you, she''s delighted'
  85. '"Oh, hi, <<$pcs_nickname>>, you miss me?" and without waiting for an invitation, flops on the sand next to you.'
  86. act 'Smile':
  87. *clr & cla
  88. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk2.jpg"></center>'
  89. '"Another boring day", Anfisa sighs and glances at you.'
  90. '"So, <<$pcs_nickname>>, can you keep me company?" she nods at the bottle of wine at her feet..'
  91. act 'Join her':
  92. *clr & cla
  93. minut += 60
  94. gs 'drugs', 'alcohol', 'wine'
  95. gs 'stat'
  96. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk3.jpg"></center>'
  97. 'You both go find a quieter spot, away from prying eyes, and uncork the bottle. There are no cups - so you take turns drinking from the bottle, passing it back and forth, chatting merrily.**After finishing the bottle, you relax, leaning against your new girlfriend. Suddenly you feel her hand gently stroking your back and it felt nice!'
  98. act 'Relax':
  99. *clr & cla
  100. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\kiss1.jpg"></center>'
  101. 'Seeing that you do not mind, Anfisa brings her face to yours, your eyes meet. Another moment - and your lips merge in a hot kiss.'
  102. act 'Kiss': gt 'anfisa_events', 'kiss'
  103. end
  104. if pcs_horny < 70 and exhibitionist_lvl < 2:
  105. act 'Move away':
  106. *clr & cla
  107. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk4.jpg"></center>'
  108. '" Anfisa, no offense, but '+iif(lesbian = 0,' it''s not like that, I like boys')+'."'
  109. '"Okay, none taken," smiles Anfisa, winking at you.'
  110. '"Maybe another time then, if you change your mind, you''ll find me here."'
  111. 'She stands, waves goodbye and leaves.'
  112. act 'Watch her go': gt 'city_nudelake'
  113. end
  114. end
  115. end
  116. act 'Not today':
  117. *clr & cla
  118. minut += 10
  119. gs 'stat'
  120. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk1.jpg"></center>'
  121. '"No offense, but today, I''m just not feeling it" you tell her.'
  122. '"Oh well no so no" Anfisa smiles.'
  123. '"Maybe another time then, if you change your mind, you''l find me here."'
  124. 'Chatting with you for a few more minuted, she stands, waves her hand in farewell, and wanders towards the exit'
  125. act 'Watch her leave': gt 'city_nudelake'
  126. end
  127. end
  128. end
  129. if $ARGS[0] = 'talk':
  130. *clr & cla
  131. minut += 60
  132. pcs_mood += 20
  133. gs 'stat'
  134. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\talk'+rand(8,9)+'.jpg"></center>'
  135. 'For an hour, you and Anfisa sit, hugging, on the beach, just talking about all sorts of nonsence.'
  136. '"Oh, <<$pcs_nickname>>, look at the time," glancing at her watch, Anfisa catches herself.'
  137. '"I have to go." Quickly dressing and waving goodbye, she heads for the exit.'
  138. act 'Back to the beach': gt 'city_nudelake'
  139. end
  140. if $ARGS[0] = 'kiss':
  141. *clr & cla
  142. minut -= 5
  143. if anfisa['sex'] = 0: girl += 1
  144. anfisa['sex'] += 1
  145. ! lesbian += 1
  146. protect = 1
  147. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\tits'+iif(pcs_horny < 50,1,2)+'.jpg"></center>'
  148. 'You and Anfisa passionately kiss, forgetting everything in the world. Her hands wander your '+iif(pcs_horny < 50,'','excited ')+'body, bringing pleasure. Tearing away from your lips, she drops below and puts her lips into your chest, caressing and teasing your nipple, '+iif(pcs_horny < 50,'and at the same time running your hand to your pussy, rubbing you in earnest','tearing from your lips a voluptuous moan')+'.'
  149. gs 'arousal', 'give_kiss', 5, 'lesbian'
  150. gs 'arousal', 'foreplay', 5, 'lesbian'
  151. gs 'stat'
  152. act 'Enjoy': gt 'anfisa_events', 'kuni'
  153. end
  154. if $ARGS[0] = 'kiss2':
  155. *clr & cla
  156. minut += 5
  157. if anfisa['sex'] = 0: girl += 1
  158. anfisa['sex'] += 1
  159. ! lesbian += 1
  160. anfisa['horny'] += 5
  161. protect = 1
  162. gs 'stat'
  163. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\tits'+iif(pcs_horny < 90,3,4)+'.jpg"></center>'
  164. 'You break away from Anya''s lips and move down to her chest.'+iif(pcs_horny < 90,' licking a nipple by chance, you start playing with it, teasing it with the tip of your tongue, then gently licking in circular motions',' You literally bite her nipple, clasping your lips, and passionately caress them, then sucking hard, pulling the nipple ') +', enticing moans of pleasure from deep within her.'
  165. act 'Go lower': gt 'anfisa_events', 'ukuni'
  166. end
  167. if $ARGS[0] = 'variant':
  168. cla
  169. $boy = 'Anfisa'
  170. dick = 10
  171. minut += 5
  172. protect = 1
  173. gs 'stat'
  174. if orgasm['you'] = 0 or orgasm['anfisa'] = 0:
  175. if pcs_horny > anfisa['horny'] and orgasm['anfisa'] = 0 or pcs_horny < anfisa['horny'] and orgasm['you'] = 1:
  176. act 'Lick her': gt 'anfisa_events', 'ukuni'
  177. act 'Fuck her with the bottle': gt 'anfisa_events', 'bvag'
  178. act 'Insert the bottle in her ass': gt 'anfisa_events', 'banal'
  179. elseif pcs_horny < anfisa['horny'] and orgasm['you'] = 0 or pcs_horny > anfisa['horny'] and orgasm['anfisa'] = 1:
  180. act 'Get licked': gt 'anfisa_events', 'kuni'
  181. act 'Get rimmed': gt 'anfisa_events', 'anuli'
  182. if pcs_vag >= 10:act 'Beg to be bottle-fucked': gt 'anfisa_events', 'ubvag'
  183. if pcs_ass >= 10 and rand(0,1) = 1:
  184. act 'Nod towards the bottle while spreading your asscheeks': gt 'anfisa_events', 'ubanal'
  185. else
  186. act 'Sit down on the bottle': gt 'anfisa_events', 'ubsit'
  187. end
  188. else
  189. act 'Trib': gt 'anfisa_events', 'sex'
  190. end
  191. else
  192. act 'Finish': gt 'anfisa_events', 'end'
  193. end
  194. end
  195. $text = ''
  196. $text[1] = 'Burying your face between her legs, you'+iif(lesbian<20,' ineptly',' skillfully')+' lick her pussy by dragging your'+iif(lesbian<20,' inexperienced','') +' tongue along the entire length her slit'+iif(lesbian<20,'',', not forgetting the clitoris')+','
  197. $text[2] = 'You'+iif(lesbian<20,' timidly','')+'kiss her pussy, sucking her labia, sometimes'+iif(lesbian <20,' your inexperienced tongue hits the clitoris ',' penetrating between them to lick the clitoris')+','
  198. $text[3] = 'You'+iif(lesbian <20,' cautiously',' quickly')+' drive your'+iif(lesbian <20,' inexperienced',' skillful') + 'tongue from top to bottom, sliding'+iif(lesbian<20,' along the entire length of her pussy',' along her entire crotch')+','+iif(lesbian<20,' sometimes gently touching the clitoris', ' penetrating the vagina and caressing her clitoris')+','
  199. $text[4] = 'With her fingers spreading your lips, she skillfully licks, running her tongue along the entire length of your pussy and tickling your clit,'
  200. $text[5] = 'She kisses your pussy, sucking your lips, sometimes trying to insert a playful tongue into your <<$vaginatipe2>> vagina,'
  201. $text[6] = 'She clearly is skillful as she licks your pussy, randomly making circular motions and gently teasing your clitoris,'
  202. $text[7] = 'Spreading your ass cheeks with her fingers, she skillfully licks your <<$anustipe>> anus,'
  203. $text[8] = 'She licks your anus, sometimes her playful tongue'+iif(anus <= 10,' trys to penetrate ',iif(anus <= 15,' penetrates',' easily penetrates '))+' your <<$anustipe3>> asshole, '
  204. $text[9] = 'She takes energetic flicks at your ass with her tongue, sometimes pausing to give it a quick swirl'
  205. $text[10] = 'You take the bottle and slide the neck into her pussy, she kisses you while with one hand controling the bottle the other caresses her breast,'
  206. $text[11] = 'Using one hand to play with her nipples, you give her a passionate kiss while your free hand picks up the bottle, sticks it in her cunt and you start to bottle fuck her,'
  207. $text[12] = 'You take the narrow end of the bottle and stick it in her well-excited cunt, moving it in and out, while caressing her breast with your other hand,'
  208. $text[13] = 'You take the bottle,'+iif(lubri> 0,'apply some lube ', 'lick the neck, slobbering ') + 'on it, and gently insert it into her ass, fucking her with it, '
  209. $text[14] = 'Taking a bottle in your hand, you'+iif(lubri> 0, 'squirt some lube on it', 'diligently lick its neck, trying to leave the maximum amount of saliva on it')+', and gently slide it into her ass, starting to fuck her with it, '
  210. $text[15] = 'You take the bottle,'+iif(lubri> 0, 'apply some lube', 'spit on it good')+', and gently push it into her ass, starting to fuck her ass with it, '
  211. $text[16] = iif(pcs_horny <60,' causing a storm of sensations in your belly.',iif(pcs_horny <80,' causing you to moan in pleasure.',' tearing groans of pleasure from your lips as you thrust your hips towards her.'))
  212. $text[17] = iif(anfisa['horny'] <60, 'making her whole body shudder with every touch.',iif(anfisa['horny'] <80, ' bringing moans of pleasure from her lips.',' causing her to arch her body and moan passionately.'))
  213. $text[18] = 'Gradually, a pleasant pulsating warmth builds up then ripples out from your sex, then these feelings overwhelm you, and your body is rocked with hot waves of orgasm. You involuntarily shout with pleasure, shaking and shuddering all over.'
  214. $text[19] = 'After a while, her body trembling <<$boy>> archs up in orgasm, moaning loudly, no longer able to constrain herself.'
  215. $text[20] = 'Gradually, pleasant warmth and pulsation increase in the lower abdomen, then sensations fall on you and your entire body is covered with hot waves of orgasm. At the same time, you notice that <<$boy>> trembled with all her body and her pussy began to throb rhythmically. She arches in orgasm and no longer containing herself groans in a high voice. '
  216. if $ARGS[0] = 'ukuni':
  217. *clr & cla
  218. anfisa['horny'] += iif(lesbian < 20,10,20)
  219. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\ukuni'+iif(anfisa['horny'] < 100,rand(1,3),4)+'.jpg"></center>'
  220. 'You kiss her breasts, gradually descending lower and lower, until you reach her '+iif(anfisa['horny'] < 50,'',iif(anfisa['horny'] < 70,' excited',' inflamed'))+' pussy. '+$text[rand(1,3)] + $text[17] + $text[iif(anfisa['horny'] < 100,'',19)]
  221. gs 'arousal', 'cuni_give', 10, 'lesbian'
  222. gs 'stat'
  223. if anfisa['horny'] >= 100: orgasm['anfisa'] = 1 & anfisa['horny'] = 0
  224. gs'anfisa_events', 'variant'
  225. end
  226. if $ARGS[0] = 'kuni':
  227. *clr & cla
  228. pcs_horny += rand(15,25)
  229. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\kuni'+iif(pcs_horny < 100,rand(1,2),3)+'.jpg"></center>'
  230. '<<$boy>> holds her tongue over your thighs, kisses your mound and slides down to your vagina. '+$text[rand(4,6)] + $text[16] + $text[iif(pcs_horny < 100,'',18)]
  231. gs 'arousal', 'cuni', 10, 'lesbian'
  232. gs 'stat'
  233. if pcs_horny >= 100: pcs_horny = 0 & orgasm += 1 & orgasm['you'] = 1
  234. gs'anfisa_events', 'variant'
  235. end
  236. if $ARGS[0] = 'anuli':
  237. *clr & cla
  238. pcs_horny += rand(10,20)
  239. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\anuli'+iif(pcs_horny < 100,rand(1,3),rand(4,5))+'.jpg"></center>'
  240. $text[rand(7,9)] + $text[16] + $text[iif(pcs_horny < 100,'',18)]
  241. gs 'arousal', 'cuni', 10, 'lesbian'
  242. gs 'stat'
  243. if pcs_horny >= 100: pcs_horny = 0 & orgasm += 1 & orgasm['you'] = 1
  244. gs'anfisa_events', 'variant'
  245. end
  246. if $ARGS[0] = 'bvag':
  247. *clr & cla
  248. anfisa['horny'] += 20
  249. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\bvag'+iif(anfisa['horny'] < 100,rand(1,2),3)+'.jpg"></center>'
  250. $text[rand(10,12)] + $text[17] + $text[iif(anfisa['horny'] < 100,'',19)]
  251. if anfisa['horny'] >= 100: orgasm['anfisa'] = 1 & anfisa['horny'] = 0
  252. gs'anfisa_events', 'variant'
  253. end
  254. if $ARGS[0] = 'banal':
  255. *clr & cla
  256. dick = 10
  257. i = rand(1,2)
  258. anfisa['horny'] += 10
  259. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\banal'+iif(i = 1,iif(anfisa['horny'] < 100,1,2),iif(anfisa['horny'] < 100,rand(4,5),6))+'.jpg"></center>'
  260. $text[rand(13,15)] + $text[17] + $text[iif(anfisa['horny'] < 100,'',19)]
  261. if anfisa['horny'] >= 100: orgasm['anfisa'] = 1 & anfisa['horny'] = 0
  262. gs'anfisa_events', 'variant'
  263. end
  264. if $ARGS[0] = 'ubvag':
  265. *clr & cla
  266. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\ubvag'+iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,iif(pcs_horny < 100,3,4)))+'.jpg"></center>'
  267. frost = 0
  268. orgasm['you'] = orgasm
  269. if vibratorIN = 1:vibratorIN = 0 & 'You remove your vibrator.'
  270. if pcs_horny/10 + vagina + alko < dick and lubri > 0:
  271. lubri -= 1
  272. lubonus += 5
  273. iif(rand(1,2) = 1,'You squeezed some lubricant into your hand and started rubbing your vagina with it.','Having squeezed out some lube, you began to carefully massage it into your pussy.')
  274. end
  275. if pcs_vag > 0:
  276. $temp_mens = iif(cycle <= 0,' and menstruation blood leaks from your vagina','')
  277. if (vgrdif + vltdif) >= 30: 'You groan in pain when the <<$dick_girth>> bottle enters your pussy. Tears flow from your eyes and between your legs feels as if you drove in a red-hot rod<<$temp_mens>>.'
  278. if (vgrdif + vltdif) >= 20 and (vgrdif + vltdif) < 30: 'You bite your lip in pain when the <<$dick_girth>> bottle enters your pussy. You feel pain between your legs<<$temp_mens>>.'
  279. if cycle <= 0: $temp_mens = ', even though' + $temp_mens
  280. if (vgrdif + vltdif) >= 12 and (vgrdif + vltdif) < 20: 'You flinch at the sudden pain when the <<dick>>cm dildo enters your pussy, but the pain between your legs slowly calms down and becomes quite tolerable. You are trying to be excited while moving the <<$dick_girth>> bottle inside your pussy <<$temp_mens>>, you don''t want it to go out.'
  281. if (vgrdif + vltdif) >= 7 and (vgrdif + vltdif) < 12: 'You flinch, from feeling your pussy being stretched, with a thrust from a <<$dick_girth>> bottle. Between your legs feels a little nice, when you fuck yourself with the bottle<<$temp_mens>>.'
  282. if (vgrdif + vltdif) >= 2 and (vgrdif + vltdif) < 7: 'You flinch, from feeling your pussy being stretched, with a thrust from a <<$dick_girth>> bottle. Between your legs feels a little nice, when you fuck yourself with the bottle. Gradually, a warm and throbbing feeling grows in your lower abdomen, then the feeling subsides and feels nice until the end of<<$temp_mens>>.'
  283. if (vgrdif + vltdif) >= -3 and (vgrdif + vltdif) < 2: 'You''re startled by a pleasant sensation, when your pussy ravishly starts taking the bottle. Between your legs becomes very warm, and you feel a pleasant sensation, when a strong <<$dick_girth>> bottle moves back and forth in your wet pussy<<$temp_mens>>. Gradually, a warm and throbbing feeling grows in your lower abdomen, then the feeling descends on you and your entire body is covered in hot waves of orgasm. You start giving out involuntarily shouts of pleasure while ravishing the bottle.'
  284. if (vgrdif + vltdif) < -3: 'You feel the bottle penetrating your pussy. Between your legs feels nice, but the <<$dick_girth>> bottle is a bit too small for your pussy. Gradually, a warm and throbbing feeling grows in your lower abdomen, then the feeling slightly subsides and remains steady until the end of<<$temp_mens>>.'
  285. gs 'arousal','vaginal_dildo',ARGS[1],$ARGS[2],$ARGS[3],$ARGS[4],$ARGS[5],$ARGS[6],$ARGS[7],$ARGS[8]
  286. else
  287. $temp_mens = iif(cycle <= 0,' and menstruation blood leaks from your vagina','')
  288. pcs_horny = 0
  289. pcs_mood -= 15
  290. 'You bite your lip in pain while tears stream from your eyes when the bottle enters you, breaking your hymen. You cry out in pain and afterwards reveals a bloody bottle<<$temp_mens>>.'
  291. gs 'arousal','vaginal_dildo',ARGS[1],$ARGS[2],$ARGS[3],$ARGS[4],$ARGS[5],$ARGS[6],$ARGS[7],$ARGS[8]
  292. end
  293. killvar '$temp_mens'
  294. gs 'arousal', 'vaginal_dildo', 10, 'lesbian'
  295. gs 'stat'
  296. orgasm['you'] = iif(orgasm['you'] > orgasm,1,0)
  297. gs'anfisa_events', 'variant'
  298. end
  299. if $ARGS[0] = 'ubanal':
  300. *clr & cla
  301. frost = 0
  302. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\ubanal'+iif(pcs_horny < 100,rand(1,4),5)+'.jpg"></center>'
  303. if analplugin = 1:
  304. if pcs_ass < 16:
  305. 'Anfisa pulls the plug out of your narrow and tight ass.'
  306. analplugout = 1 & analplugin = 0
  307. else
  308. 'Anfisa pulls the plug out of your ass.'
  309. analplugout = 1 & analplugin = 0
  310. end
  311. end
  312. if lubri = 0:
  313. 'Nobody has lube, so Anfisa drops a gob of spit onto your ass and rubs it around.'
  314. gs 'arousal', 'anal_finger', 1,'lube'
  315. else
  316. 'Anfisa borrows your lube, squeezes some out and works it into your ass.'
  317. gs 'arousal', 'anal_finger', 1,'lube'
  318. end
  319. 'Anfisa massages your anus with her fingers.'
  320. if pcs_ass < 10:'You groan in pain as she inserts three fingers into your ass.'
  321. if pcs_ass >= 10:'She start to stretch your asshole using three fingers.'
  322. 'She pulls her fingers from your ass and replaces them with the bottle neck.'
  323. 'She stops for a moment, giving your ass time to adjust, and then starts to slowly work it in, stretching you.'
  324. if (agrdif + altdif) >= 20:'You scream and bite your lip from a sharp pain when the bottle enters your ass.'
  325. if (agrdif + altdif) < 20:'You moan when the bottle enters your ass.'
  326. if (agrdif + altdif) >= 30:
  327. if pcs_makeup > 1:pcs_makeup = 0
  328. 'You feel like your anus is stretching when the bottle enters you. You start to moan rhythmically in unison with the bottle''s movements inside of you.'
  329. elseif (agrdif + altdif) >= 20 and (agrdif + altdif) < 30:
  330. pcs_horny += 10
  331. 'You moan in pleasure when the bottle moves inside your ass.'
  332. end
  333. gs 'arousal','anal_dildo', ARGS[1],$ARGS[2],$ARGS[3],$ARGS[4],$ARGS[5],$ARGS[6],$ARGS[7],$ARGS[8]
  334. gs 'arousal', 'anal_dildo', 10, 'lesbian'
  335. gs 'stat'
  336. gs'anfisa_events', 'variant'
  337. end
  338. if $ARGS[0] = 'ubsit':
  339. *clr & cla
  340. dick = 10
  341. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\ubsit'+iif(pcs_horny < 100,rand(1,2),3)+'.jpg"></center>'
  342. gs 'dinsex2', 'd_analsex_bottle'
  343. gs 'arousal', 'anal_dildo', 10, 'lesbian'
  344. gs 'stat'
  345. gs'anfisa_events', 'variant'
  346. end
  347. if $ARGS[0] = 'sex':
  348. *clr & cla
  349. pcs_horny += rand(5,15)
  350. anfisa['horny'] += iif(lesbian < 20,5,15)
  351. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\sex'+iif(pcs_horny < 100,1,2)+'.jpg"></center>'
  352. 'You sit opposite each other, intertwining your legs until pussies are touching, and then start moving your hips caressing each other, ' + $text[16] + $text[iif(pcs_horny < 100,'',20)]
  353. if pcs_horny >= 100: pcs_horny = 0 & orgasm += 1 & orgasm['anfisa'] = 1 & orgasm['you'] = 1 & anfisa['horny'] = 0
  354. if anfisa['horny'] >= 100: orgasm['anfisa'] = 1 & anfisa['horny'] = 0
  355. gs'anfisa_events', 'variant'
  356. end
  357. if $ARGS[0] = 'end':
  358. *clr & cla
  359. minut += 15
  360. orgasm['you'] = 0
  361. orgasm['anfisa'] = 0
  362. protect = 0
  363. gs 'stat'
  364. '<center><img <<$set_imgh>> src="images\locations\city\residential\lake\sex\anfisa\end.jpg"></center>'
  365. if analplugout = 1:
  366. rand(1,3)
  367. if rand = 1:
  368. analplugin = 1
  369. '"One minute, hold still. Don''t forget this," Anfisa says as she inserts the plug back up your ass.'
  370. 'She grins: "There that looks much better", as she gives your ass a playful slap'
  371. end
  372. if rand = 2:
  373. analplugin = 1
  374. 'You take your butt plug and put it back into your anus. You grin: "I just love how this looks...and feels"'
  375. end
  376. if rand = 3:
  377. analplugin = 0
  378. 'You take your butt plug and put it into your purse. Your anus has to rest for a while now.'
  379. end
  380. killvar 'analplugout'
  381. end
  382. 'You and Anfisa, tired but very satisfied, sit side by side for some time, resting and idly talking about all sorts of trivia. Finally, Anfisa, glancing at her watch, says that it''s time for her to go and begins to dress.
  383. '+iif(anfisa['sex'] = 1,'I''m usually here on the beach in good weather, come sometime','See you soon, <<$pcs_nickname>>')+', she tells you and smiles as she leaves.'
  384. act 'Watch her go': gt 'city_nudelake'
  385. end
  386. --- anfisa_events ---------------------------------