1
0

mirasex.qsrc 31 KB

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