mirafather.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. # mirafather
  2. $menu_loc = 'mirafather'
  3. $menu_arg = ''
  4. menu_off = 0
  5. gs 'boystat', 'A64'
  6. harakBoy = 1
  7. tempday = (npc_dob['A64'] mod 100)
  8. tempmonth = (((npc_dob['A64'] mod 10000) - tempday) / 100)
  9. tempyear = (((npc_dob['A64']) - (npc_dob['A64'] mod 10000)) / 10000)
  10. !Looks like npc_dob is broken, once fixed revert to boyage = year - tempyear
  11. boyage = age + 34
  12. if tempmonth < month or (tempmonth = month and tempday <= day): boyage -= 1
  13. gs 'stat'
  14. if npc_QW['A64'] = 0:'<center><b><font color = maroon>Mira''s Father</font></b></center>'
  15. if npc_QW['A64'] > 0:'<center><b><font color = maroon>Afanasiy</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  17. *nl
  18. 'Mira''s father, <<boyage>> years old. After his wife died, he drank heavily and looks much older than he actually is. He is still in good shape for a man his age.'
  19. act 'Leave':gt 'MiroslavaHome', 'start'
  20. if Mira_no > 0 and mirafathertalk = 0 and miraday ! daystart:
  21. *clr & cla
  22. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  23. *nl
  24. 'You are passing Mira''s house when you see Mira''s father headed in your direction.'
  25. '"<<$pcs_firstname>>, wait. I need to speak with you," he says coming closer to you.'
  26. 'You stop and look at him frightfully. "Did Mira tell him what I made her do?" you think as panicked thoughts race through your head.'
  27. '"<<$pcs_nickname>>, do you know what happened to Mira?" Afanasiy asks, looking you in the eye.'
  28. '"N-no, what happened to her?" you ask in a confused voice, expecting him to start shouting any second.'
  29. '"I don''t know. She is just sitting at home all the time. She doesn''t leave the yard, I''m concerned." Mira''s father answers.'
  30. '"Oh, ah...I don''t know," you say, trying to make it sound believable and make your eyes look innocent. "Maybe she was by hurt some local boy, or had a fight with someone..."'
  31. '"Okay, I think it will pass...soon I hope. But, I want you to come and visit us, I think your company would do Mira a lot of good. It might bring her out of this funk faster." Mira''s father says good-bye, and leaves to resume working around his house.'
  32. '"Close call," you think as you watch his retreating back and exhale with relief.'
  33. MiraLoc = 0
  34. minut += 10
  35. mirafathertalk = 1
  36. gs'stat'
  37. act 'Continue':gt 'miroslava', 'Start'
  38. else
  39. act 'Ask if Mira is home':
  40. menu_off = 1
  41. mira_temp = rand(1,20)
  42. if sunWeather = 1:
  43. if mira_temp > 15 and npc_QW['A60'] > 15 and hour >= 16 and hour <= 23:
  44. *clr & cla
  45. minut += 2
  46. MiraLoc = 8
  47. gs 'stat'
  48. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  49. *nl
  50. 'Mira''s father tells you that she''s not home, she left without telling him where she was going.'
  51. if mirapimp = 1:
  52. 'Mira is not home but you know exactly where to find her. She has been working as your prostitute on the highway'
  53. elseif miraprost > 1:
  54. 'Mira is not home but you know exactly where to find her. You have seen her working as a prostitute on the highway.'
  55. elseif miraprost = 1:
  56. 'Mira is not home but you think you know where to find her. Ever since granting your second wish you have heard rumors that Mira has been earning money as a prostitute on the highway.'
  57. else
  58. 'Mira is not home and you have no idea where she might be. Maybe you should go look around town.'
  59. end
  60. act 'Leave':gt 'Gadukino'
  61. if miraprost > 0: act 'Go to the highway': gt 'gadprostitutes','start'
  62. elseif mira_temp > 10 and month >= 4 and month <= 10 and hour <= 18:
  63. *clr & cla
  64. minut += 2
  65. MiraLoc = 1
  66. gs 'stat'
  67. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  68. *nl
  69. 'Mira''s father tells you that she''s not home, she said she was going to the river.'
  70. act 'Leave':gt 'Gadukino'
  71. act 'Go to the river':gt 'gadriver','start'
  72. else
  73. MiraLoc = 0
  74. gt 'miroslava', 'Start'
  75. end
  76. else
  77. MiraLoc = 0
  78. gt 'miroslava', 'Start'
  79. end
  80. end
  81. if MiraFather ! daystart:
  82. MiraFather = daystart
  83. if npc_QW['A64'] >= 16 and (meadow = 4 or meadow = 5): meadow = 6
  84. if npc_QW['A64'] < 5:
  85. act 'Ask how he''s doing':
  86. *clr & cla
  87. menu_off = 1
  88. if npc_QW['A64'] < 5:npc_QW['A64'] += 1
  89. minut += 5
  90. gs 'stat'
  91. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  92. *nl
  93. 'You are greeted by '+iif(npc_QW['A64'] = 0, 'Mira''s father','Afanasiy')+' and politely inquire about his health. He responds with a smile and says,"All is well, little lady."'
  94. if npc_QW['A64'] = 0:'Mira''s father continues, "I''m glad Mira has finally found a friend here in the village. It will be good for her to have another girl around. By the way, you can call me Afanasiy."'
  95. act 'Continue': gt 'mirafather'
  96. end
  97. elseif npc_QW['A64'] < 10:
  98. act 'Chat with him':
  99. *clr & cla
  100. menu_off = 1
  101. if npc_QW['A64'] < 10:npc_QW['A64'] += 1
  102. minut += 5
  103. gs 'stat'
  104. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  105. *nl
  106. 'You spend several minutes chatting with Afanasiy about the weather and trivia.'
  107. act 'Continue': gt 'mirafather'
  108. end
  109. elseif npc_QW['A64'] >= 10 and npc_QW['A64'] < 15:
  110. act 'Flirt with him':
  111. *clr & cla
  112. menu_off = 1
  113. if npc_QW['A64'] < 15:npc_QW['A64'] += 1
  114. gs 'arousal', 'foreplay', 10
  115. gs 'arousal', 'end'
  116. gs 'stat'
  117. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  118. *nl
  119. 'You spend several minutes with Afanasiy, playful looking him over and smiling meaningfully at him. He is happy with the company of a beautiful young woman. A couple of times during your conversation, you notice his eyes roving up and down your body appraisingly.'
  120. act 'Continue': gt 'mirafather'
  121. end
  122. elseif npc_QW['A64'] = 15:
  123. act 'Seduce him':
  124. *clr & cla
  125. menu_off = 1
  126. npc_QW['A64'] = 16
  127. gs 'arousal', 'foreplay', 10
  128. gs 'stat'
  129. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  130. *nl
  131. 'You move over and stand next to Afanasiy. You let your hand start to stroke his thigh and slowly move towards his crotch. Afanasiy looks at you for a while deep in thought. Eventually he sighs, and then nods to himself as if he has made a decision. He takes you by the hand and leads you into his house, and then down the hall into his room.'
  132. act 'Enjoy his touch':
  133. *clr & cla
  134. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersexkuni.jpg"></center>'
  135. *nl
  136. 'Afanasiy is a gentle lover. With practiced ease he gently undresses you and crouches before you. His mouth and fingers play across the lips of your pussy, he skillfully licks you until, until he brings you a powerful orgasm.'
  137. $orgasm_or = 'yes'
  138. gs 'arousal', 'cuni', 10
  139. gs 'arousal', 'vaginal_finger', 10
  140. gs 'stat'
  141. act 'Turn around for him':
  142. *clr & cla
  143. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex.jpg"></center>'
  144. *nl
  145. pose = 0
  146. if mesec = 0 and pcs_vag > 0:
  147. gs 'dinsex', 'boy_puts_condom'
  148. gs 'dinsex','vaginal_sex',10
  149. gs 'dinsex','sexcum'
  150. gs 'arousal', 'vaginal', 10
  151. else
  152. gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
  153. gs 'arousal', 'anal', 10
  154. end
  155. gs 'arousal', 'end'
  156. gs 'stat'
  157. act 'Continue': gt 'mirafather'
  158. end
  159. end
  160. end
  161. elseif npc_QW['A64'] > 15:
  162. act 'Wink at him':
  163. *clr & cla
  164. menu_off = 1
  165. if npc_QW['A64'] < 20:npc_QW['A64'] += 1
  166. gs 'arousal', 'foreplay', 5
  167. gs 'stat'
  168. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  169. *nl
  170. 'You expressly wink at Afanasiy and he understands your meaning. Looking about for nosy neighbors, he quickly waves for you to enter the house.'
  171. act 'Go inside':
  172. *clr & cla
  173. pose = 0
  174. temp_mf = rand(0,9)
  175. if temp_mf = 0:
  176. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex.jpg"></center>'
  177. elseif temp_mf = 1:
  178. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex1.jpg"></center>'
  179. elseif temp_mf = 2:
  180. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex2.jpg"></center>'
  181. elseif temp_mf = 3:
  182. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex3.jpg"></center>'
  183. elseif temp_mf = 4:
  184. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex4.jpg"></center>'
  185. elseif temp_mf = 5:
  186. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj.jpg"></center>'
  187. elseif temp_mf = 6:
  188. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj1.jpg"></center>'
  189. elseif temp_mf = 7:
  190. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj2.jpg"></center>'
  191. elseif temp_mf = 8:
  192. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj3.jpg"></center>'
  193. elseif temp_mf = 9:
  194. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj4.jpg"></center>'
  195. end
  196. *nl
  197. if temp_mf < 5:
  198. if mesec = 0 and pcs_vag > 0 and rand(0,2) < 2:
  199. gs 'dinsex', 'boy_puts_condom'
  200. gs 'dinsex','vaginal_sex',10
  201. gs 'dinsex','sexcum'
  202. gs 'arousal', 'vaginal', 10
  203. else
  204. gs 'dinsex','boy_wants_anal','lubri'
  205. gs 'dinsex','analsex'
  206. gs 'arousal', 'anal', 10
  207. end
  208. gs 'arousal', 'end'
  209. gs 'stat'
  210. act 'Continue': gt 'mirafather'
  211. else
  212. gs 'oral','start'
  213. gs 'arousal', 'bj', 10
  214. gs 'stat'
  215. act 'Make him cum':
  216. *clr & cla
  217. minut += 5
  218. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathercum.jpg"></center>'
  219. *nl
  220. if temp_mf < 5:
  221. 'Afanasiy gently pulls away from you, leaving a couple of pearly drops of semen on your lips, and continues cumming on your tits and abdomen.'
  222. else
  223. 'Afanasiy gently pulls out of you, you kneel in front of him as he begins cumming on your tits and abdomen.'
  224. end
  225. gs 'arousal', 'bj', -2
  226. gs 'cum_call', 'stomach', $boy, 1,'','',15
  227. gs 'cum_call', 'breasts', $boy, 1,'','',20
  228. gs 'cum_call', 'mouth', $boy, 1,'','',5
  229. gs 'arousal', 'end'
  230. gs 'stat'
  231. act 'Continue': gt 'mirafather'
  232. end
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end
  239. --- mirafather ---------------------------------