Mirafather.qsrc 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # Mirafather
  2. gs 'boystat', 'A64'
  3. harakBoy = 1
  4. tempday = (npc_dob['A64'] mod 100)
  5. tempmonth = (((npc_dob['A64'] mod 10000) - tempday) / 100)
  6. tempyear = (((npc_dob['A64']) - (npc_dob['A64'] mod 10000)) / 10000)
  7. !Looks like npc_dob is broken, once fixed revert to boyage = year - tempyear
  8. boyage = age + 34
  9. if tempmonth < month or (tempmonth = month and tempday <= day): boyage -= 1
  10. gs 'stat'
  11. if npc_QW['A64'] < 10:'<center><b><font color = maroon>Father Miroslava</font></b></center>'
  12. if npc_QW['A64'] >= 10:'<center><b><font color = maroon>Afanasiy</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  14. '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.'
  15. act 'Leave':gt 'miroslavahome', 'start'
  16. if MiraFather ! daystart:
  17. MiraFather = daystart
  18. act 'Greet':
  19. *clr & cla
  20. if npc_QW['A64'] < 10:npc_QW['A64'] += 1
  21. minut += 2
  22. gs 'stat'
  23. act 'Leave': gt 'miroslavahome', 'start'
  24. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  25. 'You are greeted by Mira''s father and politely inquire about his health. He responds with a smile and says,"All is well, little lady."'
  26. if npc_QW['A64'] >= 10:
  27. act 'Chat':
  28. *clr & cla
  29. if npc_QW['A64'] < 20:npc_QW['A64'] += 1
  30. minut += 5
  31. gs 'stat'
  32. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  33. 'You spend several minutes chatting with Mira''s father about the weather and trivia.'
  34. act 'Leave': gt 'miroslavahome', 'start'
  35. end
  36. end
  37. if npc_QW['A64'] >= 20:
  38. act 'Flirt':
  39. *clr & cla
  40. if npc_QW['A64'] < 30:npc_QW['A64'] += 1
  41. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  42. 'You spend several minutes with Afanasiy, playful looking him over and smiling meaningfully at him. He is glad of the company of a beautiful young woman. A couple of times during your conversation, you noticed that his eyes roving up and down your body appraisingly.'
  43. gs 'arousal', 'foreplay', 10
  44. gs 'stat'
  45. if npc_QW['A64'] = 30:
  46. act 'Seduce him':
  47. *clr & cla
  48. npc_QW['A64'] = 31
  49. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  50. 'You move over and stand next to Afanasiy. You let your hand start to strokie his thigh and end up on his chest. Afanasiy a releases languid sigh, licking his lips and in a couple of minutes nods to himself as if he has made a decision. Which he has. Athanasios, takes you by the hand and leds you into his house, and then down the hall into his room.'
  51. gs 'arousal', 'foreplay', 10
  52. gs 'stat'
  53. act 'Enjoy':
  54. *clr & cla
  55. guy += 1
  56. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersexkuni.jpg"></center>'
  57. '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.'
  58. $orgasm_or = 'yes'
  59. gs 'arousal', 'cuni', 10
  60. gs 'arousal', 'vaginal_finger', 10
  61. minut -= 10
  62. gs 'stat'
  63. act 'Give':
  64. *clr & cla
  65. pose = 0
  66. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex.jpg"></center>'
  67. if mesec = 0 and pcs_vag > 0:
  68. gs 'dinsex', 'boy_puts_condom'
  69. gs 'dinsex','vaginal_sex',10
  70. gs 'dinsex','sexcum'
  71. gs 'arousal', 'vaginal', 10
  72. else
  73. gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
  74. gs 'arousal', 'anal', 10, 'rough'
  75. end
  76. gs 'arousal', 'end'
  77. gs 'stat'
  78. act 'Leave': gt 'miroslavahome', 'start'
  79. end
  80. end
  81. end
  82. end
  83. if npc_QW['A64'] > 30:
  84. act 'Wink at him':
  85. *clr & cla
  86. pose = 0
  87. temp_mf = RAND(0,5)
  88. gs 'stat'
  89. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  90. if temp_mf < 5:
  91. 'You expressly wink at Afanasiy and he understands your meaning. Looking about for nosy neighbors, he quickly waves for you to enter the house.'
  92. gs 'arousal', 'foreplay', 5
  93. gs 'stat'
  94. act 'Further':
  95. *clr & cla
  96. temp_mf = RAND(0,9)
  97. if temp_mf = 0:
  98. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex.jpg"></center>'
  99. gs 'arousal', 'vaginal', 10
  100. elseif temp_mf = 1:
  101. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex1.jpg"></center>'
  102. gs 'arousal', 'vaginal', 10
  103. elseif temp_mf = 2:
  104. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex2.jpg"></center>'
  105. gs 'arousal', 'vaginal', 10
  106. elseif temp_mf = 3:
  107. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex3.jpg"></center>'
  108. gs 'arousal', 'vaginal', 10
  109. elseif temp_mf = 4:
  110. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex4.jpg"></center>'
  111. gs 'arousal', 'vaginal', 10
  112. elseif temp_mf = 5:
  113. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj.jpg"></center>'
  114. gs 'arousal', 'bj', 10
  115. elseif temp_mf = 6:
  116. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj1.jpg"></center>'
  117. gs 'arousal', 'bj', 10
  118. elseif temp_mf = 7:
  119. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj2.jpg"></center>'
  120. gs 'arousal', 'bj', 10
  121. elseif temp_mf = 8:
  122. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj3.jpg"></center>'
  123. gs 'arousal', 'bj', 10
  124. elseif temp_mf = 9:
  125. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj4.jpg"></center>'
  126. gs 'arousal', 'bj', 10
  127. end
  128. gs 'stat'
  129. if temp_mf < 5:
  130. if mesec = 0 or pcs_vag > 0:
  131. gs 'dinsex', 'boy_puts_condom'
  132. gs 'dinsex','vaginal_sex',10
  133. gs 'dinsex','sexcum'
  134. gs 'arousal', 'vaginal', 10
  135. else
  136. gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
  137. gs 'arousal', 'anal', 10, 'rough'
  138. end
  139. gs 'arousal', 'end'
  140. gs 'stat'
  141. act 'Leave':gt 'miroslavahome', 'start'
  142. else
  143. minut += 10
  144. pcs_horny += 10
  145. gs 'stat'
  146. gs 'oral','start'
  147. act 'Further':
  148. *clr & cla
  149. minut += 5
  150. pcs_horny += 10
  151. gs 'cum_call', 'stomach', $boy, 1,'','',15
  152. gs 'cum_call', 'breasts', $boy, 1,'','',20
  153. gs 'cum_call', 'mouth', $boy, 1,'','',5
  154. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathercum.jpg"></center>'
  155. 'Afanasiy gently pulls away from you and leaving a couple of pearly drops of semen on your lips, he starts cumming on your tits and abdomen.'
  156. gs 'arousal', 'end'
  157. gs 'stat'
  158. act 'Leave':gt 'miroslavahome', 'start'
  159. end
  160. end
  161. end
  162. else
  163. 'You expressly wink at Afanasiy, but he just smiles and says,"Too busy today honey, catch me later."'
  164. act 'Leave': gt 'miroslavahome', 'start'
  165. end
  166. end
  167. end
  168. act 'Leave': gt 'miroslavahome', 'start'
  169. end
  170. end
  171. end
  172. end
  173. --- Mirafather ---------------------------------