igorhunter.tw 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. :: igorhunter[mod mod_gad]
  2. <<set $here = 'igorhunter'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/02-->
  5. <<set $menu_loc = 'igorhunter'>>
  6. <<set $menu_arg = ''>>
  7. <<set $menu_off = 0>>
  8. <!-- Boy A173 -->
  9. <<set $boybody = 'high'>>
  10. <<set $boybod = 'athletic'>>
  11. <<set $boyface = 'brunette'>>
  12. <<set $lover_picture_number = 31>>
  13. <<set $finance = 1>>
  14. <<set $vneshBoy = 8>>
  15. <<set $boyClo = 'dressed in jeans and a sweater.'>>
  16. <<set $figurBoy = 1>>
  17. <<set $titBoy = 1>>
  18. <<set $hairBoy = 3>>
  19. <<set $harakBoy = 1>>
  20. <<set $izvrat = 0>>
  21. <<set $boyage = $time.year - (($npc('A173').dob - ($npc('A173').dob % 10000)) / 10000)>>
  22. <<set $boy_birth_date = 9>>
  23. <<set $boy_birth_month = 6>>
  24. <<if getvar("$huntersIgorQw") < 10 and getvar("$huntersIgorLove") > 0>>
  25. <<image "locations/gadukino/hunters/brosil.jpg">>
  26. You want to talk to Igor, but he cuts you off with an angry look.
  27. <p>"$pc.name_nick, I realized that our love wasn't real, and we need to break up," he says. As you try to find words to answer, he turns and resolutely walks away.</p>
  28. "This may well be for the best," you think as you leave in the other direction.
  29. <<set $time.minutes += 5>>
  30. <<set $menu_off = 1>>
  31. <<set $huntersIgorLove = 0>>
  32. <<if getvar("$huntersIgorLove") == 2>>
  33. <<set $bfA = 0>>
  34. <</if>>
  35. <<set $huntersIgorQw -= 10>>
  36. <<actCLA 'Leave'>>
  37. <<gt $location>>
  38. <</actCLA>>
  39. <<else>>
  40. <<if getvar("$huntersIgorLove") > 0 and $pc.horny <= 60 and getvar("$huntersIgorQw") >= 10 and rand(1,5) == 1 and getvar("$huntersIgorsex") == 0>>
  41. <<set $menu_off = 1>>
  42. <<image "locations/gadukino/hunters/hanterlove1.4.jpg">>
  43. You walk up to Igor to spend time together, but he suddenly kisses you and whispers,
  44. <p>"$pc.name_nick, let's make love."</p>
  45. <<set $huntersIgorsex += rand(12,36)>>
  46. <<arouse 'foreplay' 5 >>
  47. <<actCLA 'Agree'>>
  48. <<image "locations/gadukino/hunters/hanterflirt2.#.jpg" 4 6>>
  49. * nl 'Smiling , you wink at Igor. He gets a childlike grin and leads you by the hand to his bed.'
  50. <<set $time.minutes += 5>>
  51. <<set $huntersIgorQw += 1>>
  52. <<act 'Go'>>
  53. <<gt 'hunterLoveSex' 'Igor'>>
  54. <</act>>
  55. <</actCLA>>
  56. <<actCLA 'Decline'>>
  57. <<image "pc/reactions/speak_to_the_hand.jpg">>
  58. "I can't right now, Igor," you say
  59. You see a look of regret on his face as you leave.
  60. <<set $time.minutes += 5>>
  61. <<set $huntersIgorQw -= 1>>
  62. <<actCLA 'Leave'>>
  63. <<gt $location>>
  64. <</actCLA>>
  65. <</actCLA>>
  66. <<else>>
  67. <<if getvar("$huntersIgorLove") < 2 and getvar("$huntersIgorQw") >= 35 and getvar("$huntersKnowSlut") == 0 and getvar("$bfA") < 1 and $time.hour >= 8 and $time.hour < 20 and $pc.pcs_apprnc >= 60>>
  68. <<image "locations/gadukino/hunters/hanterkiss1.jpg">>
  69. Suddenly Igor kisses you when you didn''t expect it.
  70. <p>He looks nervous before gathering the courage to ask, "Will you be my girlfriend?"</p>
  71. <<set $time.minutes += 1>>
  72. <<set $menu_off = 1>>
  73. <<arouse 'foreplay' 1 >>
  74. <!-- !! this part is not included properly into boyfriend system yet - rachels-->
  75. <!-- !! it could be simply replaced with gs 'boyfrend', 'start' but we need to check if a slot is empty-->
  76. <!-- !! at the moment I disable all the actions-->
  77. <<actCLA 'Yes'>>
  78. <<image "locations/gadukino/hunters/hanterkiss2.jpg">>
  79. You move closer to him and begin kissing him again. Igor gently kisses you back.
  80. <center><b>Be aware! Igor is not in the Boyfriend system yet!</b></center>
  81. <!-- !stopboy = 0-->
  82. <!-- !! $lover[$lover_number] = $sex.npcId-->
  83. <!-- !! $loverbody[$lover_number] = $boybody-->
  84. <!-- !! $loverbod[$lover_number] = $boybod-->
  85. <!-- !! $loverface[$lover_number] = $boyface-->
  86. <!-- !! loverdick[$lover_number] = dick-->
  87. <!-- !! loversilaVag[$lover_number] = silaVag-->
  88. <!-- !! loverfinance[$lover_number] = finance-->
  89. <!-- !! vneshlover[$lover_number] = vneshBoy-->
  90. <!-- !! $loverClo[$lover_number] = $boyClo-->
  91. <!-- !! figurlover[$lover_number] = figurBoy-->
  92. <!-- !! titlover[$lover_number] = titBoy-->
  93. <!-- !! hairlover[$lover_number] = hairBoy-->
  94. <!-- !! haraklover[$lover_number] = harakBoy-->
  95. <!-- !! boyage[$lover_number] = boyage-->
  96. <!-- !! loverday[$lover_number] = day-->
  97. <!-- !! bfA = 1-->
  98. <!-- !! day[$lover_number] = 0-->
  99. <!-- !! boyonce[$lover_number] = 0-->
  100. <!-- !! loverizvrat[$lover_number] = izvrat-->
  101. <!-- !! giftDay[$lover_number] = 0-->
  102. <!-- !! giftNum[$lover_number] = 0-->
  103. <!-- !! loverlove[$lover_number] = 0-->
  104. <!-- !! lover_picture[$lover_number] = lover_picture_number-->
  105. <<set $huntersIgorLove = 2>>
  106. <<set $pc.mood = 100>>
  107. <<arouse 'kiss' 5 >>
  108. <<if $pc.horny >= 40>>
  109. <<actCLA 'Further'>>
  110. <<image "locations/gadukino/hunters/hanterkiss3.jpg">>
  111. * nl '"$pc.name_nick , Do you want to...?" Igor asked in a whisper when your lips finally parted. "Yes , " you say just as quietly , and Igor gently takes you by the hand and leads you inside.'
  112. <<set $time.minutes += 5>>
  113. <<act 'Go'>>
  114. <<gt 'hunterLoveSex' 'Igor'>>
  115. <</act>>
  116. <</actCLA>>
  117. <<else>>
  118. <<actCLA 'Further'>>
  119. <<image "locations/gadukino/hunters/hanterkiss3.jpg">>
  120. * nl '"It was everything I hoped for , $pc.name_nick , " Igor whispered when your lips parted. You melt in his hands and spend a few minutes cuddling together.'
  121. <<set $time.minutes += 5>>
  122. <<actCLA 'Further'>>
  123. <<gt $location>>
  124. <</actCLA>>
  125. <</actCLA>>
  126. <</if>>
  127. <</actCLA>>
  128. <<actCLA 'No'>>
  129. <<image "pc/reactions/speak_to_the_hand.jpg">>
  130. * nl '"No , $Igor , this isn''t right" , you say , and try not to look at his sorrowful face as he leaves.'
  131. <<set $time.minutes += 5>>
  132. <<set $huntersIgorQw -= 50>>
  133. <<actCLA 'Go'>>
  134. <<gt $location>>
  135. <</actCLA>>
  136. <</actCLA>>
  137. <<else>>
  138. <h2>Igor Anisimov</h2>
  139. <<image "characters/shared/headshots_main/big173.jpg">>
  140. Igor is a hunter along with Sergei and Andrei and is here visiting Andrei. He's <<boyage>> years old. He is not married and lives in the City Center...
  141. <<if getvar("$huntersIgorQw") < 0>>
  142. You and he have a bad relationship because you've offended him in the past.
  143. <<elseif getvar("$huntersIgorQw") < 10>>
  144. You have a normal relationship with him.
  145. <<elseif getvar("$huntersIgorQw") < 20>>
  146. You have friendly relations with him.
  147. <<elseif getvar("$huntersIgorQw") < 25>>
  148. You're good friends.
  149. <<elseif getvar("$huntersIgorQw") < 30>>
  150. It seems he has a crush on you.
  151. <<elseif getvar("$huntersIgorQw") <= 35>>
  152. You have a mutual crush on each other.
  153. <<else>>
  154. <<if getvar("$huntersIgorLove") == 0>>
  155. You love him.
  156. <<elseif getvar("$huntersIgorLove") == 1>>
  157. You two have fallen in love.
  158. <<elseif getvar("$huntersIgorLove") == 2>>
  159. <p>$boydesc is your boyfriend.</p>
  160. <<else>>
  161. <p>$boydesc is your husband.</p>
  162. <</if>>
  163. <</if>>
  164. <<actCLA 'Chat (0:30)'>>
  165. <<image "locations/gadukino/hunters/talk1.#.jpg" 1 3>>
  166. <<if getvar("$huntersIgorQw") >= 0>>
  167. * nl 'You have a chat with Igor , swapping stories about life and love.' else * nl 'You talk to Igor. He wears his heart on his sleeve , so you can tell he doesn''t like you.'
  168. <</if>>
  169. <<set $time.minutes += 30>>
  170. <<set $menu_off = 1>>
  171. <<if getvar("$huntersIgorQw") < 10>>
  172. <<setn $huntersIgorQw += 1>>
  173. <</if>>
  174. <<actCLA 'Continue'>>
  175. <<gt $location>>
  176. <</actCLA>>
  177. <</actCLA>>
  178. <<if getvar("$huntersIgorQw") >= 10>>
  179. <<if getvar("$huntersIgorLove") == 0>>
  180. <<actCLA 'Flirt'>>
  181. <<image "locations/gadukino/hunters/hanterflirt1.#.jpg" 1 3>>
  182. * nl 'You spend time with Igor , flirting all the while. He flirts back and blushes when you catch him checking you out.'
  183. <<set $time.minutes += 5>>
  184. <<set $menu_off = 1>>
  185. <!-- !!not using arousal as no orgasm chance-->
  186. <<set $pc.horny += 10>>
  187. <<if getvar("$huntersIgorQw") <= 35 and getvar("$huntersKnowSlut") == 0>>
  188. <<setn $huntersIgorQw += 1>>
  189. <</if>>
  190. <<if getvar("$huntersAndreiQw") >= 10 and getvar("$huntersKnowSlut") == 0>>
  191. <<setn $huntersAndreiQw -= 1>>
  192. <</if>>
  193. <<if getvar("$huntersSergeiQw") >= 10 and getvar("$huntersKnowSlut") == 0>>
  194. <<setn $huntersSergeiQw -= 1>>
  195. <</if>>
  196. <<if getvar("$huntersIgorLove") == 0 and getvar("$huntersIgorQw") >= 35 and getvar("$huntersKnowSlut") == 0 and getvar("$bfA") == 1 and $pc.pcs_apprnc >= 60>>
  197. <<actCLA 'Continue Flirt'>>
  198. <<image "locations/gadukino/hunters/hanterkiss1.jpg">>
  199. * nl 'You smile sweetly at Igor. Suddenly Igor steals a kiss when you didn''t expect it. You can feel his breath on your skin and smell the scent of the soap he used to clean himself. Suddenly , he looks embarrassed by what he just did and waits to see what your response will be.'
  200. <<arouse 'foreplay' 5 >>
  201. <<actCLA 'Answer kiss'>>
  202. <<image "locations/gadukino/hunters/hanterkiss2.jpg">>
  203. * nl 'You move closer to him and begin kissing him again. Igor gently kisses you back.'
  204. <<set $pc.mood = 100>>
  205. <<set $huntersIgorLove = 1>>
  206. <<set $huntersIgorQw += 1>>
  207. <<arouse 'kiss' 5 >>
  208. <<if $pc.horny >= 40>>
  209. <<actCLA 'Continue'>>
  210. <<image "locations/gadukino/hunters/hanterkiss3.jpg">>
  211. * nl '"$pc.name_nick , Do you want to...?" Igor asked in a whisper when your lips finally parted. "Yes , " you say just as quietly , and Igor gently takes your hand and leads you inside.'
  212. <<set $time.minutes += 5>>
  213. <<act 'Go inside'>>
  214. <<gt 'hunterLoveSex' 'Igor'>>
  215. <</act>>
  216. <</actCLA>>
  217. <<else>>
  218. <<actCLA 'Continue'>>
  219. <<image "locations/gadukino/hunters/hanterkiss3.jpg">>
  220. * nl '"It was everything I hoped for , $pc.name_nick , " Igor whispered when your lips parted. You melt in his hands and spend a few minutes cuddling together.'
  221. <<set $time.minutes += 5>>
  222. <<actCLA 'Continue'>>
  223. <<gt $location>>
  224. <</actCLA>>
  225. <</actCLA>>
  226. <</if>>
  227. <</actCLA>>
  228. <<actCLA 'To remove the face'>>
  229. <<image "pc/reactions/speak_to_the_hand.jpg">>
  230. * nl '"No , $Igor , this isn''t right" , you say , and try not to look at his sorrowful face as he leaves.'
  231. <<set $time.minutes += 5>>
  232. <<set $huntersIgorQw -= 50>>
  233. <<actCLA 'Leave'>>
  234. <<gt $location>>
  235. <</actCLA>>
  236. <</actCLA>>
  237. <</actCLA>>
  238. <</if>>
  239. <<actCLA 'Leave'>>
  240. <<gt $location>>
  241. <</actCLA>>
  242. <</actCLA>>
  243. <<else>>
  244. <<actCLA 'Spend time together'>>
  245. <<image "locations/gadukino/hunters/hanterlove1.#.jpg" 1 4>>
  246. * nl 'You cuddle up with Igor and trade gentle kisses with him. He adores you and wishes you were always with him , and you wish the same.'
  247. <<set $time.minutes += 120>>
  248. <<set $menu_off = 1>>
  249. <!-- !!not using arousal as no orgasm chance-->
  250. <<set $pc.horny += 10>>
  251. <<set $pc.mood = 100>>
  252. <<set $huntersIgorQw += 1>>
  253. <<if getvar("$huntersSergeiLove") > 0 or getvar("$huntersAndreiLove") > 0>>
  254. <<setn $hunterslut += 1>>
  255. <</if>>
  256. <<if getvar("$huntersSergeiLove") == 0 and getvar("$huntersAndreiLove") == 0>>
  257. <<setn $hunterslut -= 1>>
  258. <</if>>
  259. <<if getvar("$huntersIgorLove") == 2>>
  260. <<setn $bfA += 1>>
  261. <</if>>
  262. <<actCLA 'Leave'>>
  263. <<gt $location>>
  264. <</actCLA>>
  265. <</actCLA>>
  266. <<if $pc.horny >= 60>>
  267. <<actCLA 'Have sex'>>
  268. <<image "locations/gadukino/hunters/hanterflirt2.#.jpg" 1 6>>
  269. * nl 'You wink seductively at Igor and look in the direction of his bed. Igor gives you an excited hug before leading the way.'
  270. <<set $menu_off = 1>>
  271. <<set $huntersIgorQw += 1>>
  272. <<set $huntersIgorsex += rand(12,36)>>
  273. <<arouse 'foreplay' 10 >>
  274. <<act 'Go'>>
  275. <<gt 'hunterLoveSex' 'Igor'>>
  276. <</act>>
  277. <</actCLA>>
  278. <</if>>
  279. <<if rand(0,6) == 0>>
  280. <<actCLA 'Break up with Igor'>>
  281. <<image "locations/gadukino/hunters/brosila.jpg">>
  282. * nl '"We're through Igor. I don't think that this relationship was going where either of us wanted , " you say. Igor looks completely blindsided but turns and leaves without saying a word.'
  283. <<set $time.minutes += 5>>
  284. <<set $menu_off = 1>>
  285. <<set $huntersIgorLove = 0>>
  286. <<if getvar("$huntersIgorLove") == 2>>
  287. <<set $bfA = 0>>
  288. <</if>>
  289. <<set $huntersIgorQw -= 100>>
  290. <<actCLA 'Leave'>>
  291. <<gt $location>>
  292. <</actCLA>>
  293. <</actCLA>>
  294. <</if>>
  295. <</if>>
  296. <</if>>
  297. <<actCLA 'Depart'>>
  298. <<gt $location>>
  299. <</actCLA>>
  300. <</if>>
  301. <</if>>
  302. <</if>>