Miroslava.qsrc 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. # Miroslava
  2. if $ARGS[0] = 'Start' or $ARGS[0] = '':
  3. $loc = 'Miroslava'
  4. $metka = $ARGS[0]
  5. $menu_loc = 'Miroslava'
  6. $menu_arg = $ARGS[0]
  7. menu_off = 0
  8. gs 'boyStat', 'A60'
  9. girlage = age
  10. temp = RAND(0,20)
  11. mira_temp = rand(0,20)
  12. !MiraLoc tells us where Mira is Located
  13. !----------------------------------------------
  14. !MiraLoc = 0 (Mira at home)
  15. !MiraLoc = 1 (Mira at river)
  16. !MiraLoc = 2 (Mira at meadow)
  17. !MiraLoc = 3 (Mira at forest)
  18. !MiraLoc = 4 (Mira at field)
  19. !MiraLoc = 41 (Mira at field)
  20. !MiraLoc = 42 (Mira at field)
  21. !MiraLoc = 43 (Mira at field)
  22. !MiraLoc = 5 (Mira with gop)
  23. !MiraLoc = 6 (Mira at Gadhouse)
  24. !MiraLoc = 7 (Mira at Gaddvor)
  25. !---------------------------------------------
  26. ! npc_QW['A60'] = 1 Mira met local guys
  27. ! npc_QW['A60'] = 2 Mira admits that she likes Mitka
  28. ! npc_QW['A60'] = 3 PC watches Mitka and Mira sex
  29. ! npc_QW['A60'] = 4 Mira has to fullfill 3 wishes .. PC is Dom
  30. ! npc_QW['A60'] = 5 Mira has to fullfill 3 wishes .. PC is Sub or Neutral
  31. ! npc_QW['A60'] = 5 PC wants to watch M and M anal sex
  32. ! npc_QW['A60'] = 6 PC watches M and M anal sex
  33. ! npc_QW['A60'] = 7 First wish fulfilled
  34. ! npc_QW['A60'] = 8 Second wish - mira has to pose as prostitute
  35. ! npc_QW['A60'] = 9 Mira pisses at party
  36. ! npc_QW['A60'] = 10 Mira pisses at party
  37. ! npc_QW['A60'] = 11 Guys fuck Mira after she pissed at party
  38. ! npc_QW['A60'] = 12 PC tells her about it
  39. ! npc_QW['A60'] += Mira pose as a prostitute
  40. gs 'Miroslava', 'miraclothes'
  41. 'Mira is a sociable girl. She is <<girlage>> years old. She lives with her father, who recently had to move in here because of the huge debts he had to some disreptuble men in the city. He had to sell all the families property, including an apartment in the city center. With the little money they had left over, they could only afford to buy a house in a rundown village, like this one.'
  42. !npc_rel['A60'] is the measure of your friendship with Mira
  43. if npc_rel['A60'] < 5:
  44. 'You two have a strained relationship.'
  45. elseif npc_rel['A60'] < 15:
  46. 'You two have a normal relationship.'
  47. elseif npc_rel['A60'] < 30:
  48. 'You have a good relationship with Mira.'
  49. elseif npc_rel['A60'] < 50:
  50. 'You two have a great relationship.'
  51. else
  52. 'You and Mira are best friends.'
  53. end
  54. if graze_cow = 1:
  55. act 'Talk to Mira':
  56. menu_off = 1
  57. *clr & cla
  58. minut += 60
  59. if temper >= 25 and sunWeather = 1:pcs_hydra -= 12
  60. if npc_rel['A60'] < 50: npc_rel['A60'] += 1
  61. gs 'stat'
  62. '<center><img <<$set_imgh>> src="images/characters/village/mira/graze_cow_mira.jpg"></center>'
  63. 'You chat with Mira for an hour. You feel like your relationship with her has improved.'
  64. if hour < 13:act 'Continue':gt'gadfield','cow'
  65. if hour >= 13 or hour < 16:act 'Continue':gt'gadfield','cow2'
  66. if hour >= 16:act 'Continue':gt'gadfield','cow3'
  67. end
  68. if hour < 13 or hour >= 16:
  69. act 'Go for a run on the field':
  70. menu_off = 1
  71. *clr & cla
  72. minut += 60
  73. if salo > 3 and cheatNoFat = 0:salo -= RAND(1,3)
  74. fat -= 5
  75. run_exp += 1
  76. pcs_sweat += 10
  77. pcs_mood += 5
  78. if temper >= 25 and sunWeather = 1:pcs_hydra -= 24
  79. gs 'stat'
  80. '<center><img <<$set_imgh>> src="images/characters/village/mira/graze_cow_run_mira.jpg"></center>'
  81. 'You spend the next hour running around the field with Mira.'
  82. if hour < 14:act 'Continue':gt'gadfield','cow'
  83. if hour >= 16:act 'Continue':gt'gadfield','cow3'
  84. end
  85. if temper >= 15 and sunWeather = 1:
  86. act 'Tan by the field':
  87. menu_off = 1
  88. *clr & cla
  89. minut += 60
  90. pcs_mood += 10
  91. pcs_tan += 1
  92. pcs_sweat += 10
  93. gs 'stat'
  94. '<center><img <<$set_imgh>> src="images/characters/village/mira/graze_cow_sun_mira.jpg"></center>'
  95. 'You lie down next to Mira and tan together in the sun.'
  96. if hour < 14:act 'Continue':gt'gadfield','cow'
  97. if hour >= 16:act 'Continue':gt'gadfield','cow3'
  98. end
  99. end
  100. end
  101. if hour >= 13 and hour < 16 and temper >= 15 and sunWeather = 1:
  102. act 'Swim in the nearby river':
  103. menu_off = 1
  104. *clr & cla
  105. minut += 15
  106. cumspclnt = 4 & gs 'cum_cleanup'
  107. pcs_sweat = 10 + rand(0,4)
  108. pcs_mood += 5
  109. pcs_willpwr += 5
  110. if pcs_stren < 30:stren_exp += 1
  111. if pcs_inhib < 50:inhib_exp += rand(1,2)
  112. gs 'stat'
  113. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/graze_cow_river_mira.jpg"></center>'
  114. 'You wade in the river, splashing around with Mira is lot of fun.'
  115. act 'Continue':gt'gadfield','cow2'
  116. end
  117. act 'Tan by the river':
  118. menu_off = 1
  119. *clr & cla
  120. minut += 30
  121. pcs_sweat += 10
  122. pcs_mood += 5
  123. pcs_tan += 1
  124. gs 'stat'
  125. '<center><img <<$set_imgh>> src="images/characters/village/mira/graze_cow_sun_mira2.jpg"></center>'
  126. 'You lie down next to Mira and tan together in the sun.'
  127. act 'Continue':gt'gadfield','cow2'
  128. end
  129. end
  130. act 'Depart':gt'gadfield','field'
  131. end
  132. if npc_QW['A60'] = 11:
  133. act 'Talk to Mira in the meadow': gt 'Meadow','miraperversion11'
  134. elseif npc_QW['A60'] >= 15 and mirasex = 0 and MiraLoc = 2 and npc_QW['A63'] < 13 and pcs_horny >= 40:
  135. act 'Talk to Mira in the meadow': gt 'Meadow','lesb_talk_mira1'
  136. elseif npc_QW['A60'] >= 15 and npc_QW['A63'] >= 13 and mirasex = 1 and miralick = 0 and MiraLoc = 2 and pcs_horny >= 60:
  137. act 'Talk to Mira in the meadow': gt 'Meadow','lesb_talk_mira2'
  138. else
  139. if mirasex = 1 and npc_QW['A63'] < 13 and miralick > 0 and MiraLoc = 2 and pcs_horny >= 40: act 'Talk to Mira in the meadow': gt 'Meadow','lesb_talk_mira3'
  140. if mirasex = 2 and MiraLoc = 2 and pcs_horny >= 40 and npc_rel['A60'] >= 15: act 'Talk to Mira in the meadow': gt 'Meadow','lesb_mira'
  141. act 'Leave':gt 'Miroslava','Leave'
  142. act 'Chat':gt 'Miroslava', 'miratalk'
  143. if month >= 4 and month <= 10 and sunWeather = 1:
  144. act 'Offer to walk together':
  145. menu_off = 1
  146. *clr & cla
  147. if Mira_no = 0:
  148. if npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1:
  149. if MiraLoc ! 3:minut += 40
  150. if MiraLoc = 3:minut += 85
  151. if npc_rel['A60'] < 15:npc_rel['A60'] += 1
  152. MiraLoc = 0
  153. mira_guest = 0
  154. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  155. gs 'underwear', 'wear'
  156. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  157. end
  158. gs 'stat'
  159. '<center><img <<$set_imgh>> src="images/characters/village/mira/girls_walking'+rand(1,3)+'.jpg"></center>'
  160. 'You invite her along to wander around the village and she gladly accepts, then you walk together around the small village, telling each other different stories from your lives.'
  161. if gadriver_gang = 2 and npc_QW['A60'] > 15 and hour >= 7 and hour < 20:
  162. mitkarand = rand(1,12)
  163. ! 33% chance one of the village boys will demand sex from Mira and Sveta
  164. if mitkarand <= 4:
  165. ! 25% chance for more than 1 boy
  166. if mitkarand = 4:
  167. if mitkaday ! daystart and kolyambaday ! daystart and vasyanday ! daystart:
  168. gt 'gadukino_event', 'mira_3boys'
  169. elseif mitkaday ! daystart and kolyambaday ! daystart:
  170. gt 'gadukino_event', 'mira_2boys', '1'
  171. elseif mitkaday ! daystart and vasyanday ! daystart:
  172. gt 'gadukino_event', 'mira_2boys', '2'
  173. elseif kolyambaday ! daystart and vasyanday ! daystart:
  174. gt 'gadukino_event', 'mira_2boys', '3'
  175. elseif mitkaday ! daystart:
  176. gt 'gadukino_event', 'mira_mitka'
  177. elseif kolyambaday ! daystart:
  178. gt 'gadukino_event', 'mira_kolyamba'
  179. elseif vasyanday ! daystart:
  180. gt 'gadukino_event', 'mira_vasyan'
  181. end
  182. ! 75% chance for only 1 boy
  183. else
  184. if mitkaday ! daystart:
  185. gt 'gadukino_event', 'mira_mitka'
  186. elseif kolyambaday ! daystart:
  187. gt 'gadukino_event', 'mira_kolyamba'
  188. elseif vasyanday ! daystart:
  189. gt 'gadukino_event', 'mira_vasyan'
  190. end
  191. end
  192. else
  193. act 'Finish your walk':MiraLoc = 0 & mira_guest = 0 & gt 'Miroslava', 'Start'
  194. end
  195. else
  196. act 'Finish your walk':MiraLoc = 0 & mira_guest = 0 & gt 'Miroslava', 'Start'
  197. end
  198. else
  199. minut += 5
  200. gs 'stat'
  201. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_said_no.jpg"></center>'
  202. 'You ask Mira to walk around the village, but she tells you that she does not want people to see you walking together and then wonder if she, too, is such a whore...'
  203. act 'Leave':gt 'Miroslava','Leave'
  204. end
  205. else
  206. minut += 5
  207. gs 'stat'
  208. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_shy.jpg"></center>'
  209. 'You ask Mira to take a stroll around the village, but Mira only shakes her head, saying that she is too ashamed to leave the house.'
  210. act 'Leave':gt 'Miroslava','Leave'
  211. end
  212. end
  213. end
  214. if meadow = 1 and MiraLoc ! 3:
  215. act 'Show her your secret place':
  216. menu_off = 1
  217. *clr & cla
  218. minut += 30
  219. npc_rel['A60'] += 2
  220. meadow = 2
  221. MiraLoc = 2
  222. mira_guest = 0
  223. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  224. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  225. gs 'underwear', 'wear'
  226. end
  227. gs 'stat'
  228. '<center><img <<$set_imgh>> src="images/characters/village/mira/girls_go.jpg"></center>'
  229. 'You lead Mira through the thickets to the hidden meadow and all the way she talks about everything and anything, merrily telling stories from her past urban life.'
  230. act 'Continue':gt 'meadow'
  231. end
  232. end
  233. if (meadow = 3 or meadow = 6) and hour >= 8 and hour < 19 and MiraLoc ! 2 and MiraLoc ! 3 and sunWeather = 1:
  234. act 'Offer to go to the Meadow':
  235. menu_off = 1
  236. *clr & cla
  237. if Mira_no = 0:
  238. if npc_QW['A63'] < 13 or npc_QW['A60'] >= 5 or mirasex > 1:
  239. if npc_rel['A60'] < 50:npc_rel['A60'] += 1
  240. MiraLoc = 2
  241. mira_guest = 0
  242. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  243. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  244. gs 'underwear', 'wear'
  245. end
  246. gs 'stat'
  247. '<center><img <<$set_imgh>> src="images/characters/village/mira/girls_go.jpg"></center>'
  248. 'You offer go with Mira to the meadow and she readily agrees. On the way you tell each other different stories, some true but mostly tall tales.'
  249. act 'Continue':gt 'meadow'
  250. else
  251. minut += 5
  252. gs 'stat'
  253. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_said_no.jpg"></center>'
  254. 'You offer to walk with Mira outside the village, but she says she doesn`t want to wander that far away from home.'
  255. act 'Leave':gt 'Miroslava','Leave'
  256. end
  257. else
  258. minut += 5
  259. gs 'stat'
  260. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_shy.jpg"></center>'
  261. 'You ask Mira if she wants to go to the meadow, but Mira only shakes her head, saying that she is too ashamed to leave the house.'
  262. act 'Leave':gt 'Miroslava','Leave'
  263. end
  264. end
  265. end
  266. if npc_rel['A60'] >= 15 and hour >= 20 and npc_QW['A60'] = 0 and sunWeather = 1 and MiraLoc ! 3:
  267. act 'Ask if she''s met the local boys?':
  268. menu_off = 1
  269. *clr & cla
  270. minut += 2
  271. npc_rel['A60'] += 1
  272. MiraLoc = 5
  273. mira_guest = 0
  274. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  275. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  276. gs 'underwear', 'wear'
  277. end
  278. gs 'stat'
  279. gs 'Miroslava', 'miraclothes'
  280. 'You ask Mira if she has already met everyone in the village. When she says no, you offer to introduce her to some of the local guys and she readily agrees, asking you to wait a couple of minutes while she changes and freshens up. When she comes out, you go drinking with the group of boys near your house...'
  281. act 'Continue':mira_guest = 0 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh'
  282. end
  283. end
  284. if npc_rel['A60'] >= 16 and hour >= 20 and npc_QW['A60'] > 0 and sunWeather = 1 and MiraLoc ! 3:
  285. act 'Drink with the local guys':
  286. menu_off = 1
  287. if Mira_no = 0:
  288. *clr & cla
  289. minut += 5
  290. if npc_rel['A60'] < 20:npc_rel['A60'] += 1
  291. MiraLoc = 5
  292. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  293. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  294. gs 'underwear', 'wear'
  295. end
  296. gs 'stat'
  297. gs 'Miroslava', 'miraclothes'
  298. if npc_QW['A60'] = 5:
  299. 'You suggest drinking with the village boys and Mira agrees. Then she whispers that when she leaves with Mitka you should wait for a little then follow them to his home.'
  300. else
  301. 'You suggest drinking with the village boys and Mira readily agrees, then asks you to wait a couple of minutes while she changes. When she comes out, you go to drink with the group of boys near your house....'
  302. end
  303. if npc_QW['A60'] > 15 and npc_QW['A63'] > 15 and gadriver_gang < 3 :
  304. act 'Continue':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh_group'
  305. else
  306. act 'Continue':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh'
  307. end
  308. else
  309. minut += 5
  310. gs 'stat'
  311. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_shy.jpg"></center>'
  312. 'You ask Mira if she wants to go drink with the boys, but she only shakes her head, saying that she is too ashamed and she will not leave the house.'
  313. act 'Leave':gt 'Miroslava','Leave'
  314. end
  315. end
  316. end
  317. if npc_rel['A60'] >= 20 and week >= 6 and hour > 18 and hour < 22:
  318. act 'Inite for a steam bath':
  319. menu_off = 1
  320. if Mira_no = 0:
  321. if npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1:
  322. *clr & cla
  323. minut += 10
  324. if npc_rel['A60'] < 50:npc_rel['A60'] += 1
  325. mira_guest = 1
  326. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  327. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  328. gs 'underwear', 'wear'
  329. end
  330. if MiraLoc ! 3:minut += 40
  331. if MiraLoc = 3:minut += 85
  332. mira = 1
  333. gs 'stat'
  334. gs 'Miroslava', 'miraclothes'
  335. 'You offer Mira the opportunity to relax with you in the bath. She pauses for a few moments to think, but then agrees slowly. You lead her into your grandparent''s backyard...'
  336. act 'Go to your home':gt 'Gadbana'
  337. else
  338. *clr & cla
  339. minut += 5
  340. MiraLoc = 0
  341. gs 'stat'
  342. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_said_no.jpg"></center>'
  343. 'You offer Mira together to relax you in the bath, but she rudely answers that will never go bathe with such a whore like you.'
  344. act 'Leave':gt 'Miroslava','Leave'
  345. end
  346. else
  347. minut += 5
  348. MiraLoc = 0
  349. gs 'stat'
  350. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_shy.jpg"></center>'
  351. 'You ask Mira is she wants to come over and take a steam bath, but she only shakes her head, saying that after what she did she is too ashamed to leave the house.'
  352. act 'Leave':gt 'Miroslava','Leave'
  353. end
  354. end
  355. end
  356. if sunWeather = 1 and temper >= 15 and month >= 5 and month <= 9 and MiraLoc ! 1:
  357. act 'Offer to go to the river':
  358. menu_off = 1
  359. *clr & cla
  360. if Mira_no = 0:
  361. if npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1:
  362. minut += 2
  363. if npc_rel['A60'] < 30:npc_rel['A60'] += 1
  364. mira_guest = 0
  365. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  366. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  367. gs 'underwear', 'wear'
  368. end
  369. if MiraLoc ! 3: minut += 15
  370. if MiraLoc = 3: minut += 45
  371. MiraLoc = 1
  372. gs 'stat'
  373. gs 'Miroslava', 'miraclothes'
  374. 'You suggest going to the river to swim or sunbathe, Mira readily agrees.'
  375. act 'Go to the river':gt 'gadriver', 'gadbitch'
  376. else
  377. MiraLoc = 0
  378. minut += 5
  379. gs 'stat'
  380. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_said_no.jpg"></center>'
  381. 'You suggest going to the river together, but she snorts contemptuously at you and says that she is not going anywhere with a slut like you.'
  382. act 'Leave':gt 'Miroslava','Leave'
  383. end
  384. else
  385. MiraLoc = 0
  386. minut += 5
  387. gs 'stat'
  388. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_shy.jpg"></center>'
  389. 'You ask Mira if she wants to go to the river with you, but she only shakes her head, saying that after her humiliation she will not leave the house.'
  390. act 'Leave':gt 'Miroslava','Leave'
  391. end
  392. end
  393. end
  394. if miratalkforest = 0 and npc_rel['A60'] >= 5:
  395. act 'Ask about the forest':
  396. menu_off = 1
  397. *clr & cla
  398. minut += 15
  399. npc_rel['A60'] += 1
  400. miratalkforest = 1
  401. goforest += 1
  402. gs 'stat'
  403. gs 'Miroslava', 'miraclothes'
  404. '"Mira, can you tell me about the forest near the village?" You ask you.'
  405. '"No, <<$pcs_nickname>>, I`m afraid to go there" said Mira, shaking her head.'
  406. '"Why?" You said, wanting to continue the conversation.'
  407. '"Oh, they say it is easy to get lost in those woods, in case you didn`t know, " she said. - "They say that there are wolf packs roaming those woods too."'
  408. '"Who says?", you asked incredulously. "Real wolves?"'
  409. '"Locals say this" said Mira. "They have all sorts of scary ghost stories to tell."'
  410. '"Oh, they are pulling your leg." with a laugh said you. "I bet they don''t want us to go into the forest because that they don''t want to share in the picking of the mushrooms and berries. They will get more, plain and simple."'
  411. '"No, no, <<$pcs_nickname>>," Mira said in a serious tone. "They told me that last summer the wolves attacked a girl from a neighboring village. She was mauled to death. She had gone into the forest looking for mushrooms too, but she never come out of the forest. In the morning they found the remains of her corpse and lots of blood. They found many wolf tracks in the blood."'
  412. '"That is terrible" you shivered. "If you have simular tells, keep them to yourself. I don''t like horror stories."'
  413. '"What?" Mira giggled, turning to whisper in your ear. "I also overheard a few days ago a conversation between two of the village elders. They said that if you walk naked in the woods, your health and mood improves. Something to do with the air being so fresh. Or something like that."'
  414. 'Mira thought for a moment, and then continued.'
  415. '"I don`t know about health part, but there is definitely more to my mood and a little itch begins," Mira expressively glances between her legs.'
  416. '"Wait," you interrupted her. "I thought you said that you''re afraid to walk in the woods alone."'
  417. '"Oh, I did go once," she said blushing. "Just to check on the truth if what the elders said."'
  418. '"Okay, okay, no more excuses," you chuckled, looking at a confused Mira. "Let`s just go together?."'
  419. '"I don`t know <<$pcs_nickname>>," Mira said. "If it''s warm and the weather is nice, you can count on me to go with you."'
  420. '"But, I just willing only go to the forest edge. I refuse to go deep into the forest," Mira quickly added.'
  421. '"Okay, okay, we''ll only walk along the edge of the forest," - you agree.'
  422. act 'Continue':gt $loc, $metka
  423. end
  424. end
  425. if sunWeather = 1 and temper >= 15 and month >= 5 and month <= 9 and MiraLoc ! 3 and miratalkforest > 0 and npc_rel['A60'] >= 5:
  426. act 'Offer to go to the forest':
  427. menu_off = 1
  428. *clr & cla
  429. if Mira_no = 0:
  430. if npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1:
  431. minut += 2
  432. if npc_rel['A60'] < 30:npc_rel['A60'] += 1
  433. mira_guest = 0
  434. MiraLoc = 3
  435. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  436. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  437. gs 'underwear', 'wear'
  438. end
  439. gs 'stat'
  440. gs 'Miroslava', 'miraclothes'
  441. 'You offer her to go to the forest to look for mushrooms and berries and she willingly agrees.'
  442. act 'Go into the woods':minut += 45 & gt'gadforest','1'
  443. else
  444. minut += 5
  445. MiraLoc = 0
  446. gs 'stat'
  447. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_said_no.jpg"></center>'
  448. 'You have to offer Mira together to go to the forest for mushrooms and berries, but she contemptuous snorts in response and says that she''s not going anywhere with this slut as you.'
  449. act 'Leave':gt 'Miroslava','Leave'
  450. end
  451. else
  452. minut += 5
  453. gs 'stat'
  454. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_shy.jpg"></center>'
  455. 'You ask Mira to go to the forest with you to look for mushrooms and berries, but she only shakes her head, saying that after her humiliation she will not leave the house.'
  456. act 'Leave':gt 'Miroslava','Leave'
  457. end
  458. end
  459. end
  460. if sunWeather = 1 and temper >= 15 and month >= 5 and month <= 9 and MiraLoc = 3 and miratalkforest > 1 and npc_rel['A60'] >= 5 and $clothingworntype ! 'nude' and forestpicnic = 0:
  461. if pcs_inhib >= 25 or exhibitionist_lvl > 1:
  462. act 'Offer to walk naked':
  463. menu_off = 1
  464. *clr & cla
  465. minut+=5
  466. gs 'underwear', 'remove'
  467. gs 'clothing', 'strip', 'gadforest'
  468. gs 'stat'
  469. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraforest6.jpg"></center>'
  470. 'You offered Mira to take a walk through the woods naked and she immediately agreed.'
  471. act'Continue':gt'gadforest','1'
  472. end
  473. end
  474. end
  475. if npc_rel['A60'] >= 15 and MiraLoc ! 3 and (npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1):
  476. if mira_guest = 0:
  477. act 'Invite to your grandparent''s':
  478. menu_off = 1
  479. *clr & cla
  480. minut += 5
  481. mira_guest = 1
  482. if npc_rel['A60'] < 30:npc_rel['A60'] += 1
  483. gs 'stat'
  484. gs 'Miroslava', 'miraclothes'
  485. 'You are tired of hanging around on the street and you decided to invite Mira to dinner.'
  486. act'Go home':
  487. if ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear'):
  488. minut += 15 & gt'Gadhouse'
  489. else
  490. *clr & cla
  491. minut += 5
  492. mira_guest = 1
  493. gs 'underwear', 'wear'
  494. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  495. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/dressbch.jpg"></center>'
  496. 'You changed into your regular clothes and went home with Mira.'
  497. act 'Continue': minut += 15 & gt'Gadhouse'
  498. end
  499. end
  500. end
  501. end
  502. if mira_guest = 1:
  503. act 'Watch TV':
  504. menu_off = 1
  505. *clr & cla
  506. minut += 60
  507. if npc_rel['A60'] < 20:npc_rel['A60'] += 1
  508. pcs_mood += 10
  509. gs 'stat'
  510. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_tv'+rand(1,12)+'.jpg"></center>'
  511. 'You and Mira watch TV for an hour.'
  512. act'Continue':gt'Gadhouse'
  513. end
  514. end
  515. if mira_guest = 1 and hour >= 18:
  516. act 'Sleep over':
  517. menu_off = 1
  518. *clr & cla
  519. minut += 60
  520. if npc_rel['A60'] < 20: npc_rel['A60'] += RAND(1,2)
  521. gs 'stat'
  522. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_tv'+rand(1,12)+'.jpg"></center>'
  523. 'You ask your grandparents if Mira can sleep over. They tell you it''s fine with them, so you invite Mira to sleep over.'
  524. *nl
  525. 'You and Mira head over to the huge wardrobe where your clothes are and spend an hour trying on different clothes and underwear.'
  526. act 'Mira and you raid the kitchen for a late night snack (0:15)': 'You and Mira head to the kitchen to make a quick snack' & gs 'food', 'snack'
  527. act 'Go to sleep': 'You''re feeling tired. You and Mira head to your bed and crawl under the covers together and get into bed.' & gt 'bed2'
  528. act 'Finish': mira_guest = 0 & gt $loc, $metka
  529. end
  530. end
  531. if mira_guest > 0:
  532. act 'Say goodbye to Mira':
  533. menu_off = 1
  534. *clr & cla
  535. minut += 5
  536. mira_guest = 0
  537. MiraLoc = 0
  538. gs 'stat'
  539. gs 'Miroslava', 'miraclothes'
  540. 'You say goodbye to Mira, and she went home.'
  541. act 'Walk back home':gt'Gadhouse'
  542. end
  543. end
  544. end
  545. if npc_rel['A60'] >= 15 and Mira_no = 0 and (npc_QW['A63'] < 13 or npc_QW['A60'] >= 10 or mirasex > 1):
  546. if mira_guest = 0 and mira_temp >= 1 and mira_temp <= 2 and mira_go_blok = 0 and MiraLoc ! 3:
  547. menu_off = 1
  548. *clr & cla
  549. minut += 1
  550. gs 'stat'
  551. if MiraLoc = 1:gs 'Miroslava', 'mira_river'
  552. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  553. '"<<$pcs_nickname>>, it''s so boring here," Mira pouts, "I know! Let''s go to your place." Mira suggests brightly.'
  554. act'Agree':
  555. if ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear'):
  556. mira_go_blok = 1
  557. mira_guest = 1
  558. minut += 15
  559. npc_rel['A60'] += 1
  560. gt 'Gadhouse'
  561. else
  562. *clr & cla
  563. npc_rel['A60'] += 1
  564. mira_go_blok = 1
  565. mira_guest = 1
  566. if npc_rel['A60'] < 30:npc_rel['A60'] += 1
  567. minut += 20
  568. gs 'underwear', 'wear'
  569. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  570. '<center><img <<$set_imgh>> src="images/locations/gadukino/river/dressbch.jpg"></center>'
  571. 'You change into your clothes and go home with Mira.'
  572. act 'Continue': gt'Gadhouse'
  573. end
  574. end
  575. act'Refuse':
  576. *clr & cla
  577. minut += 1
  578. npc_rel['A60'] -= 1
  579. gs 'stat'
  580. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  581. 'You deny Mira, saying that you don''t want to right now.'
  582. act 'Continue': gt 'Miroslava', 'Start'
  583. end
  584. end
  585. if mira_guest = 1 and mira_temp >= 3 and mira_temp <= 4:
  586. menu_off = 1
  587. *clr & cla
  588. minut += 1
  589. gs 'stat'
  590. gs 'Miroslava', 'miraclothes'
  591. '"<<$pcs_nickname>>, come watch TV with me, that''s boring -" Mira said.'
  592. act'Agree':
  593. *clr & cla
  594. minut += 60
  595. if npc_rel['A60'] < 20:npc_rel['A60'] += 1
  596. pcs_mood += 10
  597. mira_go_blok = 1
  598. gs 'stat'
  599. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_tv'+rand(1,12)+'.jpg"></center>'
  600. 'You watch TV with Mira for an hour.'
  601. act'Continue':gt'Gadhouse'
  602. end
  603. act'Refuse':
  604. *clr & cla
  605. minut += 1
  606. npc_rel['A60'] -= 1
  607. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  608. 'You deny Mira, saying that you don''t want to right now.'
  609. act 'Continue': gt $loc, $metka
  610. end
  611. end
  612. if MiraLoc ! 2 and mira_temp = 5 and (meadow = 3 or meadow = 6) and mira_go_blok = 0 and MiraLoc ! 3 and hour < 19 and sunWeather = 1:
  613. menu_off = 1
  614. *clr & cla
  615. minut += 1
  616. gs 'stat'
  617. gs 'Miroslava', 'miraclothes'
  618. '"<<$pcs_nickname>>, can we go to the meadow?" Mira asked you. "Let''s take a walk, get some fresh air."'
  619. act'Agree':
  620. *clr & cla
  621. minut += 15
  622. if npc_rel['A60'] < 50:npc_rel['A60'] += 1
  623. mira_guest = 0
  624. MiraLoc = 2
  625. mira_go_blok = 1
  626. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  627. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  628. gs 'underwear', 'wear'
  629. end
  630. gs 'stat'
  631. '<center><img <<$set_imgh>> src="images/characters/village/mira/girls_go.jpg"></center>'
  632. 'You go to Mira through the dense undergrowth to the hidden meadow. Along the way she merrily tells stories from her past city life.'
  633. act 'Continue': gt 'Meadow'
  634. end
  635. act'Refuse':
  636. *clr & cla
  637. minut += 1
  638. npc_rel['A60'] -= 1
  639. gs 'stat'
  640. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  641. 'You deny Mira, saying that you don''t want to right now.'
  642. act 'Continue': gt 'Miroslava', 'Start'
  643. end
  644. end
  645. if hour >= 20 and mira_temp > 10 and sunWeather = 1 and mira_go_blok = 0 and npc_QW['A60'] > 0 and MiraLoc ! 3:
  646. menu_off = 1
  647. *clr & cla
  648. minut += 1
  649. mira_go_blok = 1
  650. MiraLoc = 5
  651. mira_guest = 0
  652. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  653. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  654. gs 'underwear', 'wear'
  655. end
  656. gs 'stat'
  657. gs 'Miroslava', 'miraclothes'
  658. '"<<$pcs_nickname>>, let''s go hang out with those guys and drink a little?" Mira asks you. "I''m bored and want to party."'
  659. if npc_QW['A60'] > 15 and npc_QW['A63'] > 15:
  660. act 'Agree':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh_group'
  661. else
  662. act 'Agree':mira_guest = 0 & MiraLoc = 5 & minut += 15 & temp = 0 & npc_drunk['A60'] = 0 & gt 'mitkabuh'
  663. end
  664. act'Refuse':
  665. *clr & cla
  666. minut += 1
  667. npc_rel['A60'] -= 1
  668. gs 'stat'
  669. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  670. 'You deny Mira, saying that you don''t want to right now.'
  671. act 'Continue': gt 'Miroslava', 'Start'
  672. end
  673. end
  674. if mira_temp >= 8 and mira_temp <= 9:
  675. menu_off = 1
  676. *clr & cla
  677. minut += 1
  678. mira_go_blok = 1
  679. gs 'stat'
  680. gs 'Miroslava', 'miraclothes'
  681. 'Mira wants to chat with you.'
  682. '"<<$pcs_nickname>>, do you want to just chat a little?" Mira asks.'
  683. act 'Chat':gt 'Miroslava', 'miratalk'
  684. act'Refuse':
  685. *clr & cla
  686. minut += 1
  687. npc_rel['A60'] -= 1
  688. gs 'stat'
  689. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira.jpg"></center>'
  690. '"Not right now Mira," you say. "I''m not in the mood to talk right now."'
  691. act 'Continue': gt 'Miroslava', 'Start'
  692. end
  693. end
  694. if MiraLoc ! 1 and mira_temp >= 6 and mira_temp <= 7 and sunWeather = 1 and temper >= 15 and month >= 5 and month <= 9 and mira_go_blok = 0 and MiraLoc ! 3 and hour < 18:
  695. menu_off = 1
  696. *clr & cla
  697. minut += 1
  698. gs 'stat'
  699. gs 'Miroslava', 'miraclothes'
  700. '"<<$pcs_nickname>>, do you want to go to the river?" - Mira asks. "Let''s go swim and sunbathe."'
  701. act'Agree':
  702. *clr & cla
  703. minut += 15
  704. if npc_rel['A60'] < 30:npc_rel['A60'] += 1
  705. mira_guest = 0
  706. MiraLoc = 1
  707. mira_go_blok = 1
  708. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  709. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  710. gs 'underwear', 'wear'
  711. end
  712. gs 'stat'
  713. '<center><img <<$set_imgh>> src="images/characters/village/mira/girls_go.jpg"></center>'
  714. 'You decided to go with Mira to the village beach and all the way she goes, merrily chattering and telling stories.'
  715. act 'Continue': gt'gadriver', 'gadbitch'
  716. end
  717. act'Refuse':
  718. *clr & cla
  719. minut += 1
  720. npc_rel['A60'] -= 1
  721. gs 'stat'
  722. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  723. 'You tell Mira that you don''t feel like going to the river right now.'
  724. act 'Continue': gt 'Miroslava', 'Start'
  725. end
  726. end
  727. end
  728. if npc_QW['A60'] >= 30 and hour < 19 and month >= 5 and month <= 9 and MiraLoc ! 3:
  729. act '<b>Make your third wish</b>':
  730. menu_off = 1
  731. *clr & cla
  732. minut += 2
  733. mira_guest = 0
  734. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  735. gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
  736. gs 'underwear', 'wear'
  737. end
  738. gs 'stat'
  739. gs 'Miroslava', 'miraclothes'
  740. 'You remind Mira about the third wish, and she reluctantly nods her head and says that she remembers it. You, act mysterious and with a sinister smile, command her to follow you...'
  741. act 'Go to the street (Walk through village naked)':
  742. *clr & cla
  743. minut += 15
  744. gs 'stat'
  745. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/street.jpg"></center>'
  746. 'You lead Mira out to the village street. Mira stares at her feet, sometimes looking at you with watchful eyes...'
  747. act 'Order her to undress':
  748. *clr & cla
  749. minut += 2
  750. gs 'stat'
  751. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_looks.jpg"></center>'
  752. 'You lead her to the center of the village square, in front of the market. Here you turn to her and demand in a haughty that see undress. You tell her that this is your final wish and after she completes this task you will forgive her betrayal. Mira''s mouth slowly drops open and she looks at you like you insane.'
  753. '"Come on, you`re like a little girl," you snort, "we both know you`re a big whore and can`t live without having cock on a daily basis. And now this is the mother load, entirely for free."'
  754. 'Mira in silence and looks at you, then looks around at the village street on which people walk about their business.'
  755. '"<<$pcs_nickname>>, please don''t make this your wish. I will die of embarrassment!" - Mira plaintively begs hoping it will change your mind.'
  756. act 'Confirm your wish':
  757. *clr & cla
  758. minut += 5
  759. pcs_horny += RAND(5,10)
  760. gs 'stat'
  761. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_nude1.jpg"></center>'
  762. '"No, you freely made the promise of three wishes. Anything I want. I want you to strip naked and head through the village to the fields. I will meet you there with your cloths. Now, do as you promised," you stated in an adamant voice.'
  763. 'Mira hesitates for another minute shifting uncomfortably from foot to foot, then nods to herself and finally decides to undress before you. Once nude, she hands you her cloths.'
  764. '"Well, now you have get through the entire village and to the fields. Once you get to me you can consider yourself forgiven," you said with a malicious smile and slammed the palm of you hand into Mira''s ass to help her on the way. You slowly follow herand watch with interest.'
  765. act 'Watch':
  766. *clr & cla
  767. minut += 5
  768. pcs_horny += RAND(5,10)
  769. gs 'stat'
  770. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_nude2.jpg"></center>'
  771. 'Mira hesitantly begins to move through the village street. You look at her and the reaction of passers-by.'
  772. act 'Look further':
  773. *clr & cla
  774. minut += 15
  775. pcs_horny += RAND(5,10)
  776. Mira_no += rand(10,30)
  777. miraday = daystart
  778. npc_QW['A60'] = 33
  779. npc_rel['A60'] = 1
  780. gs 'stat'
  781. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_nude3.jpg"></center>'
  782. 'Finally flushed crimson, Mira gets to the fields just beyond the village. She then turn and rushes up to you.'
  783. '"<<$pcs_nickname>>, we`re even!", - Mira states and looks at you emploringly.'
  784. 'You nodding his head while handing her clothes back. After watching a few more minutes as Mira dresses several of the village men are hooting as she sprint to her house, slowly the men settle down and go about their business.'
  785. act 'Finish':mira_guest = 0 & MiraLoc = 0 & gt 'gadukino'
  786. end
  787. end
  788. end
  789. act 'Forgive her':
  790. *clr & cla
  791. minut += 5
  792. npc_rel['A60'] += 5
  793. npc_QW['A60'] = 31
  794. gs 'stat'
  795. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_leaves.jpg"></center>'
  796. '"Well Mira, fuck you. I had a good day planned. You can consider yourself forgiven," - you said, after a pause.'
  797. 'The girl was still for several moments, shifts uncomfortably from foot to foot, unable to believe his ears, then jumps up to you and kisses you on the cheek.'
  798. '"Thank you <<$pcs_nickname>>, I.. I.., "- not retrieves as she could and ran home.'
  799. act 'Finish':mira_guest = 0 & gt 'gadukino'
  800. end
  801. end
  802. end
  803. if npc_QW['A66'] > 0:
  804. !'This one replaced with naked walk in 1.2.5 add back with npc_QW['A66'] check, according to texts by illume'
  805. act 'Go to your barn (Order her suck Bandit)':
  806. *clr & cla
  807. minut += 10
  808. gs 'stat'
  809. '<center><img <<$set_imgh>> src="images/beast/bandit/piratmira.jpg"></center>'
  810. 'You lead Mira to your grandparents barn, where you are welcomed by horny Bandit. His bloodshot swollen member and a huge dick hanging between his legs. Mira, trying not to look up, catches a glimsp at him and promptly gets flushed beet red...'
  811. act 'Order her to suck Bandit':
  812. *clr & cla
  813. minut += 2
  814. gs 'stat'
  815. '<center><img <<$set_imgh>> src="images/beast/bandit/piratmira.jpg"></center>'
  816. 'You tell Mira that she will now fulfill your third wish. You tell her in a demanding voice to suck Bandit bloated dog cock. You tell her that if shw fulfill her vow and grants her wish, all will be forgiven. Her mouth drops open slowly and she looks at you, as if your insane.'
  817. '"Come on", you tell the girl. With a contemptuous snort you say, "We both know that you''re a whore and prostitute, and can''t live without dick in you at least a few times a day. And right here," you point at Bandit''s dick, "is a huge cock ready to go! Mitka''s cock is puny next to this one, is it not?"'
  818. 'Mira stares at you like a deer in headlights, Bandit''s huge pulsating cock and just quivers, she isn''t going for it. You decide to push her and say, "It isn''t his first time with a human. I have been riding this cock for awhile now. It''s heavenly." Mira looks at you after that confession with eyes wide and round, as if seeing you for the first time.'
  819. act 'Confirm your wish':
  820. *clr & cla
  821. minut += 5
  822. pcs_horny += RAND(5,15)
  823. gs 'stat'
  824. '<center><img <<$set_imgh>> src="images/beast/bandit/piratmira2.jpg"></center>'
  825. 'As proof of your words, you walk over and sit down next to Bandit, who immediately tries to knock you down and hump you. You stop him by taking his cock in your hand and then bending down and sticking it in your mouth. You withdraw your mouth from the monsterous cock but first plant a kiss on the tip of his cock. Mira is shocked and gasps, and you immediately stand up and say, "You see! A cock is a cock, man or animal makes no difference. Now it''s your turn." Mira keeps looking from you to Bandit for another couple of moments, shifting from foot to foot uncomfortably. Finally, you can see she has made up her mind...'
  826. act 'Watch':
  827. *clr & cla
  828. minut += 5
  829. pcs_horny += RAND(25,30)
  830. gs 'stat'
  831. '<center><img <<$set_imgh>> src="images/beast/bandit/piratmira1.jpg"></center>'
  832. 'Mira hesitantly crouches next to Bandit. He watches her with interest. Mira exhales sharply and with a new found resolve she lowers her head and gently, and with much hesitation takes his throbing cock in hand, after a minute, she sticking out her tongue and starts licking it... You tell her what a good whore she is and how much pleasure she is give to her canine lover.'
  833. act 'Watch':
  834. *clr & cla
  835. minut += 15
  836. pcs_horny += RAND(25,50)
  837. gs 'stat'
  838. npc_QW['A60'] = 31 & !back to mira questline by illume
  839. mirabandit = 1
  840. '<center><img <<$set_imgh>> src="images/beast/bandit/piratmira3.jpg"></center>'
  841. 'She spends several minutes twisting her tongue over the tip and shaft of the dog''s dick. With a sigh, Mira lays on her back and starts to suck his cock, her lips crawl over Bandit''s massive hard cock. After a minute she pulls away, you see, she is having a hard time taking his cock into her mouth, Bandit''s cock starts to drip pre-cum. You tell her, to swallow every last drop, pro-cum, sperm or even piss if Bandit needs to go. She sighs resignedly and continues to suck. Soon Bandit starts to cum and Mira chokes at the shear volume of his cum, but she swallows it all and then she wipes a finger across her face and gathers up all the stay cum and shoves that into her mouth and swallows. She repeats this on her lips, chin, and the little that escaped to her neck and chest...'
  842. act 'Finish':mira_guest = 0 & gt 'gadukino'
  843. end
  844. end
  845. end
  846. end
  847. end
  848. end
  849. act 'Go to your barn (make her your dog)':
  850. *clr & cla
  851. minut += 10
  852. gs 'stat'
  853. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/sarai.jpg"></center>'
  854. 'You lead Mira to his barn, where there is an empty kennel next to Bandit`s. Mira looks at you blankly, waiting for you to continue.'
  855. act 'Order her to undress':
  856. *clr & cla
  857. minut += 2
  858. gs 'stat'
  859. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_looks.jpg"></center>'
  860. 'Having taken Mira and the booth, appraising look, you certain of, demanding voice Mira ordered to undress and climb into the booth, adding that this is your last wish, after which you will have to forgive her betrayal. She slowly mouth drops open and she looks at you like you insane.'
  861. ' - Come on, you`re like a girl, ` snort you, we both know you`re a big whore and can`t live without members. And then just want to sit in the booth and posobirat Bandit.'
  862. 'Mira stares on you, then on the booth, which still bears a dog.'
  863. '- <<$pcs_nickname>>, can do not suddenly see who? - plaintively asks hopefully it.'
  864. act 'Confirm your wish':
  865. *clr & cla
  866. minut += 5
  867. pcs_horny += RAND(5,10)
  868. gs 'stat'
  869. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_kennel1.jpg"></center>'
  870. '- No Peace, your tongue no one pulled, now well, do as you promised, are adamant voice said you.'
  871. 'The girl for another minute shifts uncomfortably from foot to foot, then finally decided and undresses before the goal.Casting box the last time she gets on all fours and awkwardly tries to get in close box.'
  872. '- Now sit a couple of hours and free, you said with a malicious smile and slamming the palm Mira on the back to make the speed began to watch with interest for her.'
  873. act 'Watch':
  874. *clr & cla
  875. minut += 5
  876. pcs_horny += RAND(5,10)
  877. mira_dog += RAND(2,5)
  878. npc_QW['A60'] = 32
  879. !npc_rel['A60'] = 5
  880. gs 'stat'
  881. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_kennel2.jpg"></center>'
  882. 'After watching Mira for a while, you went on the Affairs.'
  883. ' - Unbind yourself if you don`t come - threw you she lastly.'
  884. '<b>(While this is the end of the event, the sequel will follow in the next versions)</b>'
  885. act 'Finish':mira_guest = 0 & gt 'Gadsarai'
  886. end
  887. end
  888. act 'Forgive her':
  889. *clr & cla
  890. minut += 5
  891. npc_rel['A60'] += 2
  892. npc_QW['A60'] = 31
  893. gs 'stat'
  894. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira_leaves.jpg"></center>'
  895. '- Well Mira, fuck you, I have a good day. You can consider yourself forgiven, - you said, after a pause.'
  896. 'The girl was still a few moments, hesitates from foot to foot, unable to believe his ears, then jumps up to you and smacking you in the cheek.'
  897. '- Thank you <<$pcs_nickname>>, I.. I.., - not retrieves as he could and ran home.'
  898. act 'Finish':mira_guest = 0 & gt 'Gadsarai'
  899. end
  900. end
  901. end
  902. end
  903. end
  904. if mira_temp = 0 and mira_go_blok = 0 and meadow > 2 and MiraLoc = 0:
  905. menu_off = 1
  906. *clr & cla
  907. minut += 5
  908. mira_no_home = 0
  909. gs 'stat'
  910. if MiraLoc = 1:
  911. if $clothingworntype ! 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home.jpg"></center>'
  912. if $clothingworntype = 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home_nude.jpg"></center>'
  913. end
  914. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  915. '"<<$pcs_nickname>>, you''re fun to be with, but Dad has chores for me to work on." Mira tells you.'
  916. if $clothingworntype = 'nude':
  917. gs 'clothing', 'wear_last_worn'
  918. gs 'underwear', 'wear'
  919. end
  920. act 'Go back to the village':mira_guest = 0 & MiraLoc = 0 & gt 'Gadukino'
  921. end
  922. if mira_temp = 0 and mira_go_blok = 0 and meadow > 2 and MiraLoc ! 0:
  923. menu_off = 1
  924. *clr & cla
  925. minut += 5
  926. mira_no_home = 0
  927. gs 'stat'
  928. if MiraLoc = 1:
  929. if $clothingworntype ! 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home.jpg"></center>'
  930. if $clothingworntype = 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home_nude.jpg"></center>'
  931. end
  932. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  933. '"<<$pcs_nickname>>, you''re fun to be with, but I gotta get home. Dad has chores for me to work on.," Mira tells you.'
  934. if $clothingworntype = 'nude':
  935. gs 'clothing', 'wear_last_worn'
  936. gs 'underwear', 'wear'
  937. end
  938. act 'Go back to the village':mira_guest = 0 & MiraLoc = 0 & gt 'Gadukino'
  939. end
  940. if hour = 23 and MiraLoc = 0:
  941. menu_off = 1
  942. *clr & cla
  943. minut += 5
  944. mira_no_home = 0
  945. gs 'stat'
  946. gs 'Miroslava', 'miraclothes'
  947. '"<<$pcs_nickname>>, you''re fun to be with, but it''s late. I gotta get to bed. Dad has chores for me to work on tomorrow." Mira tells you.'
  948. if $clothingworntype = 'nude':
  949. gs 'clothing', 'wear_last_worn'
  950. gs 'underwear', 'wear'
  951. end
  952. act 'Go back to the village':gt 'Gadukino'
  953. end
  954. if hour = 23 and MiraLoc ! 0:
  955. menu_off = 1
  956. *clr & cla
  957. minut += 5
  958. mira_no_home = 0
  959. gs 'stat'
  960. if MiraLoc = 1:
  961. if $clothingworntype ! 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home.jpg"></center>'
  962. if $clothingworntype = 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mira_go_home_nude.jpg"></center>'
  963. end
  964. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  965. '"<<$pcs_nickname>>, you''re fun to be with, but I gotta get home and get to bed. Dad has chores for me to work on tomorrow." Mira tells you.'
  966. if $clothingworntype = 'nude':
  967. gs 'clothing', 'wear_last_worn'
  968. gs 'underwear', 'wear'
  969. end
  970. act 'Go back to the village':mira_guest = 0 & MiraLoc = 0 & gt 'Gadukino'
  971. end
  972. end
  973. end
  974. if $ARGS[0] = 'miratalk':
  975. menu_off = 1
  976. if npc_QW['A60'] = 0:
  977. *clr & cla
  978. minut += 10
  979. if npc_rel['A60'] < 10:npc_rel['A60'] += 1
  980. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  981. if MiraLoc = 1:gs 'Miroslava', 'mira_river'
  982. if npc_QW['A63'] < 13 or mirasex > 1:
  983. 'You have ten minutes of fun talking about all sorts of trivia.'
  984. else
  985. 'While you''re trying to talk with Mira, she remained silent, sometimes giving you scornful glances.'
  986. end
  987. gs 'stat'
  988. act 'Finish':gt $loc, $metka
  989. elseif npc_QW['A60'] = 1:
  990. *clr & cla
  991. minut += 10
  992. if npc_rel['A60'] < 20:npc_rel['A60'] += 1
  993. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  994. if MiraLoc = 1:gs 'Miroslava', 'mira_river'
  995. if npc_QW['A63'] < 13 or mirasex > 1:
  996. 'You have ten minutes of fun talking about all sorts of trivia and sometimes, how you got drunk with village guys...'
  997. else
  998. 'While you''re trying to talk Mira, she remained silent, sometimes giving you scornful glances.'
  999. end
  1000. gs 'stat'
  1001. act 'Finish':gt $loc, $metka
  1002. if mirasextimes > 3:
  1003. act 'Ask Mira if she likes Mitka...':
  1004. *clr & cla
  1005. minut += 2
  1006. pcs_horny += 10
  1007. npc_rel['A60'] += 1
  1008. npc_QW['A60'] = 2
  1009. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1010. 'You ask Mira if there is something between her and Mitka. She looks at you a little timidly, but responds yes, there is. She refuses to go into further detail, so you decide to leave the subject until a more appropriate time comes up...'
  1011. gs 'stat'
  1012. act 'Finish':gt $loc, $metka
  1013. end
  1014. end
  1015. elseif npc_QW['A60'] = 3:
  1016. *clr & cla
  1017. minut += 10
  1018. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  1019. if MiraLoc = 1:gs 'Miroslava', 'mira_river'
  1020. gs 'stat'
  1021. act 'Tell her that you saw her fucking Mitka in the meadow':
  1022. *clr & cla
  1023. minut += 2
  1024. pcs_horny += 10
  1025. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1026. 'You coldly tell Mira that you saw her when she fucked Mitka in your meadow. You remind her that she swore not to tell anyone about your secret place. Mira turns red and flutters her eyes at you trying to look innocent as she mumbles that she''s sorry about breaking her promise. Mira asks if there is any way to make amends. You smile and remind her that she promised you three wishes if she ever revealed the meadow to anyone. Mira meekly nods her head confirming that she does indeed remember making that promise and is ready to fullfil them.'
  1027. act 'She deserves some punishment':
  1028. cla
  1029. if pcs_dom >= 25:
  1030. *clr & cla
  1031. minut += 5
  1032. gs 'stat'
  1033. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1034. act 'Tell her to show you her pussy':
  1035. *clr & cla
  1036. '"To start, you will pull down your panties and show me your pussy, and tell me what it felt like fucking Mitka in my meadow." you tell her sternly, "I want to know what is so special about his dick that you would exchange it for our friendship."'
  1037. 'Mira gasps in shock from the sting in your words and jumps to her feet. She stares at you stupified and you can see the protest welling up in her but you don''t give her time to recover.'
  1038. '"If you want us to stay friends, you had better stick to the deal, and if you can''t keep your word then our friendship is over." you state, glaring at her angrily.'
  1039. 'Mira''s eyes fill with tears and she blushes deeply. Hesitantly, she shifts from foot to foot before you, unable to say anything. Finally, you decide to up the ante and you turn away from her and start to leave...'
  1040. '"Wait!" Mira cries, reaching out to you, "Stop, please do''t go!" but you pretend to ignore her and keeping moving away.'
  1041. ' Mira hesitates for a moment then rushes after you. She catches up with you and, red-faced, she grabs you by the hand and pulls you behind a rickety shed.'
  1042. act 'Go for it':
  1043. *clr & cla
  1044. minut += 10
  1045. pcs_horny += 15
  1046. gs 'stat'
  1047. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirawish1.jpg"></center>'
  1048. 'Mentally exulting over your victory, you allow Mira to drag you behind the shed. She stops and turns to you, her face filled with a mix of anger and shame. Mira searches your face for a few secons, hoping that you will relent until she sees that you meant what you said. She stomps her feet a few times on the ground in frustration, and then, with a heavy sigh, she starts to remove her panties.'
  1049. act 'Watch':
  1050. *clr & cla
  1051. minut += 5
  1052. pcs_horny += 50
  1053. npc_QW['A60'] = 4
  1054. Mira4day = daystart
  1055. gs 'stat'
  1056. '<center><img <<$set_imgh>> src="images/characters/village/mira/mirawish1_1.jpg"></center>'
  1057. 'Taking off her panties, Mira turns her ass to you and lifts up her skirt as she bends low. You smile broadly and in an indifferent voice order her to pull her ass cheeks apart. Mira reluctantly fulfills your requirement. You then ask her to tell you what she felt as she fucked with Mitka on your meadow. Mira tries to straighten but you place a restraining hand on her back and tell her that your wishes will be humiliating punishments for her. Over the next five minutes, you rub Mira buttocks as she tells you in detail what she felt when she fucked Mitka...'
  1058. 'Finally, you tell her that you do not feel she has fully atoned for her actions and this was only part of your first wish but futher punishments will have to wait for another time.'
  1059. act 'Turn around and walk away': gt 'gadukino'
  1060. end
  1061. end
  1062. end
  1063. else
  1064. act 'Tell her that you want to watch as Mitka fucks her in the ass':
  1065. *clr & cla
  1066. minut += 5
  1067. pcs_horny += 10
  1068. npc_QW['A60'] = 5
  1069. npc_rel['A60'] -= 1
  1070. gs 'stat'
  1071. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1072. 'You say you want to see Mitka fuck her ass because she told him your secret. Mira jumps to her feet from the suggestion and just looks at you, but you don`t give her time to recover and continue to emphasize further, Recalling that a deal is a deal, and if your word doesn''t matter, then out friendship will end. Miroslav blushes and hesitantly shifts from foot to foot. You decide to go for broke, turn around and start to leave...'
  1073. ' - Wait, so it`s screaming you in the back of Mira, but you pretend to not notice and go on.'
  1074. ' - Well, <<$pcs_nickname>>, - after a couple of seconds until you hear a hysterical scream from Mira, I`ll think of something!'
  1075. act 'Leave':gt 'Miroslava','Leave'
  1076. end
  1077. end
  1078. end
  1079. end
  1080. elseif npc_QW['A60'] = 4 and Mira4day ! daystart:
  1081. act 'Remind her that she has not atoned for bringing Mitka to the meadow':
  1082. 'You remind Mira that you are still not satified with her atonement and she asks you what you want her to do.'
  1083. act 'Tell her that you want to watch as Mitka fucks her in the ass':
  1084. *clr & cla
  1085. minut += 5
  1086. pcs_horny += 10
  1087. npc_QW['A60'] = 5
  1088. gs 'stat'
  1089. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1090. 'You tell her that what you want to see, is Mitka fucking her in the ass. Mira jumps to her feet in shock and looks at you with disbelief in her eyes. But you don''t give her time to recover and continue to speak, emphasizing the deal she made with you, and if she can''t uphold her end then your friendship is at an end. Miroslava deeply blushes and hesitantly shifting from foot to foot watching you. After a few seconds of silence, you nod your head and turn around and start to leave...'
  1091. 'Mira loudly shouts at you to stop, but you pretend to not hear her and keep walking on.'
  1092. '"Fine, <<$pcs_nickname>> you win," Mira states loud enough for you to hear. She is on the verge of hysteria, eyes watering and nose running, Mira nearly screams,"I, I`ll figure something out!"'
  1093. act 'Leave': gt 'gadukino'
  1094. end
  1095. end
  1096. elseif npc_QW['A60'] = 6:
  1097. *clr & cla
  1098. minut += 10
  1099. pcs_horny += 10
  1100. gs 'stat'
  1101. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  1102. if MiraLoc = 1:gs 'Miroslava', 'mira_river'
  1103. act 'Tell her that the first wish has been completed':
  1104. *clr & cla
  1105. minut += 10
  1106. pcs_horny += 15
  1107. npc_QW['A60'] = 7
  1108. gs 'stat'
  1109. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1110. 'You tell Mira, that you have now seen Mitka fuck her in the ass. Maliciously you ask, does she like having her ass fucked? To your surprise, Mira responds that yes she does like it a bit. You are slightly disappointed because this was supposed to be a punishment, and then remind her, that she still has two wishes to fullfill. Once they are all fullfilled, she will have satisfied her debt to you. Mira nods her head and says, she is ready to redeem your wishes upon demand. You think it over several moments before walking away...'
  1111. act 'Leave':gt 'Miroslava','Leave'
  1112. end
  1113. else
  1114. *clr & cla
  1115. minut += 10
  1116. if npc_QW['A63'] > 0 and npc_QW['A63'] < 13 and npc_rel['A60'] < 50: npc_rel['A60'] += 1
  1117. if npc_QW['A63'] >= 13 and npc_QW['A60'] > 15 and npc_rel['A60'] < 50:npc_rel['A60'] += 1
  1118. if Mira_no > 0 and miraday ! daystart:miraday = daystart & Mira_no -= 1
  1119. gs 'stat'
  1120. if MiraLoc ! 1:gs 'Miroslava', 'miraclothes'
  1121. if MiraLoc = 1:gs 'Miroslava', 'mira_river'
  1122. if npc_QW['A60'] < 20 and npc_QW['A63'] < 13:
  1123. 'You spend ten minutes talking about trivia, you often refer to Mira as a whore, but she just pretends not to hear.'
  1124. elseif npc_QW['A60'] >= 20 and npc_QW['A60'] < 30 and npc_QW['A63'] < 13:
  1125. 'You spend ten minutes talking about trivia, Mira tries her best not to look you in the eyes, she seems distracted by other thoughts.'
  1126. elseif npc_QW['A60'] >= 30 and npc_QW['A63'] < 13:
  1127. 'You spend ten minutes talking about trivia, but Mira isn''t listening, all she wants to talk about is sex.'
  1128. else
  1129. 'You have ten minutes of fun talking about all sorts of trivia.'
  1130. end
  1131. act 'Finish': gt $loc, $metka
  1132. end
  1133. end
  1134. if $ARGS[0] = 'miraclothes':
  1135. '<center><B>Mira</B></center>'
  1136. if npc_QW['A60'] = 0:
  1137. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira.jpg"></center>'
  1138. elseif npc_QW['A60'] > 0 and npc_QW['A60'] < 4:
  1139. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3.jpg"></center>'
  1140. elseif npc_QW['A60'] >= 4 and npc_QW['A60'] < 8:
  1141. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira0,'+rand(0,5)+'.jpg"></center>'
  1142. elseif npc_QW['A60'] >= 8 and npc_QW['A60'] < 12:
  1143. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira1,'+rand(0,2)+'.jpg"></center>'
  1144. elseif npc_QW['A60'] >= 12 and npc_QW['A60'] < 20:
  1145. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira2,'+rand(0,5)+'.jpg"></center>'
  1146. elseif npc_QW['A60'] >= 20:
  1147. '<center><img <<$set_imgh>> src="images/characters/village/mira/mira3,'+rand(0,3)+'.jpg"></center>'
  1148. end
  1149. end
  1150. if $ARGS[0] = 'mira_river':
  1151. if ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear'):'<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivertalk.jpg"></center>'
  1152. if $clothingworntype = 'swimwear':'<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivertalkbikini.jpg"></center>'
  1153. if $clothingworntype = 'nude':'<center><img <<$set_imgh>> src="images/characters/village/mira/mirarivernudetalk.jpg"></center>'
  1154. end
  1155. if $ARGS[0] = 'Leave':
  1156. if MiraLoc = 0:
  1157. gt 'MiroslavaHome','start'
  1158. elseif MiraLoc = 3:
  1159. gt 'gadforest', '1'
  1160. elseif MiraLoc = 6:
  1161. gt 'Gadhouse'
  1162. elseif MiraLoc = 7:
  1163. gt 'Gaddvor'
  1164. elseif MiraLoc = 43:
  1165. gt 'gadfield','cow3'
  1166. elseif MiraLoc = 42:
  1167. gt 'gadfield','cow2'
  1168. elseif MiraLoc = 41:
  1169. gt 'gadfield','cow'
  1170. else
  1171. gt $loc, $metka
  1172. end
  1173. end
  1174. --- Miroslava ---------------------------------