andreihunter.qsrc 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. # andreihunter
  2. !2020/10/16
  3. menu_off = 1
  4. gs 'boystat', 'A172'
  5. harakBoy = 2
  6. boyage = npc_dob[$boy]
  7. boyage = (boyage - boyage mod 10000) / 10000
  8. boyage = year - boyage
  9. '<center><b><font color = maroon>Andrei</font></b></center>'
  10. '<center><img <<$set_imgh>> src="images/characters/shared/photos/big172.jpg"></center>'
  11. 'Andrei is the leader of the group of hunters that frequent the woods and swamp by Gadukino while living close by. He''s <<boyage>> years old and divorced.'
  12. if huntersAndreiQw < 0:'You and him have a bad relationship, because you offended him in the past.'
  13. if huntersAndreiQw >= 0 and huntersAndreiQw < 10:'You have a normal relationship with him.'
  14. if huntersAndreiQw >= 10 and huntersAndreiQw < 15:'You have friendly relations with him.'
  15. if huntersAndreiQw >= 15 and huntersAndreiQw < 25:'You''re good friends.'
  16. if huntersAndreiQw > 25 :'You love him.'
  17. if huntersAndreiLove = 1:'You love each other.'
  18. gs 'stat'
  19. act 'Chat (0:30)':
  20. *clr & cla
  21. minut += 30
  22. if huntersAndreiQw < 10:huntersAndreiQw += 1
  23. gs 'stat'
  24. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
  25. if huntersAndreiQw >= 0:'You chat with Andrei. You learn interesting tidbits about hunting from him.'
  26. if huntersAndreiQw < 0:'You talk to Andrei. He makes it clear he''d rather not talk to you, but takes part in the conversation anyway.'
  27. act'Continue':gt $loc, $loc_arg
  28. end
  29. if huntersAndreiQw >= 10:
  30. if huntersAndreiLove = 0:
  31. act 'Flirt':
  32. minut += 5
  33. !!not using arousal as no orgasm chance
  34. pcs_horny += 10
  35. *clr & cla
  36. if huntersAndreiQw <= 35 and huntersKnowSlut = 0:huntersAndreiQw += 1
  37. if huntersIgorQw >= 10 and huntersKnowSlut = 0:huntersIgorQw -= 1
  38. if huntersSergeiQw >= 10 and huntersKnowSlut = 0:huntersSergeiQw -= 1
  39. gs 'stat'
  40. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
  41. 'You flirt with Andrei. He doesn''t say so aloud, but he likes the attention. You notice him checking you out when he thinks you aren''t looking.'
  42. gs 'stat'
  43. if huntersAndreiLove = 0 and huntersAndreiQw >= 25 and huntersKnowSlut = 0 and pcs_apprnc >= 60:
  44. *clr & cla
  45. gs 'stat'
  46. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
  47. 'You smile sweetly at Andrei while you flirt, and you are caught off guard when he suddenly goes in for a kiss.'
  48. gs 'arousal', 'foreplay', 5
  49. gs 'stat'
  50. act 'Answer kiss':
  51. *clr & cla
  52. huntersAndreiLove = 1
  53. huntersAndreiQw += 1
  54. pcs_mood = 100
  55. gs 'stat'
  56. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
  57. 'Your lips touch... your heart skips a beat. Andrei takes control and continues aggressively, so you find yourself responding to his whims.'
  58. gs 'arousal', 'kiss', 5
  59. gs 'stat'
  60. if pcs_horny >= 40:
  61. act'Continue':
  62. *clr & cla
  63. minut += 5
  64. gs 'stat'
  65. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  66. '"<<$pcs_nickname>>, I want you", Andrei whispers when your lips finally part. You nod eagerly then Andrei gently takes you by the hand and leads you to his bed.'
  67. act 'Go':gt 'hunterLoveSex','Andrei'
  68. end
  69. else
  70. act'Further':
  71. *clr & cla
  72. minut += 5
  73. gs 'stat'
  74. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  75. '"Maybe next time we won''t stop there, <<$pcs_nickname>>", Andrei says when your lips finally part. "For now though, let''s go back."'
  76. act'Continue':gt $loc, $loc_arg
  77. end
  78. end
  79. end
  80. act 'Push away':
  81. *clr & cla
  82. minut += 5
  83. hunterslut += 1
  84. huntersAndreiQw -= 50
  85. gs 'stat'
  86. '<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
  87. '"Sorry... Andrei... I can''t right now", you tell him. He leaves with an angry look on his face.'
  88. act'Leave':gt $loc, $loc_arg
  89. end
  90. else
  91. act'Leave':gt $loc, $loc_arg
  92. end
  93. end
  94. else
  95. act 'Spend time together':
  96. minut += 60
  97. !!not using arousal as no orgasm chance
  98. pcs_horny += 10
  99. *clr & cla
  100. huntersAndreiQw += 1
  101. if huntersIgorLove > 0 or huntersSergeiLove > 0:hunterslut += 1
  102. if huntersIgorLove = 0 and huntersSergeiLove = 0:hunterslut -= 1
  103. pcs_mood = 100
  104. gs 'stat'
  105. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
  106. 'You spend time together with Andrei. He can''t keep his hands and lips off of you as you lie there together. He is happy with your company. You can see a look of satisfaction on his face and feel wonderful knowing you''re the one who put it there'
  107. gs 'stat'
  108. act'Leave':gt $loc, $loc_arg
  109. end
  110. end
  111. end
  112. if huntersAndreiLove > 0 and pcs_horny >= 60:
  113. act 'Have sex':
  114. *clr & cla
  115. huntersAndreiQw += 1
  116. huntersAndreisex += rand(6,24)
  117. gs 'stat'
  118. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
  119. 'You catch Andrei''s eyes with yours and give him a look that leaves no doubt what you want. He nods then places an arm around your shoulders to lead you inside.'
  120. gs 'arousal', 'foreplay', 10
  121. gs 'stat'
  122. act 'Go':gt 'hunterLoveSex','Andrei'
  123. end
  124. end
  125. if huntersAndreiLove > 0 and pcs_horny <= 60 and huntersAndreiQw >= 10 and temp = 1 and huntersAndreisex = 0:
  126. *clr & cla
  127. huntersAndreisex += rand(6,24)
  128. gs 'stat'
  129. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  130. 'As soon as you walk up to Andrei, he pulls you in for a kiss without saying a word. You have no time to get a word in as he pulls you towards him.'
  131. gs 'arousal', 'kiss', 5
  132. gs 'stat'
  133. act 'Go with Andrei':
  134. *clr & cla
  135. huntersAndreiQw += 1
  136. gs 'stat'
  137. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhands.jpg"></center>'
  138. 'You go with Andrei with your hand in his. You know how this ends, and you really don''t mind.'
  139. gs 'arousal', 'foreplay', 5
  140. gs 'stat'
  141. act 'Further':gt 'hunterLoveSex','Andrei'
  142. end
  143. act 'Refuse':
  144. *clr & cla
  145. minut += 5
  146. huntersAndreiQw -= 1
  147. gs 'stat'
  148. '<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
  149. '"No, Andrei not now." You quickly leave back the way you came.'
  150. act 'Leave':gt $loc, $loc_arg
  151. end
  152. end
  153. if huntersAndreiLove > 0:
  154. act 'Break up with Andrei':
  155. *clr & cla
  156. minut += 5
  157. huntersAndreiLove = 0
  158. huntersAndreiQw -= 100
  159. gs 'stat'
  160. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
  161. '"Andrei, I feel that our relationship has no future. I''m breaking up with you", you say. You leave while trying not to look back at him.'
  162. act 'Leave':gt $loc, $loc_arg
  163. end
  164. end
  165. act'Leave':gt $loc, $loc_arg
  166. if huntersAndreiQw < 10 and huntersAndreiLove > 0:
  167. *clr & cla
  168. minut += 5
  169. huntersAndreiLove = 0
  170. huntersAndreiQw -= 10
  171. gs 'stat'
  172. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
  173. 'You want to talk to Andrei, but he cuts in before you can say anything.'
  174. '"<<$pcs_nickname>>, It''s over between us," he says firmly and walks away.'
  175. '"Well, maybe it''s for the best," you think as you leave in the other direction.'
  176. act 'Leave':gt $loc, $loc_arg
  177. end
  178. --- andreihunter ---------------------------------