sergeihunter.qsrc 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. # sergeihunter
  2. !2020/10/16
  3. gs 'boyStat', 'A174'
  4. harakBoy = 1
  5. boyage = year - ((npc_dob['A174'] - (npc_dob['A174'] mod 10000)) / 10000)
  6. if huntersSergeiLove = 0 or (huntersSergeiQw >= 10 and huntersSergeiQw <= 50):
  7. if huntersSergeiLove > 0 and pcs_horny <= 60 and huntersSergeisex = 0 and rand(0,2) = 0:
  8. *clr & cla
  9. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  10. 'You went to Sergei to spend time together, but instead he kisses you and playfully bites on your lip.'
  11. '"<<$pcs_nickname>>, I want you," he whispers after the kiss.'
  12. huntersSergeisex += rand(9,30)
  13. gs 'arousal', 'foreplay', 5
  14. gs 'stat'
  15. act 'Agree':
  16. *clr & cla
  17. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
  18. *nl 'Smiling, you bite softly on Sergei''s neck. He rushes to pull you along with him.'
  19. minut += 5
  20. huntersSergeiQw += 1
  21. gs 'stat'
  22. act 'Go':gt 'hunterLoveSex','Sergei'
  23. end
  24. act 'Decline':
  25. *clr & cla
  26. '<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
  27. *nl '"No, Sergei, not now, but soon." You give him a small look of regret as you leave.'
  28. minut += 5
  29. huntersSergeiQw -= 1
  30. gs 'stat'
  31. act 'Go':gt $loc, $loc_arg
  32. end
  33. else
  34. '<center><b><font color = maroon>Sergei</font></b></center>'
  35. '<center><img <<$set_imgh>> src="images/characters/shared/photos/big174.jpg"></center>'
  36. *nl
  37. 'Sergei is a friend of Andrei and Igor, and a member of the group of hunters that frequent the woods and swamp by Gadukino. He''s <<boyage>> years old. He is married and lives in the City Center...'
  38. if huntersSergeiQw < 0:
  39. 'You and him have a bad relationship, because you offended him in the past.'
  40. elseif huntersSergeiQw < 10:
  41. 'You have a normal relationship with him.'
  42. elseif huntersSergeiQw < 20:
  43. 'You have friendly relations with him.'
  44. elseif huntersSergeiQw < 25:
  45. 'You''re good friends.'
  46. elseif huntersSergeiQw < 30:
  47. 'It seems he has a crush on you.'
  48. elseif huntersSergeiQw <= 35:
  49. 'You have a mutual crush on each other.'
  50. else
  51. if huntersSergeiLove = 1:'You two love each other.' else 'You have an unrequited love for him.'
  52. end
  53. gs 'stat'
  54. act 'Chat (0:30)':
  55. *clr & cla
  56. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
  57. if huntersSergeiQw >= 0:'You spend some time chatting with Sergei, listening to interesting stories from his life and telling some stories of your own.'
  58. if huntersSergeiQw < 0:'You talk with Sergei. He seems uncomfortable, but doesn''t force you away.'
  59. minut += 30
  60. if huntersSergeiQw < 10:huntersSergeiQw += 1
  61. gs 'stat'
  62. act'Continue':gt $loc, $loc_arg
  63. end
  64. if huntersSergeiQw >= 10:
  65. if huntersSergeiLove = 0:
  66. act 'Flirt':
  67. *clr & cla
  68. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
  69. *nl 'You flirt playfully with Sergei. He is glad for your company, though he can'' stop himself from letting his eyes wander.'
  70. minut += 5
  71. !!not using arousal as no orgasm chance
  72. pcs_horny += 10
  73. if huntersSergeiQw <= 35 and huntersKnowSlut = 0:huntersSergeiQw += 1
  74. if huntersIgorQw >= 10 and huntersKnowSlut = 0:huntersIgorQw -= 1
  75. if huntersAndreiQw >= 10 and huntersKnowSlut = 0:huntersAndreiQw -= 1
  76. gs 'stat'
  77. if huntersSergeiQw >= 30 and huntersKnowSlut = 0 and pcs_apprnc >= 60:
  78. act 'Continue Flirt':
  79. *clr & cla
  80. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
  81. *nl 'Suddenly he cups your chin in his hand and gives you a kiss full of passion.'
  82. gs 'arousal', 'foreplay', 5
  83. gs 'stat'
  84. act 'Answer kiss':
  85. *clr & cla
  86. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
  87. *nl 'You''ve been waiting for this and respond just as passionately. Sergei keeps kissing you and you are right there with him, returning every kiss.'
  88. huntersSergeiLove = 1
  89. huntersSergeiQw += 1
  90. pcs_mood = 100
  91. gs 'arousal', 'kiss', 5
  92. gs 'stat'
  93. if pcs_horny >= 40:
  94. act'Further':
  95. *clr & cla
  96. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  97. *nl '"<<$pcs_nickname>>, I want to make love to you," he says, when he finally pulls back. You answer Sergei with a kiss every bit as passionate as the one that started this. You begin to make your way back towards his room as you do so.'
  98. minut += 5
  99. gs 'stat'
  100. act 'Go inside': gt'hunterLoveSex', 'Sergei'
  101. end
  102. else
  103. act'Continue':
  104. *clr & cla
  105. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  106. *nl '"That was great <<$pcs_nickname>>," Sergei said, when your lips finally parted. You see a look that clearly shows he wishes for more and smile.'
  107. minut += 5
  108. gs 'stat'
  109. act'Continue':gt $loc, $loc_arg
  110. end
  111. end
  112. end
  113. act 'Move away':
  114. *clr & cla
  115. '<center><img <<$set_imgh>> src="images/pc/reactions/speak_to_the_hand.jpg"></center>'
  116. *nl '"Sorry, Sergei, but this isn''t what I wanted", you say. He leaves with an angry look on his face.'
  117. minut += 5
  118. huntersSergeiQw -= 50
  119. gs 'stat'
  120. act'Leave':gt $loc, $loc_arg
  121. end
  122. end
  123. end
  124. act'Leave':gt $loc, $loc_arg
  125. end
  126. else
  127. act 'Spend time together':
  128. *clr & cla
  129. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
  130. *nl 'You and Sergei spend time together, spooning the whole while. You can almost feel how much he needed to spend time with you. You notice the happy look on his face and feel very satisfied you put it there.'
  131. minut += 120
  132. !!not using arousal as no orgasm chance
  133. pcs_horny += 10
  134. huntersSergeiQw += 1
  135. if huntersIgorLove > 0 or huntersAndreiLove > 0:hunterslut += 1
  136. if huntersIgorLove = 0 and huntersAndreiLove = 0:hunterslut -= 1
  137. pcs_mood = 100
  138. gs 'stat'
  139. act'Leave':gt $loc, $loc_arg
  140. end
  141. if pcs_horny >= 60:
  142. act 'Have sex':
  143. *clr & cla
  144. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
  145. *nl 'You pull Sergei off to the side and kiss him. You guide his hands to your sopping, needy snatch so there''s no doubt what you want. Sergei doesn''t hesitate and leads you to his bed, never removing his hand.'
  146. huntersSergeiQw += 1
  147. huntersSergeisex += rand(9,30)
  148. gs 'arousal', 'foreplay', 10
  149. gs 'stat'
  150. act 'Go':gt 'hunterLoveSex','Sergei'
  151. end
  152. end
  153. if rand(0,6) = 0:
  154. act 'Break up with Sergei':
  155. *clr & cla
  156. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
  157. *nl '"Sergei the passion is gone", you say, "I think it''s time we parted." You leave without looking back.'
  158. minut += 5
  159. huntersSergeiLove = 0
  160. huntersSergeiQw -= 100
  161. gs 'stat'
  162. act 'Leave':gt $loc, $loc_arg
  163. end
  164. end
  165. end
  166. end
  167. act'Depart':gt $loc, $loc_arg
  168. end
  169. else
  170. if huntersSergeiQw < 10:
  171. *clr & cla
  172. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
  173. *nl
  174. 'You wanted to talk to Sergei, but he beat you to it, and started speaking before you could get a word in.'
  175. '<<$pcs_nickname>>, I realized that our relationship had no future, and we need to stop seeing each other, " he said, and trying not to look in your direction, resolutely walked away.'
  176. '"Well, maybe it''s for the best, " you think, as you leave in the other direction.'
  177. minut += 5
  178. huntersSergeiLove = 0
  179. huntersSergeiQw -= 10
  180. gs 'stat'
  181. act 'Leave':gt $loc, $loc_arg
  182. else
  183. *clr & cla
  184. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
  185. *nl
  186. 'You wanted to talk to Sergei, but before you say anything he speaks instead.'
  187. '"<<$pcs_nickname>>, I realized that our relationship has no future. You''re passion is unmatched, but I really love my family. I can''t risk that for you, " he says. He turns and walks away without saying another word, nor giving you time to say anything.'
  188. '"Well, that''s how you feel is it?" you think as you stand there stunned. "Although this is probably for the best since he was married." you conclude before walking away.'
  189. minut += 5
  190. huntersSergeiLove = 0
  191. huntersSergeiQw -= 50
  192. gs 'stat'
  193. act 'Leave':gt $loc, $loc_arg
  194. end
  195. end
  196. --- sergeihunter ---------------------------------