mirasex.tw 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. :: mirasex[mod mod_gad]
  2. <<set $here = 'mirasex'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/05-->
  5. <!-- !MiraLoc tells us where Mira is Located-->
  6. <!-- !------------------------------------------------>
  7. <!-- !MiraLoc = 0 (Mira at home)-->
  8. <!-- !MiraLoc = 1 (Mira at river)-->
  9. <!-- !MiraLoc = 2 (Mira at meadow)-->
  10. <!-- !MiraLoc = 3 (Mira at forest)-->
  11. <!-- !MiraLoc = 4 (Mira at field)-->
  12. <!-- !MiraLoc = 5 (Mira with gop)-->
  13. <!-- !----------------------------------------------->
  14. <<set $menu_off = 1>>
  15. <!-- !!-------------------------------------------------multi act events----------------------------------------------------->
  16. <<if $location_var[$here][0] == 'mirakiss'>>
  17. <<set $mirahorny += 10>>
  18. <<set $svetahorny += 10>>
  19. <<image "characters/gadukino/mira/mirakiss#.jpg" 1 4>>
  20. <<set $temp = rand(1,4)>>
  21. <<if getvar("$temp") == 1>>
  22. You passionately bite Mira''s luscious lips. She responds to your kiss no less passionately, causing you to moan out of joy.
  23. <</if>>
  24. <<if getvar("$temp") == 2>>
  25. You kiss Mira as her soft lips, and slim, nimble tongue penetrate your mouth.
  26. <</if>>
  27. <<if getvar("$temp") == 3>>
  28. <p>Mira gently kisses your $pc_desc['lips'] lips, and you feel the thrill of her kiss washing over you.</p>
  29. <</if>>
  30. <<if getvar("$temp") == 4>>
  31. <p>Mira passionately kisses your $pc_desc['lips'] lips, and you return the kiss, feeling exhilaration in every part of your body.</p>
  32. <</if>>
  33. <<arouse 'kiss' 10 `['lesbian']`>>
  34. <<set $time.minutes -= 5>>
  35. <<if $pc.horny < 20 or getvar("$mirahorny") < 20>>
  36. <<act 'Continue kissing'>>
  37. <<gt 'mirasex' 'mirakiss'>>
  38. <</act>>
  39. <<else>>
  40. <<act 'Escalate'>>
  41. <<gt 'mirasex' 'foreplay'>>
  42. <</act>>
  43. <</if>>
  44. <</if>>
  45. <<if $location_var[$here][0] == 'foreplay'>>
  46. <<image "characters/gadukino/mira/sex/miraforeplay#.jpg" 1 4>>
  47. <<set $temp = rand(1,3)>>
  48. <<if getvar("$temp") == 1>>
  49. You kiss Mira passionately, stroking her crotch and arousing you even more.
  50. <</if>>
  51. <<if getvar("$temp") == 2>>
  52. You give Mira a gentle kiss while stroking her pussy through her panties...
  53. <</if>>
  54. <<if getvar("$temp") == 3>>
  55. <p>You kiss Mira, your $pc_desc['lips'] lips touching her lips in a hot kiss, and your hand on her crotch making her moan excitedly.</p>
  56. <</if>>
  57. Mira starts to unbutton your top.
  58. <<arouse 'foreplay' 5 `['lesbian']`>>
  59. <<actCLA 'Allow her to continue'>>
  60. <<image "characters/gadukino/mira/sex/miraforeplay#.jpg" 5 7>>
  61. <<set $temp = rand(1,3)>>
  62. <<if getvar("$temp") == 1>>
  63. <p>Mira fondles your $pc.titsize breasts, gently squeezing them in her hands and kissing them.</p>
  64. <</if>>
  65. <<if getvar("$temp") == 2>>
  66. You feel her hot breath on your chest and her slick tongue caressing your nipples and giving you great pleasure.
  67. <</if>>
  68. <<if getvar("$temp") == 3>>
  69. Mira fondles your breasts, gently squeezing them in her hands. Then, she kisses and teases your nipples with her tongue.
  70. <</if>>
  71. <<set $mirahorny += 10>>
  72. <<set $svetahorny += 10>>
  73. <<arouse 'foreplay' 5 `['lesbian']`>>
  74. <<if $npc('A60').rel < 30>>
  75. <<actCLA 'Leave'>>
  76. <<set $MiraLoc = 0>> <<set $time.minutes += 10>> <<gt 'gadukino'>>
  77. <</actCLA>>
  78. <<else>>
  79. <<act 'Lick Mira'>>
  80. <<gt 'mirasex' 'lickmira_start'>>
  81. <</act>>
  82. <</if>>
  83. <<act 'Continue'>>
  84. <<gt 'mirasex' 'horny_talk'>>
  85. <</act>>
  86. <</actCLA>>
  87. <</if>>
  88. <<if $location_var[$here][0] == 'horny_talk'>>
  89. <<set $mirahorny += 5>>
  90. <<set $svetahorny += 5>>
  91. <<image "characters/gadukino/mira/sex/horny_talk.jpg">>
  92. Mira caught your gaze and smiled. She turns you around and lifts your top so she can grope your breast.
  93. You hold a tree branch for support and let her. After a few minutes, she guides your free hand into her panties.
  94. <p>You feel she is pretty wet right now! She lets your hand stay in her panties for another couple of moments.</p>
  95. <<arouse 'foreplay' 5 `['lesbian']`>>
  96. <<if $npc('A60').rel < 15>>
  97. "Get the fuck off me, you slut." Mira says, pulling away. She doesn''t sound convincing, but you must improve your relationship to take things further.
  98. She walks home alone, singing a song. You watch her for a moment before heading back to the village.
  99. <<actCLA 'Leave'>>
  100. <<set $MiraLoc = 0>> <<set $time.minutes += 10>> <<gt 'gadukino'>>
  101. <</actCLA>>
  102. <<else>>
  103. Mira moans in enjoyment and then starts to pull at your panties.
  104. You help her pull them down, and she steps out of them.
  105. <<act 'Continue'>>
  106. <<gt 'mirasex' 'mirafinger'>>
  107. <</act>>
  108. <</if>>
  109. <</if>>
  110. <<if $location_var[$here][0] == 'mirafinger'>>
  111. <<set $mirahorny += 5>>
  112. <<set $svetahorny += 10>>
  113. <<image "characters/gadukino/mira/sex/mirafinger_dog#.jpg" 1 4>>
  114. Mira bends you over and slowly slides her fingers inside you.
  115. $textdog[4] + $textfinger[rand(1,3)] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,4))]
  116. <<arouse 'vaginal_finger' 10 `['lesbian']`>>
  117. <<set $time.minutes -= 5>>
  118. <<set $textdog to null>>
  119. <<set $textlick to null>>
  120. <<set $text_emotions to null>>
  121. <<set $text_cum to null>>
  122. <<act 'Moan'>>
  123. <<gt 'mirasex' 'miralick_dog'>>
  124. <</act>>
  125. <</if>>
  126. <<if $location_var[$here][0] == 'miralick_dog'>>
  127. <<set $mirahorny += 5>>
  128. <<set $svetahorny += 10>>
  129. <<if getvar("$svetahorny") >= 50 and rand(0,2) != 0>>
  130. <<set $you_orgasm = 1>>
  131. <<set $orgasm_or = 'yes'>>
  132. <<set $orgasm_txt = 'You cannot hold out anymore from Mira`s stimulation, and you cum in her face with a shudder.'>>
  133. <<image "characters/gadukino/mira/sex/miralick_dog_cum.jpg">>
  134. <<else>>
  135. <<image "characters/gadukino/mira/sex/miralick_dog#.jpg" 1 2>>
  136. <</if>>
  137. $textdog[rand(1,3)] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,4))]
  138. <<arouse 'cuni' 10 `['lesbian']`>>
  139. <<set $time.minutes -= 5>>
  140. <<set $textdog to null>>
  141. <<set $textlick to null>>
  142. <<set $text_emotions to null>>
  143. <<set $text_cum to null>>
  144. <<if getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 0>>
  145. <<act 'Get on your knees'>>
  146. <<gt 'mirasex' 'lickmira_mis2'>>
  147. <</act>>
  148. <<act 'Continue'>>
  149. <<gt 'mirasex' 'miralick_dog'>>
  150. <</act>>
  151. <<act 'Stand up'>>
  152. <<gt 'mirasex' 'miralick_stand2'>>
  153. <</act>>
  154. <<act 'Lie on the ground'>>
  155. <<gt 'mirasex' '69_1'>>
  156. <</act>>
  157. <<elseif getvar("$miraorgasm") == 1 and getvar("$you_orgasm") == 0>>
  158. <<act 'Continue'>>
  159. <<gt 'mirasex' 'miralick_dog'>>
  160. <</act>>
  161. <<act 'Stand up'>>
  162. <<gt 'mirasex' 'miralick_stand2'>>
  163. <</act>>
  164. <<elseif getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 1>>
  165. <<actCLA 'It's Mira's turn'>>
  166. <<gt 'mirasex' 'lickmira_mis2'>>
  167. <</actCLA>>
  168. <<else>>
  169. <<actCLA 'Leave'>>
  170. <<gs 'mirasex' 'end'>>
  171. <</actCLA>>
  172. <</if>>
  173. <</if>>
  174. <<if $location_var[$here][0] == 'lickmira_start'>>
  175. <<if getvar("$mirasex") == 0>>
  176. <<set $mirasex = 1>> <<setn $girl += 1>>
  177. <</if>>
  178. <<set $mirahorny += 10>>
  179. <<set $svetahorny += 5>>
  180. <<image "characters/gadukino/mira/sex/lickmira_start.jpg">>
  181. <<if getvar("$lesbian") < 10>>
  182. You gently touch Mira''s panties and begin pulling them down. She is excitedly hot and wiggles her ass to help you get them off faster...
  183. <<else>>
  184. Kneeling down, you reached for Mira''s panties and began pulling them off her. She is excitedly hot and wiggles her ass to help you get them off faster...
  185. <</if>>
  186. <<arouse 'cuni_give' 10 `['lesbian']`>>
  187. <<set $time.minutes -= 5>>
  188. <<act 'Lick'>>
  189. <<gt 'mirasex' 'lickmira_mis2'>>
  190. <</act>>
  191. <</if>>
  192. <<if $location_var[$here][0] == 'lickmira_mis2'>>
  193. <<set $mirahorny += 10>>
  194. <<set $svetahorny += 5>>
  195. <<if getvar("$mirahorny") >= 50 and rand(0,2) != 0>>
  196. <<set $miraorgasm = 1>>
  197. <<image "characters/gadukino/mira/sex/lickmira_mis_cum.jpg">>
  198. $textmis[rand(1,3)] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[7]
  199. <<gs 'mirasex' 'miralick_orgasm'>>
  200. <<arouse 'cuni_give' 10 `['lesbian']`>>
  201. <<set $time.minutes -= 5>>
  202. <<if getvar("$you_orgasm") == 0>>
  203. After Mira''s orgasms, you get out between her legs and wipe her juices off your face. Then, you clean yourself up and head home.
  204. <</if>>
  205. <<elseif getvar("$mirahorny") < 50>>
  206. <<image "characters/gadukino/mira/sex/lickmira_mis#.jpg" 1 3>>
  207. $textmis[rand(1,3)] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))]
  208. <<arouse 'cuni_give' 10 `['lesbian']`>>
  209. <<set $time.minutes -= 5>>
  210. <</if>>
  211. <<if getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 0>>
  212. <<act 'Continue licking Mira'>>
  213. <<gt 'mirasex' 'lickmira_mis2'>>
  214. <</act>>
  215. <<act 'Lie on the ground'>>
  216. <<gt 'mirasex' '69_1'>>
  217. <</act>>
  218. <<act 'Stand up'>>
  219. <<gt 'mirasex' 'miralick_stand2'>>
  220. <</act>>
  221. <<act 'Get on all fours'>>
  222. <<gt 'mirasex' 'miralick_dog'>>
  223. <</act>>
  224. <<elseif getvar("$miraorgasm") == 1 and getvar("$you_orgasm") == 0>>
  225. <<act 'Stand up'>>
  226. <<gt 'mirasex' 'miralick_stand2'>>
  227. <</act>>
  228. <<act 'Get on all fours'>>
  229. <<gt 'mirasex' 'miralick_dog'>>
  230. <</act>>
  231. <<elseif getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 1>>
  232. <<act 'Continue licking Mira'>>
  233. <<gt 'mirasex' 'lickmira_mis2'>>
  234. <</act>>
  235. <<else>>
  236. After Mira''s orgasms, you get out between her legs and wipe her juices off your face. Then, you clean yourself up and head back to the village with Mira.
  237. <<actCLA 'Leave'>>
  238. <<gs 'mirasex' 'end'>>
  239. <</actCLA>>
  240. <</if>>
  241. <<set $textmis to null>>
  242. <<set $textlick to null>>
  243. <<set $text_emotions to null>>
  244. <<set $text_cum to null>>
  245. <</if>>
  246. <<if $location_var[$here][0] == 'miralick_start'>>
  247. <<set $miralick += 1>>
  248. <<if $wardrobe.isWearingPanties>>
  249. <<image "characters/gadukino/mira/sex/mira_start_tanga1.jpg">>
  250. Mira pulls down your panties with a smile while looking you in the eyes. You lean against the tree, close your eyes, and wait for her to continue...
  251. <<else>>
  252. <<image "characters/gadukino/mira/sex/mira_start_tanga0.jpg">>
  253. <p>Dropping to her knees and not finding any panties, Mira licked your $pc_desc['pussy'] vagina, sampling its taste and causing an involuntary moan of pleasure from you. You lean against the tree, close your eyes, and wait for her to continue...</p>
  254. <</if>>
  255. <<arouse 'foreplay' 5 `['lesbian']`>>
  256. <<act 'Moan'>>
  257. <<gt 'mirasex' 'miralick_stand2'>>
  258. <</act>>
  259. <</if>>
  260. <<if $location_var[$here][0] == 'miralick_orgasm'>>
  261. <<if $pc.horny >= 50>>
  262. <<set $orgasm_or = 'custom'>>
  263. <<set $orgasm_txt = 'Suddenly Mira begins to cum. You are still between her legs but keep licking as her warm cum covers your face and drips down onto your breasts.'>>
  264. <</if>>
  265. <</if>>
  266. <<if $location_var[$here][0] == '69_1'>>
  267. <<set $mirahorny += 10>>
  268. <<set $pc.horny += 10>>
  269. <<if getvar("$mirahorny") >= 50 and $pc.horny >= 50 and rand(0,2) != 0>>
  270. <<set $miraorgasm = 1>>
  271. <<set $mirahorny = 0>>
  272. <<image "characters/gadukino/mira/sex/lickmira_69_cum#.jpg" 1 2>>
  273. $text69[4] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))] + $text69[5] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))]
  274. <<set $orgasm_or = 'custom'>>
  275. <<set $orgasm_txt = 'Mira and you cum together. Your mouth filled with her taste, and her scent filled the air. You lie for a minute blissed out before you slowly regain your senses and get ready to go.'>>
  276. <<arouse 'cuni' 10 `['lesbian']`>>
  277. <<arouse 'cuni_give' 10 `['lesbian']`>>
  278. <<set $time.minutes -= 15>>
  279. <<elseif getvar("$mirahorny") < 50 and $pc.horny >= 50 and rand(0,2) != 0>>
  280. <<set $you_orgasm = 1>>
  281. <<image "characters/gadukino/mira/sex/lickmira_69_cum1.jpg">>
  282. $text69[4] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))] + $text69[5] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))] + $text_cum[1]
  283. <<set $orgasm_or = 'yes'>>
  284. <<set $orgasm_txt = 'The stimulation from Mira`s ministrations and your efforts to get her off hits you hard, and you cum. You take a moment and then decide to focus on Mira.'>>
  285. <<arouse 'cuni' 10 `['lesbian']`>>
  286. <<arouse 'cuni_give' 10 `['lesbian']`>>
  287. <<set $time.minutes -= 15>>
  288. <<elseif getvar("$mirahorny") >= 50 and $pc.horny < 50 and rand(0,2) != 0>>
  289. <<set $miraorgasm = 1>>
  290. <<set $mirahorny = 0>>
  291. <<image "characters/gadukino/mira/sex/lickmira_69_cum2.jpg">>
  292. $text69[4] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))] + $text69[5] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))]
  293. After a while, Mira cums, her juices covering your face. For a minute, she rides the wave of pleasure before she turns her attention to you...
  294. <<arouse 'cuni' 10 `['lesbian']`>>
  295. <<arouse 'cuni_give' 10 `['lesbian']`>>
  296. <<set $time.minutes -= 15>>
  297. <<else>>
  298. <<image "characters/gadukino/mira/sex/lickmira_69_#.jpg" 1 3>>
  299. $text69[4] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))] + $text69[5] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))]
  300. <<arouse 'cuni' 10 `['lesbian']`>>
  301. <<arouse 'cuni_give' 10 `['lesbian']`>>
  302. <<set $time.minutes -= 15>>
  303. <</if>>
  304. <<if getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 0>>
  305. <<act 'Continue licking'>>
  306. <<gt 'mirasex' '69_1'>>
  307. <</act>>
  308. <<act 'Get on your knees'>>
  309. <<gt 'mirasex' 'lickmira_mis2'>>
  310. <</act>>
  311. <<act 'Stand up'>>
  312. <<gt 'mirasex' 'miralick_stand2'>>
  313. <</act>>
  314. <<act 'Get on all fours'>>
  315. <<gt 'mirasex' 'miralick_dog'>>
  316. <</act>>
  317. <<elseif getvar("$miraorgasm") == 1 and getvar("$you_orgasm") == 0>>
  318. <<act 'Stand up'>>
  319. <<gt 'mirasex' 'miralick_stand2'>>
  320. <</act>>
  321. <<act 'Get on all fours'>>
  322. <<gt 'mirasex' 'miralick_dog'>>
  323. <</act>>
  324. <<elseif getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 1>>
  325. <<act 'Get on your knees'>>
  326. <<gt 'mirasex' 'lickmira_mis2'>>
  327. <</act>>
  328. <<else>>
  329. <<actCLA 'Leave'>>
  330. <<gs 'mirasex' 'end'>>
  331. <</actCLA>>
  332. <</if>>
  333. <<set $text69 to null>>
  334. <<set $textlick to null>>
  335. <<set $text_emotions to null>>
  336. <<set $text_cum to null>>
  337. <</if>>
  338. <<if $location_var[$here][0] == 'miralick_stand2'>>
  339. <<set $pc.horny += 10>>
  340. <<set $mirahorny += 5>>
  341. <<if $pc.horny >= 50>>
  342. <<set $you_orgasm = 1>>
  343. <<image "characters/gadukino/mira/sex/miralick_stand_cum.jpg">>
  344. $textstand[rand(1,3)] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[3]
  345. <<set $orgasm_txt = 'Mira licks your pussy. It feels great. In fact, it feels incredible, you can`t hold back anymore, and a warmth spreads through your abdomen as you cum.'>>
  346. <<set $orgasm_or = 'yes'>>
  347. <<else>>
  348. <<image "characters/gadukino/mira/sex/miralick_stand#.jpg" 1 2>>
  349. $textstand[rand(1,3)] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))]
  350. <</if>>
  351. <<arouse 'cuni' 10 `['lesbian']`>>
  352. <<set $time.minutes -= 5>>
  353. <<if getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 0>>
  354. <<act 'Continue standing'>>
  355. <<gt 'mirasex' 'miralick_stand2'>>
  356. <</act>>
  357. <<act 'Get on your knees'>>
  358. <<gt 'mirasex' 'lickmira_mis2'>>
  359. <</act>>
  360. <<act 'Lie on the ground'>>
  361. <<gt 'mirasex' '69_1'>>
  362. <</act>>
  363. <<act 'Get on all fours'>>
  364. <<gt 'mirasex' 'miralick_dog'>>
  365. <</act>>
  366. <<elseif getvar("$miraorgasm") == 1 and getvar("$you_orgasm") == 0>>
  367. <<act 'Continue standing'>>
  368. <<gt 'mirasex' 'miralick_stand2'>>
  369. <</act>>
  370. <<act 'Get on all fours'>>
  371. <<gt 'mirasex' 'miralick_dog'>>
  372. <</act>>
  373. <<elseif getvar("$miraorgasm") == 0 and getvar("$you_orgasm") == 1>>
  374. <<act 'Get on your knees'>>
  375. <<gt 'mirasex' 'lickmira_mis2'>>
  376. <</act>>
  377. <<else>>
  378. <<actCLA 'Leave'>>
  379. <<gs 'mirasex' 'end'>>
  380. <</actCLA>>
  381. <</if>>
  382. <<set $textstand to null>>
  383. <<set $textlick to null>>
  384. <<set $text_emotions to null>>
  385. <<set $text_cum to null>>
  386. <</if>>
  387. <<if $location_var[$here][0] == 'end'>>
  388. <<set $miraorgasm = 0>>
  389. <<set $you_orgasm = 0>>
  390. MiraLoc ! 2
  391. <<set $time.minutes += 20>>
  392. <<gt 'gadukino'>>
  393. <</if>>
  394. <!-- !!-------------------------------------------------single act events----------------------------------------------------->
  395. <<if $location_var[$here][0] == 'miralick_first'>>
  396. <<set $miralick += 1>>
  397. <<if getvar("$mirasex") == 0>>
  398. <<set $mirasex = 1>> <<setn $girl += 1>>
  399. <</if>>
  400. <<if $wardrobe.isWearingPanties>>
  401. <<image "characters/gadukino/mira/sex/mira_start_tanga1.jpg">>
  402. Kneeling down, Mira timidly reaches for your panties. She locks eyes with you and smiles shyly. You relax against the tree, close your eyes and tremble in anticipation.
  403. <<else>>
  404. <<image "characters/gadukino/mira/sex/mira_start_tanga0.jpg">>
  405. Dropping to her knees and not finding you wearing panties, Mira timidly touches your vagina, causing you an involuntary moan of pleasure. You lean against the tree and close your eyes, waiting for her to continue...
  406. <</if>>
  407. <<arouse 'foreplay' 5 `['lesbian']`>>
  408. <<act 'Moan'>>
  409. <<gt 'mirasex' 'miralick_stand1'>>
  410. <</act>>
  411. <</if>>
  412. <<if $location_var[$here][0] == 'miralick_stand1'>>
  413. <<set $mirahorny += rand(0,5)>>
  414. <<set $mira_counter += 1>>
  415. <<if $mira_counter < rand(3,5)>>
  416. <<image "characters/gadukino/mira/sex/miralick_stand#.jpg" 1 2>>
  417. $textstand[rand(1,3)] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))]
  418. <<arouse 'cuni' 10 `['lesbian']`>>
  419. <<set $time.minutes -= 5>>
  420. <<act 'Moan'>>
  421. <<gt 'mirasex' 'miralick_stand1'>>
  422. <</act>>
  423. <<else>>
  424. <<set $mira_counter to null>>
  425. <<image "characters/gadukino/mira/sex/miralick_stand_cum.jpg">>
  426. $textstand[rand(1,3)] + $textlick[iif(miralick < 10,rand(1,3),rand(4,6))] + $text_emotions[3] + $text_cum[1]
  427. <<set $orgasm_or = 'custom'>>
  428. <<set $orgasm_txt = 'Mira continues to lick you until you cum. Then, after some time, you head back to the village together.'>>
  429. <<arouse 'cuni' 10 `['lesbian']`>>
  430. <<set $time.minutes -= 5>>
  431. <<actCLA 'Leave'>>
  432. <<set $MiraLoc = 0>> <<set $time.minutes += 20>> <<gt 'gadukino'>>
  433. <</actCLA>>
  434. <</if>>
  435. <<set $textstand to null>>
  436. <<set $textlick to null>>
  437. <<set $text_emotions to null>>
  438. <<set $text_cum to null>>
  439. <</if>>
  440. <<if $location_var[$here][0] == 'lickmira_first'>>
  441. <<if getvar("$mirasex") == 0>>
  442. <<set $mirasex = 1>> <<setn $girl += 1>>
  443. <</if>>
  444. <<image "characters/gadukino/mira/sex/lickmira_start.jpg">>
  445. <<if getvar("$lesbian") < 10>>
  446. You gently touch Mira''s panties and begin pulling them down. She is excitedly hot and wiggles her ass to help you get them off faster...
  447. <<else>>
  448. Kneeling down, you reach for Mira''s panties and begin pulling them off her. She is excitedly hot and wiggles her ass to help you get them off faster...
  449. <</if>>
  450. <<arouse 'cuni_give' 10 `['lesbian']`>>
  451. <<set $time.minutes -= 5>>
  452. <<act 'Lick'>>
  453. <<gt 'mirasex' 'lickmira_mis1'>>
  454. <</act>>
  455. <</if>>
  456. <<if $location_var[$here][0] == 'lickmira_mis1'>>
  457. <<if getvar("$mirahorny") < 50 and rand(0,1) == 0>>
  458. <<set $mirahorny += 20>>
  459. <<image "characters/gadukino/mira/sex/lickmira_mis#.jpg" 1 3>>
  460. $textmis[rand(1,3)] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))]
  461. <<arouse 'cuni_give' 10 `['lesbian']`>>
  462. <<set $time.minutes -= 5>>
  463. <<act 'Continue licking Mira'>>
  464. <<gt 'mirasex' 'lickmira_mis1'>>
  465. <</act>>
  466. <<else>>
  467. <<set $miraorgasm = 1>>
  468. <<set $mirahorny = 0>>
  469. <<image "characters/gadukino/mira/sex/lickmira_mis_cum.jpg">>
  470. $textmis[rand(1,3)] + $textlick[iif(lesbian < 10,rand(7,9),rand(10,12))] + $text_emotions[7] + $text_cum[2]
  471. <<gs 'mirasex' 'miralick_orgasm'>>
  472. <<arouse 'cuni_give' 10 `['lesbian']`>>
  473. <<set $time.minutes -= 5>>
  474. <<if $pc.horny < 60>>
  475. After Mira''s orgasms, you get out between her legs and wipe her juices off your face. Then, you clean yourself up and head home.
  476. <<else>>
  477. After Mira''s orgasms, you get out between her legs and wipe her juices off your face. Then, you clean yourself up and smile at Mira before returning to the village with her.
  478. <</if>>
  479. <<actCLA 'Leave'>>
  480. <<set $MiraLoc = 0>> <<set $time.minutes += 10>> <<gt 'gadukino'>>
  481. <</actCLA>>
  482. <</if>>
  483. <<set $textmis to null>>
  484. <<set $textlick to null>>
  485. <<set $text_emotions to null>>
  486. <<set $text_cum to null>>
  487. <</if>>
  488. <<setinit $textstand[1] = 'Leaning against the tree, you feel Mira`s hot breath and the stimulating touch of her tongue between your legs. '>>
  489. <<setinit $textstand[2] = 'Closing your eyes and leaning against the tree, you feel the light touch of Mira`s tongue lick your vagina. '>>
  490. <<setinit $textstand[3] = 'Leaning against the tree, you feel Mira`s hot breath and the light touch of her tongue on your vagina. '>>
  491. <<setinit $textdog[1] = 'Standing with your ass facing Mira, you feel her hot breath and the stimulating touch of her tongue on your pussy. '>>
  492. <<setinit $textdog[2] = 'Closing your eyes and sticking your ass out in front of Mira, you feel the light touch of her tongue to your vagina. '>>
  493. <<setinit $textdog[3] = 'Standing with your ass facing Mira, you feel her hot breath between your legs and the exciting touch of her tongue and fingers in your vagina. '>>
  494. <<setinit $textdog[4] = 'Standing with your ass facing Mira, you feel the stimulating touch of her hands caressing your wet pussy. '>>
  495. <<setinit $textmis[1] = 'Mira is sitting on the rock in front of you, her legs spread wide, watching your progress. '>>
  496. <<setinit $textmis[2] = 'Sitting on the stone with her legs spread wide, Mira enjoys the caress of your lips and tongue. '>>
  497. <<setinit $textmis[3] = 'Mira is relaxing with her legs spread wide apart, feeling your hot breath on her crotch and the stimulating touch of your tongue in her vagina. '>>
  498. <<setinit $text69[1] = 'You and Mira lie on top of one another, greedily licking the other`s pussy. '>>
  499. <<setinit $text69[2] = 'You lie on the ground, and right before your eyes is Mira`s dripping wet pussy. '>>
  500. <<setinit $text69[3] = 'Spread her legs wide apart. Mira is hanging her pussy over you, enjoying your hot breath on her crotch, and feeling the stimulating touch of your tongue on her vagina. '>>
  501. <<setinit $text69[4] = 'You lie on the ground with Mira, throwing a leg over you, and she takes a position on top. You feel Mira`s hot breath between your legs and the stimulating touch of her tongue on your pussy. '>>
  502. <<setinit $text69[5] = 'Licking Mira, you feel her hot breath between your legs and the stimulating touch of her tongue simultaneously. '>>
  503. <<setinit $textlick[1] = 'Spreading your labia with her fingers, she licks clumsily, her inexperienced tongue swiping across the length of your pussy. '>>
  504. <<setinit $textlick[2] = 'She timidly kisses your labia, sometimes touching gently touching your clitoris. '>>
  505. <<setinit $textlick[3] = 'She carefully moves her inexperienced tongue from top to bottom, sometimes gently touching your clitoris. '>>
  506. <<setinit $textlick[4] = 'Spreading your labia with her fingers, she licks skillfully, swiping her tongue across the length of your pussy and tickling your clitoris. '>>
  507. <<setinit $textlick[5] = 'She kisses your pussy, sometimes trying to penetrate a naughty finger in your $pc_desc['pussy'] vagina. '>>
  508. <<setinit $textlick[6] = 'She quickly but skillfully licks your pussy from top to bottom, sometimes making a circular motion and gently touching your clitoris. '>>
  509. <<setinit $textlick[7] = 'Your face buried between her legs, your lick clumsily, swiping your inexperienced tongue over her vagina. '>>
  510. <<setinit $textlick[8] = 'She timidly kisses your labia, sometimes attempting to finger your clitoris. '>>
  511. <<setinit $textlick[9] = 'You gently move your inexperienced tongue from top to bottom, across her pussy, and sometimes gently touch her clitoris. '>>
  512. <<setinit $textlick[10] = 'Your face is buried between her legs. You lick her enthusiastically, swiping your tongue across the length of her pussy, not forgetting about her clitoris. '>>
  513. <<setinit $textlick[11] = 'You kiss her pussy, caress her labia lips, and occasionally penetrate them with your tongue to lick her clitoris. '>>
  514. <<setinit $textlick[12] = 'You quickly and skillfully lick her pussy, penetrating her vagina and caressing her clitoris. '>>
  515. <<setinit $textfinger[1] = 'You feel a quick movement of her fingers, moving back and forth in your pussy. '>>
  516. <<setinit $textfinger[2] = 'She moves two fingers inside your $pc_desc['pussy'] vagina. '>>
  517. <<setinit $textfinger[3] = 'She moves her fingers along the entire length of your $pc_desc['pussy'], making you squirm. '>>
  518. <<setinit $text_emotions[1] = 'Causing a storm of emotions to wash over you. '>>
  519. <<setinit $text_emotions[2] = 'Causing your screams of pleasure. '>>
  520. <<setinit $text_emotions[3] = 'Making moans of pleasure escape your lips and forcing her to move her hips to meet yours. '>>
  521. <<setinit $text_emotions[4] = 'Making moans of pleasure escape your lips and forcing her to move her ass to meet yours. '>>
  522. <<setinit $text_emotions[5] = 'Making you tremble from every touch. '>>
  523. <<setinit $text_emotions[6] = 'Making moans of pleasure escape your lips. '>>
  524. <<setinit $text_emotions[7] = 'Make your whole body arch and press her head deeper into your crotch. '>>
  525. <<setinit $text_cum[1] = 'Gradually, a pleasant warmth grows and spreads from your belly. Then the sensations wash over you, and your body is uncontrollable in the hot waves of orgasm. Finally, you involuntarily scream in pleasure as your whole body squirms and shudders. '>>
  526. <<setinit $text_cum[2] = 'After some time, Mira began to tremble, and her pussy started rhythmically pulsing in front of your face. Finally, she arched in orgasm, moaned, and held your head with her feet as her juices flooded your face. '>>
  527. <<setinit $text_cum[3] = 'Gradually, a pleasant warmth grows and spreads from your belly. Then the sensations wash over you, and your body is uncontrollable in the hot waves of orgasm. You involuntarily scream in pleasure as your whole body squirms and shudders. At the same time, you notice that Mira trembled all over and her pussy started rhythmically pulsing. Finally, she arched in orgasm, moaned, and held your head with her feet as her juices flooded your face. '>>