mirasex.qsrc 23 KB

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