SergeiHanter.qsrc 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # SergeiHanter
  2. gs 'boyStat', 'A174'
  3. harakBoy = 1
  4. boyage = year - ((npc_dob['A174'] - (npc_dob['A174'] mod 10000)) / 10000)
  5. gs 'stat'
  6. '<center><b><font color = maroon>Sergei</font></b></center>'
  7. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/sergeihanter.jpg"></center>'
  8. '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..'
  9. if hantersSergeiQw < 0:'You and him have a bad relationship, because you offended him in the past.'
  10. if hantersSergeiQw >= 0 and hantersSergeiQw < 10:'You have a normal relationship with him.'
  11. if hantersSergeiQw >= 10 and hantersSergeiQw < 20:'You have friendly relations with him.'
  12. if hantersSergeiQw >= 20 and hantersSergeiQw < 25:'You''re good friends.'
  13. if hantersSergeiQw >= 25 and hantersSergeiQw < 30:'It seems he has a crush on you.'
  14. if hantersSergeiQw >= 30 and hantersSergeiQw <= 35:'You have a mutual crush on each other.'
  15. if hantersSergeiQw > 35 :'You have an unrequited love for him.'
  16. if hantersSergeiLove = 1:'You two love each other.'
  17. act 'Chat':
  18. *clr & cla
  19. minut += 60
  20. if hantersSergeiQw < 10:hantersSergeiQw += 1
  21. gs 'stat'
  22. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
  23. if hantersSergeiQw >= 0:'You spend some time chatting with Sergei, listening to interesting stories from his life and telling some stories of your own.'
  24. if hantersSergeiQw < 0:'You talk with Sergei. He seems uncomfortable, but doesn''t force you away.'
  25. act'Continue':gt $loc, $metka
  26. end
  27. if hantersSergeiQw >= 10:
  28. if hantersSergeiLove = 0:
  29. act 'Flirt':
  30. minut += 120
  31. !!not using arousal as no orgasm chance
  32. pcs_horny += 10
  33. *clr & cla
  34. if hantersSergeiQw <= 35 and hantersKnowSlut = 0:hantersSergeiQw += 1
  35. if hantersIgorQw >= 10 and hantersKnowSlut = 0:hantersIgorQw -= 1
  36. if hantersAndreiQw >= 10 and hantersKnowSlut = 0:hantersAndreiQw -= 1
  37. gs 'stat'
  38. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
  39. 'You flirt playfully with Sergei. He is glad for your company, though he can'' stop himself from letting his eyes wander.'
  40. gs 'stat'
  41. if hantersSergeiLove = 0 and hantersSergeiQw >= 30 and hantersKnowSlut = 0 and pcs_apprnc >= 60:
  42. *clr & cla
  43. gs 'stat'
  44. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
  45. 'Suddenly he cups your chin in his hand and gives you a kiss full of passion.'
  46. gs 'arousal', 'foreplay', 5
  47. gs 'stat'
  48. act 'Answer kiss':
  49. *clr & cla
  50. hantersSergeiLove = 1
  51. hantersSergeiQw += 1
  52. pcs_mood = 100
  53. gs 'stat'
  54. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
  55. '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.'
  56. gs 'arousal', 'kiss', 5
  57. gs 'stat'
  58. if pcs_horny >= 40:
  59. act'Further':
  60. *clr & cla
  61. minut += 5
  62. gs 'stat'
  63. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  64. '"<<$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.'
  65. act 'Go inside': gt'HanterLoveSex', 'Sergei'
  66. end
  67. else
  68. act'Continue':
  69. *clr & cla
  70. minut += 5
  71. gs 'stat'
  72. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  73. '"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.'
  74. act'Continue':gt $loc, $metka
  75. end
  76. end
  77. end
  78. act 'Move away':
  79. *clr & cla
  80. minut += 5
  81. hantersSergeiQw -= 50
  82. gs 'stat'
  83. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  84. '"Sorry, Sergei, but this isn''t what I wanted", you say. He leaves with an angry look on his face.'
  85. act'Leave':gt $loc, $metka
  86. end
  87. else
  88. act'Leave':gt $loc, $metka
  89. end
  90. end
  91. else
  92. act 'Spend time together':
  93. minut += 120
  94. !!not using arousal as no orgasm chance
  95. pcs_horny += 10
  96. *clr & cla
  97. hantersSergeiQw += 1
  98. if hantersIgorLove > 0 or hantersAndreiLove > 0:hanterslut += 1
  99. if hantersIgorLove = 0 and hantersAndreiLove = 0:hanterslut -= 1
  100. pcs_mood = 100
  101. gs 'stat'
  102. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
  103. '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.'
  104. gs 'stat'
  105. act'Leave':gt $loc, $metka
  106. end
  107. end
  108. end
  109. if hantersSergeiLove > 0 and pcs_horny >= 60:
  110. act 'Have sex':
  111. *clr & cla
  112. hantersSergeiQw += 1
  113. hantersSergeisex += rand(9,30)
  114. gs 'stat'
  115. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
  116. '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.'
  117. gs 'arousal', 'foreplay', 10
  118. gs 'stat'
  119. act 'Go':gt 'HanterLoveSex','Sergei'
  120. end
  121. end
  122. !! I replaced the partial condition "and temp = 1" with "and rand(1,5) = 1" because temp was not initialized in the file and only in the IgorHunter was temp = rand(1,5) in the similar situation
  123. if hantersSergeiLove > 0 and pcs_horny <= 60 and hantersSergeiQw >= 10 and rand(1,5) = 1 and hantersSergeisex = 0:
  124. *clr & cla
  125. hantersSergeisex += rand(9,30)
  126. gs 'stat'
  127. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  128. 'You went to Sergei to spend time together, but instead he kisses you and playfully bites on your lip.'
  129. '"<<$pcs_nickname>>, I want you," he whispers after the kiss.'
  130. gs 'arousal', 'foreplay', 5
  131. gs 'stat'
  132. act 'Agree':
  133. *clr & cla
  134. minut += 5
  135. hantersSergeiQw += 1
  136. gs 'stat'
  137. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
  138. act 'Go':gt 'HanterLoveSex','Sergei'
  139. end
  140. 'Smiling, you bite softly on Sergei''s neck. He rushes to pull you along with him.'
  141. act 'Decline':
  142. *clr & cla
  143. minut += 5
  144. hantersSergeiQw -= 1
  145. gs 'stat'
  146. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  147. '"No, Sergei, not now, but soon." You give him a small look of regret as you leave.'
  148. act 'Go':gt $loc, $metka
  149. end
  150. end
  151. if hantersSergeiLove > 0:
  152. act 'Break up with Sergei':
  153. *clr & cla
  154. minut += 5
  155. hantersSergeiLove = 0
  156. hantersSergeiQw -= 100
  157. gs 'stat'
  158. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosila.jpg"></center>'
  159. '"Sergei the passion is gone", you say, "I think it''s time we parted." You leave without looking back.'
  160. act 'Leave':gt $loc, $metka
  161. end
  162. end
  163. act'Depart':gt $loc, $metka
  164. if hantersSergeiQw < 10 and hantersSergeiLove > 0:
  165. *clr & cla
  166. minut += 5
  167. hantersSergeiLove = 0
  168. hantersSergeiQw -= 10
  169. gs 'stat'
  170. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
  171. 'You wanted to talk to Sergei, but he beat you to it, and started speaking before you could get a word in.'
  172. '<<$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.'
  173. '"Well, maybe it''s for the best, " you think, as you leave in the other direction.'
  174. act 'Leave':gt $loc, $metka
  175. end
  176. if hantersSergeiQw > 50 and hantersSergeiLove > 0:
  177. *clr & cla
  178. minut += 5
  179. hantersSergeiLove = 0
  180. hantersSergeiQw -= 50
  181. gs 'stat'
  182. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/brosil.jpg"></center>'
  183. 'You wanted to talk to Sergei, but before you say anything he speaks instead.'
  184. '"<<$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.'
  185. '"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.'
  186. act 'Leave':gt $loc, $metka
  187. end
  188. --- SergeiHanter ---------------------------------