Mirafather 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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 is actually is, still he is in good shape for a man his age.'
  15. if MiraFather ! daystart:
  16. MiraFather = daystart
  17. act 'Greet':
  18. cls
  19. if npc_QW['A64'] < 10:npc_QW['A64'] += 1
  20. minut += 2
  21. gs 'stat'
  22. act 'Leave': gt 'miroslavahome', 'start'
  23. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  24. 'You are greeted with Mira''s father and politely inquire about his health. He responds with a smile and says,"All is well, little lady"'
  25. if npc_QW['A64'] >= 10:
  26. act 'Chat':
  27. cls
  28. if npc_QW['A64'] < 20:npc_QW['A64'] += 1
  29. minut += 5
  30. gs 'stat'
  31. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  32. 'You spend several minutes chatting with Mira''s father about the weather and trivia.'
  33. act 'Leave': gt 'miroslavahome', 'start'
  34. end
  35. end
  36. if npc_QW['A64'] >= 20:
  37. act 'Flirt':
  38. cls
  39. if npc_QW['A64'] < 30:npc_QW['A64'] += 1
  40. gs 'stat'
  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. cls
  48. npc_QW['A64'] = 31
  49. gs 'stat'
  50. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  51. '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.'
  52. gs 'arousal', 'foreplay', 10
  53. gs 'stat'
  54. act 'Enjoy':
  55. cls
  56. guy += 1
  57. gs 'stat'
  58. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersexkuni.jpg"></center>'
  59. '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.'
  60. $orgasm_or = 'yes'
  61. gs 'arousal', 'cuni', 10
  62. gs 'arousal', 'vaginal_finger', 10
  63. minut -= 10
  64. gs 'stat'
  65. act 'Give':
  66. cls
  67. gs 'boyStat', 'A64'
  68. pose = 0
  69. gs 'stat'
  70. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex.jpg"></center>'
  71. if mesec = 0 and pcs_vag > 0:
  72. dynamic $sexstart
  73. dynamic $sexstart2
  74. dynamic $sexcum
  75. gs 'arousal', 'vaginal', 10
  76. gs 'stat'
  77. else
  78. dynamic $analsexrude
  79. gs 'arousal', 'anal', 10, 'rough'
  80. gs 'stat'
  81. end
  82. gs 'arousal', 'end'
  83. gs 'stat'
  84. act 'Leave': gt 'miroslavahome', 'start'
  85. end
  86. end
  87. end
  88. end
  89. if npc_QW['A64'] > 30:
  90. act 'Wink at him':
  91. cls
  92. gs 'boyStat', 'A64'
  93. pose = 0
  94. temp = RAND(0,5)
  95. gs 'stat'
  96. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mirafather.jpg"></center>'
  97. if temp < 5:
  98. 'You expressly wink at Afanasiy and he understands your meaning. Looking about for noicy nieghbors, he quickly waves for you to enter the house.'
  99. gs 'arousal', 'foreplay', 5
  100. gs 'stat'
  101. act 'Further':
  102. cls
  103. temp = RAND(0,9)
  104. gs 'stat'
  105. if temp = 0:
  106. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex.jpg"></center>'
  107. gs 'arousal', 'vaginal', 10
  108. gs 'stat'
  109. elseif temp = 1:
  110. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex1.jpg"></center>'
  111. gs 'arousal', 'vaginal', 10
  112. gs 'stat'
  113. elseif temp = 2:
  114. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex2.jpg"></center>'
  115. gs 'arousal', 'vaginal', 10
  116. gs 'stat'
  117. elseif temp = 3:
  118. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex3.jpg"></center>'
  119. gs 'arousal', 'vaginal', 10
  120. gs 'stat'
  121. elseif temp = 4:
  122. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathersex4.jpg"></center>'
  123. gs 'arousal', 'vaginal', 10
  124. gs 'stat'
  125. elseif temp = 5:
  126. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj.jpg"></center>'
  127. gs 'arousal', 'bj', 10
  128. gs 'stat'
  129. elseif temp = 6:
  130. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj1.jpg"></center>'
  131. gs 'arousal', 'bj', 10
  132. gs 'stat'
  133. elseif temp = 7:
  134. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj2.jpg"></center>'
  135. gs 'arousal', 'bj', 10
  136. gs 'stat'
  137. elseif temp = 8:
  138. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj3.jpg"></center>'
  139. gs 'arousal', 'bj', 10
  140. gs 'stat'
  141. elseif temp = 9:
  142. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafatherbj4.jpg"></center>'
  143. gs 'arousal', 'bj', 10
  144. gs 'stat'
  145. end
  146. if temp < 5:
  147. gs 'stat'
  148. if mesec = 0 or pcs_vag > 0:
  149. dynamic $sexstart
  150. dynamic $sexstart2
  151. dynamic $sexcum
  152. gs 'arousal', 'vaginal', 10
  153. gs 'stat'
  154. else
  155. dynamic $analsexrude
  156. gs 'arousal', 'anal', 10, 'rough'
  157. gs 'stat'
  158. end
  159. gs 'arousal', 'end'
  160. gs 'stat'
  161. act 'Leave':gt 'miroslavahome', 'start'
  162. else
  163. gs 'boyStat', 'A64'
  164. minut += 10
  165. pcs_horny += 10
  166. gs 'stat'
  167. gs'oral','start'
  168. act 'Further':
  169. cls
  170. minut += 5
  171. pcs_horny += 10
  172. stat['bj'] += 1
  173. spafinloc = 12 & gs 'cum_manage'
  174. spafinloc = 14 & gs 'cum_manage'
  175. gs 'stat'
  176. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathercum.jpg"></center>'
  177. '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.'
  178. gs 'arousal', 'end'
  179. gs 'stat'
  180. act 'Leave':gt 'miroslavahome', 'start'
  181. end
  182. end
  183. end
  184. else
  185. 'You expressly wink at Afanasiy, but he just smiles and says,"Too busy today honey, catch me later."'
  186. act 'Leave': gt 'miroslavahome', 'start'
  187. end
  188. end
  189. end
  190. act 'Leave': gt 'miroslavahome', 'start'
  191. end
  192. end
  193. end
  194. act 'Leave':gt 'miroslavahome', 'start'
  195. end
  196. act 'Leave': gt 'miroslavahome', 'start'
  197. --- Mirafather ---------------------------------