mirasex.qsrc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. # mirasex
  2. !MiaLoc 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. if $ARGS[0] = 'miralick_first':
  13. *clr & cla
  14. miralick += 1
  15. if mirasex = 0:mirasex = 1 & girl += 1
  16. if $pantyworntype ! 'none':
  17. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mira_start_tanga1.jpg"></center>'
  18. 'Kneeling down, Mira timidly reaches for your panties while looking you in the eyes and smiling shyly. You relax against the tree, close your eyes and soak in the anticipation.'
  19. else
  20. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mira_start_tanga0.jpg"></center>'
  21. 'Dropping to her knees and not finding you wearing panties, Mira timidly touched your vagina, causing you involuntary moan of pleasure. You lean on the tree and covering your eyes, began to wait for her to continue...'
  22. end
  23. gs 'arousal', 'foreplay', 5, 'lesbian'
  24. gs 'stat'
  25. act 'Moan':gt 'mirasex','miralick_stand1'
  26. end
  27. if $ARGS[0] = 'mirakiss':
  28. *clr & cla
  29. if mirahorny < 60:mirahorny += 5
  30. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirakiss'+rand(1,4)+'.jpg"></center>'
  31. if pcs_horny < 60: pcs_horny += 5
  32. temp = rand(1,4)
  33. 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.'
  34. if temp = 2:'You kiss with Mira feeling her soft lips and her slim nimble tongue penetrate into your mouth.'
  35. if temp = 3:'Miroslav gently kisses you <<$liptalk3>> and you will feel thrill of her kiss washing over you.'
  36. if temp = 4:'Mira passionately kisses your <<$liptalk3>> and you return the kiss, feeling the exhilaration in every part of your body.'
  37. *nl
  38. gs 'arousal', 'kiss', 5, 'lesbian'
  39. gs 'stat'
  40. if pcs_horny < 20 or mirahorny < 20:
  41. act 'Continue kissing':gt 'mirasex','mirakiss'
  42. else
  43. act 'Continue':gt 'mirasex','foreplay'
  44. end
  45. end
  46. if $ARGS[0] = 'foreplay':
  47. *clr & cla
  48. if pcs_horny >= mirahorny:
  49. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miraforeplay'+rand(1,4)+'.jpg"></center>'
  50. if pcs_horny < 60:pcs_horny += 5
  51. temp = rand(1,3)
  52. if temp = 1:'You passionately kiss with Mira, stroking her crotch and arousing both of you even more.'
  53. if temp = 2:'You give Mira a gentle kiss while stroking her pussy through her panties...'
  54. 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.'
  55. else
  56. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miraforeplay'+rand(5,7)+'.jpg"></center>'
  57. temp = rand(1,3)
  58. if temp = 1:'Mira fondles your <<tits>> cup breasts, gently squeezing them in her hands and kissing them.'
  59. if temp = 2:'You feel her hot breath on your chest, and her slick tongue caressing your nipples and giving you great pleasure.'
  60. if temp = 3:'Mira fondles your breasts, gently squeezing them in her hands. She kisses and teases your nipples with her tongue.'
  61. end
  62. if mirahorny < 80:mirahorny += 5
  63. *nl
  64. gs 'arousal', 'foreplay', 5, 'lesbian'
  65. gs 'stat'
  66. if pcs_horny < 40 or mirahorny < 40:
  67. act 'Continue to caress her':gt 'mirasex','foreplay'
  68. else
  69. if pcs_horny >= mirahorny:
  70. act 'Lick Mira':gt 'mirasex','lickmira_start'
  71. else
  72. act 'Let Mira lick you':gt 'mirasex','miralick_start'
  73. end
  74. end
  75. end
  76. if $ARGS[0] = 'miralick_start':
  77. *clr & cla
  78. miralick += 1
  79. if $pantyworntype ! 'none':
  80. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mira_start_tanga1.jpg"></center>'
  81. 'Kneeling down, Mira reached out for your panties with a smile on your face, looking you in the eye. You lean on the tree and cover your eyes, waiting for her to continue...'
  82. else
  83. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mira_start_tanga0.jpg"></center>'
  84. '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 on the tree and cover your eyes, waiting for her to continue...'
  85. end
  86. *nl
  87. gs 'arousal', 'foreplay', 5, 'lesbian'
  88. gs 'stat'
  89. if $pantyworntype ! 'none':
  90. act 'Stand up':gt 'mirasex','miralick_stand2'
  91. act 'Doggy':
  92. temp = rand(1,2)
  93. if temp = 1:gt 'mirasex','miralick_dog'
  94. if temp = 2:gt 'mirasex','mirafinger_dog'
  95. end
  96. end
  97. if $pantyworntype = 'none':act 'Moan':gt 'mirasex','miralick_stand2'
  98. end
  99. if $ARGS[0] = 'lickmira_first':
  100. *clr & cla
  101. if mirasex = 0:mirasex = 1 & girl += 1
  102. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_start.jpg"></center>'
  103. if lesbian < 10:
  104. 'Kneeling down, you gently touched the Mira''s panties and begin pulling them down. She is hot with excitement and wiggles her ass to help you get them off faster...'
  105. else
  106. 'Kneeling down, you reached 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...'
  107. end
  108. gs 'arousal', 'cuni_give', 5, 'lesbian'
  109. gs 'stat'
  110. act 'Lick':gt 'mirasex','lickmira_mis1'
  111. end
  112. if $ARGS[0] = 'lickmira_start':
  113. *clr & cla
  114. if mirasex = 0:mirasex = 1 & girl += 1
  115. gs 'stat'
  116. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_start.jpg"></center>'
  117. if lesbian < 10:
  118. 'Kneeling down, you gently touched the Mira''s panties and begin pulling them down. She is hot with excitement and wiggles her ass to help you get them off faster...'
  119. else
  120. 'Kneeling down, you reached 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...'
  121. end
  122. gs 'arousal', 'cuni_give', 5, 'lesbian'
  123. gs 'stat'
  124. act 'Lick':gt 'mirasex','lickmira_mis2'
  125. end
  126. if $ARGS[0] = 'horny_talk':
  127. *clr & cla
  128. gs 'stat'
  129. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/horny_talk.jpg"></center>'
  130. 'Mira caught your gaze smiled. She turns around and put your hand under her skirt so you can feel how wet she is.'
  131. gs 'arousal', 'vaginal_finger_give', 5, 'lesbian'
  132. if pcs_horny >= 80:
  133. ' - Oh, Yes, there is a waterfall down ther right now!'
  134. else
  135. ' - You see, the bitch flowed!'
  136. end
  137. 'She lets your hand stay in her pantiess for another couple of moments, before saying:'
  138. if npc_rel['A60'] < 15:
  139. ' - Get the fuck out of here slut, I have no time to deal with you.'
  140. 'She walks home alone singing a song. You watch her for a moment before heading back to the village as well.'
  141. else
  142. ' - Okay, get ready, you asked for this.'
  143. 'You willingly pulled off her panties and slipped a finger inside of her.'
  144. end
  145. gs 'stat'
  146. if npc_rel['A60'] < 15:act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  147. if npc_rel['A60'] >= 15:act 'Moan':gt 'mirasex','mirafinger'
  148. end
  149. if $ARGS[0] = 'miralick_orgasm':
  150. if pcs_horny >= 100:
  151. pcs_mood += 15
  152. pcs_willpwr += 15
  153. $orgasm_or = 'custom'
  154. $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.'
  155. end
  156. end
  157. if $ARGS[0] = 'lickmira_mis1':
  158. *clr & cla
  159. if lesbian < 10:mirahorny += 10 & pcs_horny += 5
  160. if lesbian >= 10:mirahorny += 20 & pcs_horny += 7
  161. gs 'stat'
  162. if mirahorny < 100:
  163. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_mis'+rand(1,3)+'.jpg"></center>'
  164. $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))]
  165. gs 'mirasex','miralick_orgasm'
  166. gs 'arousal', 'cuni', 5, 'lesbian'
  167. gs 'stat'
  168. else
  169. miraorgasm = 1
  170. mirahorny = 0
  171. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_mis_cum.jpg"></center>'
  172. $textmis[rand(1,3)]+$textlick[iif(lesbian < 10,rand(7,9),rand(10,12))]+$text_emotions[7]+$text_cum[2]
  173. gs 'mirasex','miralick_orgasm'
  174. gs 'arousal', 'cuni_give', 5, 'lesbian'
  175. gs 'stat'
  176. if pcs_horny < 60:
  177. 'After Mira orgasms,you get out from between her legs and wipe her juices off your face. You clean yourself yourself up, head home.'
  178. else
  179. 'After Mira orgasms,you get out from between her legs and wipe her juices off your face. You clean yourself yourself up and smiled at Mira before heading back to the village with her.'
  180. end
  181. end
  182. *nl
  183. if miraorgasm = 0:
  184. act 'Continue licking Mira':gt 'mirasex','lickmira_mis1'
  185. else
  186. if pcs_horny < 60:act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  187. if pcs_horny >= 60:act 'Continue':gt 'mirasex','horny_talk'
  188. end
  189. killvar '$textmis'
  190. killvar '$textlick'
  191. killvar '$text_emotions'
  192. killvar '$text_cum'
  193. end
  194. if $ARGS[0] = 'lickmira_mis2':
  195. *clr & cla
  196. if lesbian < 10:mirahorny += 10 & pcs_horny += 5
  197. if lesbian >= 10:mirahorny += 20 & pcs_horny += 7
  198. gs 'stat'
  199. if mirahorny < 100:
  200. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_mis'+rand(1,3)+'.jpg"></center>'
  201. $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))]
  202. gs 'mirasex','miralick_orgasm'
  203. gs 'arousal', 'cuni', 5, 'lesbian'
  204. gs 'stat'
  205. else
  206. miraorgasm = 1
  207. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_mis_cum.jpg"></center>'
  208. $textmis[rand(1,3)]+$textlick[iif(lesbian < 10,rand(7,9),rand(10,12))]+$text_emotions[7]+$text_cum[2]
  209. gs 'mirasex','miralick_orgasm'
  210. gs 'arousal', 'cuni_give', 5, 'lesbian'
  211. gs 'stat'
  212. if you_orgasm = 0:'After Mira orgasms,you get out from between her legs and wipe her juices off your face. You clean yourself yourself up, head home.'
  213. if you_orgasm = 1:'After Mira orgasms,you get out from between her legs and wipe her juices off your face. You clean yourself yourself up, head back to village with Mira.'
  214. end
  215. *nl
  216. if miraorgasm = 0 and you_orgasm = 0:
  217. if pcs_horny >= mirahorny:
  218. temp = rand(1,2)
  219. if temp = 1:act 'Lie on the ground':gt 'mirasex','69_2'
  220. if temp = 2:act 'Continue licking Mira':gt 'mirasex','lickmira_mis2'
  221. else
  222. act 'Lie on the ground':gt 'mirasex','69_2'
  223. act 'Stand up':gt 'mirasex','miralick_stand2'
  224. act 'Doggy':
  225. temp = rand(1,2)
  226. if temp = 1:gt 'mirasex','miralick_dog'
  227. if temp = 2:gt 'mirasex','mirafinger_dog'
  228. end
  229. end
  230. elseif miraorgasm = 1 and you_orgasm = 0:
  231. act 'Stand up':gt 'mirasex','miralick_stand2'
  232. act 'Doggy':
  233. temp = rand(1,2)
  234. if temp = 1:gt 'mirasex','miralick_dog'
  235. if temp = 2:gt 'mirasex','mirafinger_dog'
  236. end
  237. elseif miraorgasm = 0 and you_orgasm = 1:
  238. act 'Continue licking Mira':gt 'mirasex','lickmira_mis2'
  239. else
  240. miraorgasm = 0
  241. you_orgasm = 0
  242. gs 'arousal', 'end'
  243. gs 'stat'
  244. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  245. end
  246. killvar '$textmis'
  247. killvar '$textlick'
  248. killvar '$text_emotions'
  249. killvar '$text_cum'
  250. end
  251. if $ARGS[0] = '69_1':
  252. *clr & cla
  253. if lesbian < 10:mirahorny += 10
  254. if lesbian >= 10:mirahorny += 20
  255. if miralick < 10:pcs_horny += 10
  256. if miralick >= 10:pcs_horny += 20
  257. if mirahorny < 100 and pcs_horny < 100:
  258. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_'+rand(1,3)+'.jpg"></center>'
  259. $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))]
  260. gs 'arousal', 'cuni', 5, 'lesbian'
  261. gs 'arousal', 'cuni_give', 5, 'lesbian'
  262. minut -= 5
  263. gs 'stat'
  264. elseif mirahorny >= 100 and pcs_horny < 100:
  265. miraorgasm = 1
  266. mirahorny = 0
  267. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum2.jpg"></center>'
  268. $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[2]
  269. 'After a while Mira cums and she turns her attention to you...'
  270. gs 'arousal', 'cuni', 5, 'lesbian'
  271. gs 'arousal', 'cuni_give', 5, 'lesbian'
  272. minut -= 5
  273. gs 'stat'
  274. elseif mirahorny < 100 and pcs_horny >= 100:
  275. orgasm += 1
  276. you_orgasm = 1
  277. pcs_horny = 0
  278. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum1.jpg"></center>'
  279. $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]
  280. 'After a while you cum and turn your attention to her...'
  281. gs 'arousal', 'cuni', 5, 'lesbian'
  282. gs 'arousal', 'cuni_give', 5, 'lesbian'
  283. minut -= 5
  284. gs 'stat'
  285. else
  286. miraorgasm = 1
  287. mirahorny = 0
  288. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum'+rand(1,2)+'.jpg"></center>'
  289. $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[3]
  290. $orgasm_or = 'custom'
  291. $orgasm_txt = 'After a while you and Mira cum together...'
  292. gs 'arousal', 'cuni', 5, 'lesbian'
  293. gs 'arousal', 'cuni_give', 5, 'lesbian'
  294. minut -= 5
  295. gs 'stat'
  296. end
  297. *nl
  298. if miraorgasm = 0 and you_orgasm = 0:
  299. if pcs_horny >= mirahorny:
  300. temp = rand(1,2)
  301. if temp = 1:act 'Continue licking':gt 'mirasex','69_2'
  302. if temp = 2:act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  303. else
  304. act 'Continue licking':gt 'mirasex','69_2'
  305. act 'Stand up':gt 'mirasex','miralick_stand2'
  306. act 'Doggy':
  307. temp = rand(1,2)
  308. if temp = 1:gt 'mirasex','miralick_dog'
  309. if temp = 2:gt 'mirasex','mirafinger_dog'
  310. end
  311. end
  312. elseif miraorgasm = 1 and you_orgasm = 0:
  313. act 'Stand up':gt 'mirasex','miralick_stand2'
  314. act 'Doggy':
  315. temp = rand(1,2)
  316. if temp = 1:gt 'mirasex','miralick_dog'
  317. if temp = 2:gt 'mirasex','mirafinger_dog'
  318. end
  319. elseif miraorgasm = 0 and you_orgasm = 1:
  320. act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  321. else
  322. miraorgasm = 0
  323. you_orgasm = 0
  324. gs 'arousal', 'end'
  325. gs 'stat'
  326. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  327. end
  328. killvar '$text69'
  329. killvar '$textlick'
  330. killvar '$text_emotions'
  331. killvar '$text_cum'
  332. end
  333. if $ARGS[0] = '69_2':
  334. *clr & cla
  335. if lesbian < 10:mirahorny += 10
  336. if lesbian >= 10:mirahorny += 20
  337. if miralick < 10:pcs_horny += 10
  338. if miralick >= 10:pcs_horny += 20
  339. if mirahorny < 100 and pcs_horny < 100:
  340. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_'+rand(1,3)+'.jpg"></center>'
  341. $text69[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))]+$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))]
  342. elseif mirahorny >= 100 and pcs_horny < 100:
  343. miraorgasm = 1
  344. mirahorny = 0
  345. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum2.jpg"></center>'
  346. $text69[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))]+$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[2]
  347. 'After a while Mira cums and she turns her attention to you...'
  348. elseif mirahorny < 100 and pcs_horny >= 100:
  349. orgasm += 1
  350. you_orgasm = 1
  351. pcs_horny = 0
  352. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum1.jpg"></center>'
  353. $text69[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))]+$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]
  354. $orgasm_or = 'custom'
  355. $orgasm_txt = 'After a while you cum and turn your attention to her...'
  356. else
  357. miraorgasm = 1
  358. mirahorny = 0
  359. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum'+rand(1,2)+'.jpg"></center>'
  360. $text69[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))]+$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[3]
  361. $orgasm_or = 'custom'
  362. $orgasm_txt = 'After a while you and Mira cum together...'
  363. end
  364. gs 'arousal', 'cuni', 5, 'lesbian'
  365. gs 'arousal', 'cuni_give', 5, 'lesbian'
  366. minut -= 5
  367. gs 'stat'
  368. *nl
  369. if miraorgasm = 0 and you_orgasm = 0:
  370. if pcs_horny >= mirahorny:
  371. temp = rand(1,2)
  372. if temp = 1:act 'Continue licking':gt 'mirasex','69_2'
  373. if temp = 2:act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  374. else
  375. act 'Continue licking':gt 'mirasex','69_2'
  376. act 'Stand up':gt 'mirasex','miralick_stand2'
  377. act 'Doggy':
  378. temp = rand(1,2)
  379. if temp = 1:gt 'mirasex','miralick_dog'
  380. if temp = 2:gt 'mirasex','mirafinger_dog'
  381. end
  382. end
  383. elseif miraorgasm = 1 and you_orgasm = 0:
  384. act 'Stand up':gt 'mirasex','miralick_stand2'
  385. act 'Doggy':
  386. temp = rand(1,2)
  387. if temp = 1:gt 'mirasex','miralick_dog'
  388. if temp = 2:gt 'mirasex','mirafinger_dog'
  389. end
  390. elseif miraorgasm = 0 and you_orgasm = 1:
  391. act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  392. else
  393. miraorgasm = 0
  394. you_orgasm = 0
  395. gs 'arousal', 'end'
  396. gs 'stat'
  397. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  398. end
  399. killvar '$text69'
  400. killvar '$textlick'
  401. killvar '$text_emotions'
  402. killvar '$text_cum'
  403. end
  404. if $ARGS[0] = 'miralick_stand1':
  405. *clr & cla
  406. if miralick < 10:pcs_horny += 10
  407. if miralick >= 10:pcs_horny += 20 & mirahorny += rand(0,5)
  408. gs 'stat'
  409. if pcs_horny < 100:
  410. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_stand'+rand(1,2)+'.jpg"></center>'
  411. $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))]
  412. else
  413. orgasm += 1
  414. you_orgasm = 1
  415. pcs_horny = 0
  416. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_stand_cum.jpg"></center>'
  417. $textstand[rand(1,3)]+$textlick[iif(miralick < 10,rand(1,3),rand(4,6))]+$text_emotions[3]+$text_cum[1]
  418. $orgasm_or = 'custom'
  419. $orgasm_txt = 'Mira continues to lick you until you cum. After some time, you head back to the village.'
  420. end
  421. gs 'arousal', 'cuni', 5, 'lesbian'
  422. gs 'stat'
  423. *nl
  424. if you_orgasm = 0:
  425. act 'Moan':gt 'mirasex','miralick_stand1'
  426. else
  427. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  428. end
  429. killvar '$textstand'
  430. killvar '$textlick'
  431. killvar '$text_emotions'
  432. killvar '$text_cum'
  433. end
  434. if $ARGS[0] = 'miralick_stand2':
  435. *clr & cla
  436. if miralick < 10:pcs_horny += 10
  437. if miralick >= 10:pcs_horny += 20 & mirahorny += rand(0,5)
  438. if pcs_horny < 100:
  439. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_stand'+rand(1,2)+'.jpg"></center>'
  440. $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))]
  441. else
  442. orgasm += 1
  443. you_orgasm = 1
  444. pcs_horny = 0
  445. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_stand_cum.jpg"></center>'
  446. $textstand[rand(1,3)]+$textlick[iif(miralick < 10,rand(1,3),rand(4,6))]+$text_emotions[3]+$text_cum[1]
  447. if miraorgasm = 0:'You lick Mira''s pussy but she hasn''t cum yet so you continue...'
  448. if miraorgasm = 1:'You lick Mira''s pussy until she cums...'
  449. $orgasm_or = 'yes'
  450. end
  451. gs 'arousal', 'cuni', 5, 'lesbian'
  452. gs 'stat'
  453. *nl
  454. if miraorgasm = 0 and you_orgasm = 0:
  455. if pcs_horny >= mirahorny:
  456. temp = rand(1,2)
  457. if temp = 1:act 'Lie on the ground':gt 'mirasex','69_2'
  458. if temp = 2:act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  459. else
  460. act 'Stand up':gt 'mirasex','miralick_stand2'
  461. act 'Lie on the ground':gt 'mirasex','69_2'
  462. act 'Doggy':
  463. temp = rand(1,2)
  464. if temp = 1:gt 'mirasex','miralick_dog'
  465. if temp = 2:gt 'mirasex','mirafinger_dog'
  466. end
  467. end
  468. elseif miraorgasm = 1 and you_orgasm = 0:
  469. act 'Stand up':gt 'mirasex','miralick_stand2'
  470. act 'Doggy':
  471. temp = rand(1,2)
  472. if temp = 1:gt 'mirasex','miralick_dog'
  473. if temp = 2:gt 'mirasex','mirafinger_dog'
  474. end
  475. elseif miraorgasm = 0 and you_orgasm = 1:
  476. act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  477. else
  478. miraorgasm = 0
  479. you_orgasm = 0
  480. gs 'arousal', 'end'
  481. gs 'stat'
  482. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  483. end
  484. killvar '$textstand'
  485. killvar '$textlick'
  486. killvar '$text_emotions'
  487. killvar '$text_cum'
  488. end
  489. if $ARGS[0] = 'miralick_dog':
  490. *clr & cla
  491. if miralick < 10:pcs_horny += 10
  492. if miralick >= 10:pcs_horny += 20 & mirahorny += rand(0,5)
  493. gs 'stat'
  494. !gs'time'
  495. if pcs_horny < 100:
  496. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_dog'+rand(1,2)+'.jpg"></center>'
  497. $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))]
  498. gs 'arousal', 'cuni', 5, 'lesbian'
  499. minut -= 5
  500. gs 'stat'
  501. else
  502. orgasm += 1
  503. you_orgasm = 1
  504. pcs_horny = 0
  505. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_dog_cum.jpg"></center>'
  506. $textdog[rand(1,3)]+$textlick[iif(miralick < 10,rand(1,3),rand(4,6))]+$text_emotions[4]+$text_cum[1]
  507. if miraorgasm = 0:'You lick Mira''s pussy but she hasn''t cum yet so you continue...'
  508. if miraorgasm = 1:'You lick Mira''s pussy until she cums...'
  509. $orgasm_or = 'yes'
  510. gs 'arousal', 'cuni', 5, 'lesbian'
  511. gs 'stat'
  512. end
  513. *nl
  514. killvar '$textdog'
  515. killvar '$textlick'
  516. killvar '$text_emotions'
  517. killvar '$text_cum'
  518. if miraorgasm = 0 and you_orgasm = 0:
  519. if pcs_horny >= mirahorny:
  520. temp = rand(1,2)
  521. if temp = 1:act 'Lie on the ground':gt 'mirasex','69_2'
  522. if temp = 2:act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  523. else
  524. act 'Continue licking':
  525. temp = rand(1,2)
  526. if temp = 1:gt 'mirasex','miralick_dog'
  527. if temp = 2:gt 'mirasex','mirafinger_dog'
  528. end
  529. act 'Stand up':gt 'mirasex','miralick_stand2'
  530. act 'Lie on the ground':gt 'mirasex','69_2'
  531. end
  532. elseif miraorgasm = 1 and you_orgasm = 0:
  533. act 'Continue licking':
  534. temp = rand(1,2)
  535. if temp = 1:gt 'mirasex','miralick_dog'
  536. if temp = 2:gt 'mirasex','mirafinger_dog'
  537. end
  538. act 'Stand up':gt 'mirasex','miralick_stand2'
  539. elseif miraorgasm = 0 and you_orgasm = 1:
  540. act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  541. else
  542. miraorgasm = 0
  543. you_orgasm = 0
  544. gs 'arousal', 'end'
  545. gs 'stat'
  546. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  547. end
  548. end
  549. if $ARGS[0] = 'mirafinger':
  550. *clr & cla
  551. mirahorny += rand(0,5)
  552. gs 'stat'
  553. !gs'time'
  554. if pcs_horny < 100:
  555. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mirafinger_dog'+rand(1,2)+'.jpg"></center>'
  556. $textdog[4]+$textfinger[rand(1,3)]+$text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,4))]
  557. gs 'arousal', 'vaginal_finger_give', 5, 'lesbian'
  558. gs 'stat'
  559. else
  560. orgasm += 1
  561. you_orgasm = 1
  562. pcs_horny = 0
  563. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mirafinger_dog_cum.jpg"></center>'
  564. $textdog[4]+$textfinger[rand(1,3)]+$text_emotions[4]+$text_cum[1]
  565. if miraorgasm = 0:'Mira slyly looked at you and puts her fingers in your mouth to clean them off from your secretions.'
  566. if miraorgasm = 1:'Mira slyly looked at you and puts her fingers in your mouth to clean them off from your secretions. You promptly return the favor.'
  567. $orgasm_or = 'yes'
  568. gs 'arousal', 'vaginal_finger', 5, 'lesbian'
  569. gs 'stat'
  570. end
  571. *nl
  572. killvar '$textdog'
  573. killvar '$textlick'
  574. killvar '$text_emotions'
  575. killvar '$text_cum'
  576. if you_orgasm = 0:
  577. act 'Continue':gt 'mirasex','mirafinger'
  578. else
  579. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  580. end
  581. end
  582. if $ARGS[0] = 'mirafinger_dog':
  583. *clr & cla
  584. mirahorny += rand(0,5)
  585. gs 'stat'
  586. !gs'time'
  587. if pcs_horny < 100:
  588. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mirafinger_dog'+rand(1,4)+'.jpg"></center>'
  589. $textdog[rand(1,3)]+$textfinger[rand(1,3)]+$text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,4))]
  590. gs 'arousal', 'vaginal_finger_give', 5, 'lesbian'
  591. gs 'stat'
  592. else
  593. orgasm += 1
  594. you_orgasm = 1
  595. pcs_horny = 0
  596. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/mirafinger_dog_cum.jpg"></center>'
  597. $textdog[rand(1,3)]+$textfinger[rand(1,3)]+$text_emotions[4]+$text_cum[1]
  598. if miraorgasm = 0:'Mira slyly looked at you and puts her fingers in your mouth to clean them off from your secretions.'
  599. if miraorgasm = 1:'Mira slyly looked at you and puts her fingers in your mouth to clean them off from your secretions. You promptly return the favor.'
  600. $orgasm_or = 'yes'
  601. gs 'arousal', 'vaginal_finger', 5, 'lesbian'
  602. gs 'stat'
  603. end
  604. *nl
  605. killvar '$textdog'
  606. killvar '$textlick'
  607. killvar '$text_emotions'
  608. killvar '$text_cum'
  609. if miraorgasm = 0 and you_orgasm = 0:
  610. if pcs_horny >= mirahorny:
  611. temp = rand(1,2)
  612. if temp = 1:act 'Lie on the ground':gt 'mirasex','69_2'
  613. if temp = 2:act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  614. else
  615. act 'Continue':
  616. temp = rand(1,2)
  617. if temp = 1:gt 'mirasex','miralick_dog'
  618. if temp = 2:gt 'mirasex','mirafinger_dog'
  619. end
  620. act 'Stand up':gt 'mirasex','miralick_stand2'
  621. act 'Lie on the ground':gt 'mirasex','69_2'
  622. end
  623. elseif miraorgasm = 1 and you_orgasm = 0:
  624. act 'Continue':
  625. temp = rand(1,2)
  626. if temp = 1:gt 'mirasex','miralick_dog'
  627. if temp = 2:gt 'mirasex','mirafinger_dog'
  628. end
  629. act 'Stand up':gt 'mirasex','miralick_stand2'
  630. elseif miraorgasm = 0 and you_orgasm = 1:
  631. act 'Get on your knees':gt 'mirasex','lickmira_mis2'
  632. else
  633. miraorgasm = 0
  634. you_orgasm = 0
  635. gs 'arousal', 'end'
  636. gs 'stat'
  637. act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
  638. end
  639. end
  640. $textstand[1] = 'Standing, leaning on a tree, you feel the hot breath of Miras between her legs and stimulating touch of her tongue. '
  641. $textstand[2] = 'Closing his eyes and leaning on the tree, you feel the light touch of the language of Mira to your vagina. '
  642. $textstand[3] = 'Leaning on the tree, you feel the hot breath of Miras between her legs and a light touch of her tongue to your vagina. '
  643. $textdog[1] = 'Standing cancer, you feel the hot breath of Miras on the priest and stimulating touch of her tongue to your pussy. '
  644. $textdog[2] = 'Closing his eyes and sticking out his ass in front of Mira, you feel the light touch of her tongue to your vagina. '
  645. $textdog[3] = 'Standing before the cancer world, you feel the hot breath between her legs, feel the exciting touch of her tongue and fingers for your vagina. '
  646. $textdog[4] = 'Standing before the cancer world, you feel the stimulating touch of her hands to your Horny pussy. '
  647. $textmis[1] = 'Mira is sitting on a rock in front of you widely spread their legs and watching the process. '
  648. $textmis[2] = 'Sitting on the stone with widely razdvinutye Naga World enjoys the caress of your lips and tongue. '
  649. $textmis[3] = 'Spread her legs wide apart, enjoying the Peace, feeling your hot breath on my crotch and feeling the stimulating touch of tongue to vagina. '
  650. $text69[1] = 'You and Mira are lying in pose "69", and greedily lick each other. '
  651. $text69[2] = 'You lie on the ground and can see before my eyes, dripping with juices Merino pussy. '
  652. $text69[3] = 'Spread her legs wide apart, Mira is hanging her pussy over you and enjoy feeling your hot breath on my crotch and feeling the stimulating touch of tongue to vagina. '
  653. $text69[4] = 'You lie on the ground with Mira, throwing a leg over you, takes the position on top. You feel the hot breath of Miras between her legs and stimulating touch of her tongue. '
  654. $text69[5] = 'Licking Mira you feel the hot breath between her legs and stimulating touch of her tongue. '
  655. $textlick[1] ='Apart by fingers sex lips, she licks clumsily, inexperienced by swiping a tongue across the length of your pisi, '
  656. $textlick[2] ='She timidly TSelouet your IPRe= > powithasawaI ee lips, sometimes touching inexperienced asickom your ClitoR, '
  657. $textlick[3] ='She carefully leads the inexperienced tongue from top to bottom, across the length of your recording, sometimes gently touching ClitoRA '
  658. $textlick[4] ='Apart by fingers sex lips, she skillfully licks, swiping a tongue across the length of your pussy and tickling your clitoris, '
  659. $textlick[5] ='She Celouet your IPRe= > powithasawaI ee sponge, sometimes trying to penetrate a naughty asickom in your <<$vaginatipe2>> vagina '
  660. $textlick[6] ='She drives fast skillful tongue from top to bottom, across the length of your recording, sometimes making a circular motion, and gently touching ClitoRA '
  661. $textlick[7] ='His face buried between her legs, licking you clumsily swiping inexperienced tongue around the entire length of the recording, '
  662. $textlick[8] ='You timidly TSeluate its IPRe= > powithasawaI sex lips, sometimes touching inexperienced asickom your ClitoR, '
  663. $textlick[9] ='You gently lead the inexperienced tongue from top to bottom, across the length of her pussy, sometimes gently touching ClitoRA '
  664. $textlick[10] ='His face buried between her legs, licking you smartly, swiping a tongue across the length of her pussy, not forgetting about the clitoris '
  665. $textlick[11] ='You Celuate her pussy, caressing her labia lips, occasionally penetrating his tongue between them, touch the clitoris '
  666. $textlick[12] ='You quickly drive by the skillful tongue from the top down, gliding along her pussy, penetrating her vagina and caressing her Clit '
  667. $textfinger[1] ='You feel a quick movement of her fingers, scurrying back and forth in your pussy '
  668. $textfinger[2] ='She Fucks two fingers your <<$vaginatipe2>> vagina '
  669. $textfinger[3] ='It introduces your fingers on the entire length of your <<$vaginatipe2>>, making translational motion, '
  670. $text_emotions[1] = 'causing a storm of emotions in the abdomen.'
  671. $text_emotions[2] = 'causing you screams of pleasure.'
  672. $text_emotions[3] = 'tearing off your lips the moans of pleasure and forcing her to move her hips to meet.'
  673. $text_emotions[4] = 'tearing off your lips the moans of pleasure and forcing podmahivat booty.'
  674. $text_emotions[5] = 'making to tremble all over, every touch.'
  675. $text_emotions[6] = 'tearing from her lips moans of pleasure.'
  676. $text_emotions[7] = 'forcing you to arch your whole body and the more press your golovu towards his crotch.'
  677. $text_cum[1] = 'Gradually, a pleasant warmth growing and throbbing in the abdomen, then the sensations crashing down on you and your body cover the hot waves of orgasm. You involuntarily scream in pleasure squirming and shuddering the whole body.'
  678. $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 and not holding back moaning loudly, squeezing your head with their feet and flooding his face with her juices.'
  679. $text_cum[3] = 'Gradually, a pleasant warmth growing and throbbing in the abdomen, then the sensations crashing down on you and your body cover the hot waves of orgasm. At the same time you notice that Mira trembled all over and her pussy started rhythmically pulsing. She arched in orgasm and not holding back moaning loudly, squeezing your head with their feet and flooding his face with her juices.'
  680. --- mirasex ---------------------------------