IgorHanter 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. # IgorHanter
  2. gs 'boyStat', 173
  3. $boybody = 'high'
  4. $boybod = 'athletic'
  5. $boyface = 'brunette'
  6. boypic = 31
  7. finance = 1
  8. vneshBoy = 8
  9. $boyClo = 'dressed in jeans and a sweater.'
  10. figurBoy = 1
  11. titBoy = 1
  12. haerBoy = 3
  13. harakBoy = 1
  14. izvrat = 0
  15. boyage = year - ((npc_dob['A173'] - (npc_dob['A173'] mod 10000)) / 10000)
  16. boy_birth_date = 9
  17. boy_birth_month = 6
  18. gs'stat'
  19. temp = rand(1,5)
  20. '<center><b><font color = maroon>Igor Anisimov</font></b></center>'
  21. '<center><img src="images/locations/gadukino/hunters/IgorHanter.jpg"></center>'
  22. 'Igor is one of the familiar hunters, he comes to visit Andrew hunt. He <<boyage>> years. He is not married and lives in the Center..'
  23. if hantersIgorQw < 0:'You and him had a bad relationship, he seems to hold on you some offense.'
  24. if hantersIgorQw >= 0 and hantersIgorQw < 10:'You have a normal relationship with him.'
  25. if hantersIgorQw >= 10 and hantersIgorQw < 20:'You have friendly relations with him.'
  26. if hantersIgorQw >= 20 and hantersIgorQw < 25:'It looks like you simpatiziruet.'
  27. if hantersIgorQw >= 25 and hantersIgorQw < 30:'It looks like he`s in love with you.'
  28. if hantersIgorQw >= 30 and hantersIgorQw <= 35:'It looks like he you love him.'
  29. if hantersIgorQw > 35 :'You love him.'
  30. if hantersIgorLove = 1:'You two love each other.'
  31. if hantersIgorLove = 2:'<<$boydesc>> is your boyfriend.'
  32. if hantersIgorLove = 3:'<<$boydesc>> is your husband.'
  33. act 'Chat':
  34. cls
  35. minut += 60
  36. if hantersIgorQw < 10:hantersIgorQw += 1
  37. gs'stat'
  38. '<center><img src="images/locations/gadukino/hunters/talk1.'+rand(1,3)+'.jpg"></center>'
  39. if hantersIgorQw >= 0:'You have a chat with Igor, listening to interesting stories from his life, and telling your.'
  40. if hantersIgorQw < 0:'You talk to Igor. He frowns and behaves not very friendly, but still supports the conversation.'
  41. act'Further':gt $loc, $metka
  42. end
  43. if hantersIgorQw >= 10:
  44. if hantersIgorLove = 0:
  45. act 'Flirt':
  46. cls
  47. if hantersIgorQw <= 35 and hantersKnowSlut = 0:hantersIgorQw += 1
  48. if hantersAndreiQw >= 10 and hantersKnowSlut = 0:hantersAndreiQw -= 1
  49. if hantersSergeiQw >= 10 and hantersKnowSlut = 0:hantersSergeiQw -= 1
  50. gs'stat'
  51. '<center><img src="images/locations/gadukino/hunters/hanterflirt1.'+rand(1,3)+'.jpg"></center>'
  52. 'You spread with Igor playful attitudes and vengeance flirting. He is glad of your company, and once you notice it wandering a clear view.'
  53. gs 'arousal', 'foreplay', 120
  54. gs 'stat'
  55. if hantersIgorLove = 0 and hantersIgorQw >= 35 and hantersKnowSlut = 0 and bfA = 1 and pcs_apprnc >= 60:
  56. cls
  57. gs'stat'
  58. '<center><img src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
  59. 'You smile sweetly at Igor and flirt with him. Suddenly Igor brings to you his face, you can feel his breath on my skin, smell the scent of his body, which delicate notes wafted to you. Slowly, afraid to startle you, Igor touches your cheek and you with a sinking heart, watching as his lips close to your...'
  60. gs 'arousal', 'foreplay', 5
  61. gs 'stat'
  62. act 'Answer kiss':
  63. cls
  64. pcs_mood = 100
  65. hantersIgorLove = 1
  66. hantersIgorQw += 1
  67. gs'stat'
  68. '<center><img src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
  69. 'Your lips touch, you heart stops and breathing. Igor gently kisses you and you answer him, clinging harder to his lips.'
  70. gs 'arousal', 'kiss', 5
  71. gs 'stat'
  72. if pcs_horny >= 40:
  73. act'Further':
  74. cls
  75. minut += 5
  76. gs'stat'
  77. '<center><img src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  78. '- <<$pcs_nickname>>, I want you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind, Igor gently took you by the hand and led him.'
  79. act 'Go':gt'HanterLoveSex'
  80. end
  81. else
  82. act'Further':
  83. cls
  84. minut += 5
  85. gs'stat'
  86. '<center><img src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  87. '- It was amazing, <<$pcs_nickname>>, - whispered in your ear <<$boydesc>>, when your lips finally parted. You melt in his hands, seeing his happy look and a smile.'
  88. act'Further':gt $loc, $metka
  89. end
  90. end
  91. end
  92. act 'To remove the face':
  93. cls
  94. minut += 5
  95. hantersIgorQw -= 50
  96. gs'stat'
  97. '<center><img src="images/pc/speak_to_the_hand.jpg"></center>'
  98. ' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at rasteryalsya guy left.'
  99. act'Go':gt $loc, $metka
  100. end
  101. else
  102. act'Depart':gt $loc, $metka
  103. end
  104. end
  105. else
  106. act 'Spend time together':
  107. cls
  108. pcs_mood = 100
  109. hantersIgorQw += 1
  110. if hantersSergeiLove > 0 or hantersAndreiLove > 0:hanterslut += 1
  111. if hantersSergeiLove = 0 and hantersAndreiLove = 0:hanterslut -= 1
  112. if hantersIgorLove = 2:bfA += 1
  113. gs'stat'
  114. '<center><img src="images/locations/gadukino/hunters/hanterlove1.'+rand(1,4)+'.jpg"></center>'
  115. 'You need with Igor along time softly cooing kisses and hugs. He is glad of your company, you can`t help but notice its full of happiness look, and it makes you want to sing and fly.'
  116. gs 'arousal', 'foreplay', 120
  117. gs 'stat'
  118. act'Depart':gt $loc, $metka
  119. end
  120. end
  121. end
  122. if hantersIgorLove > 0 and pcs_horny >= 60:
  123. act 'Stick':
  124. cls
  125. hantersIgorQw += 1
  126. hantersIgorsex += rand(12,36)
  127. gs 'stat'
  128. '<center><img src="images/locations/gadukino/hunters/hanterflirt2.'+rand(1,6)+'.jpg"></center>'
  129. 'You absolutely insolently wink Igor, languid sigh, swiping a tongue across the lips and Igor, all knowing, takes you by the hand and leads.'
  130. gs 'arousal', 'foreplay', 10
  131. gs 'stat'
  132. act 'Go':gt'HanterLoveSex'
  133. end
  134. end
  135. if hantersIgorLove > 0 and pcs_horny <= 60 and hantersIgorQw >= 10 and temp = 1 and hantersIgorsex = 0:
  136. cls
  137. hantersIgorsex += rand(12,36)
  138. gs 'stat'
  139. '<center><img src="images/locations/gadukino/hunters/hanterlove1.4.jpg"></center>'
  140. 'You walked up to Igor to spend time together, but he suddenly stared at your lips with a passionate kiss and whispered:'
  141. '- <<$pcs_nickname>>, I want you.'
  142. gs 'arousal', 'foreplay', 5
  143. gs 'stat'
  144. act 'Agree':
  145. cls
  146. minut += 5
  147. hantersIgorQw += 1
  148. gs 'stat'
  149. '<center><img src="images/locations/gadukino/hunters/hanterflirt2.'+rand(4,6)+'.jpg"></center>'
  150. 'Smiling you wink Igor. He, all knowing, takes you by the hand and leads.'
  151. act 'Go':gt'HanterLoveSex'
  152. end
  153. act 'Decline':
  154. cls
  155. minut += 5
  156. hantersIgorQw -= 1
  157. gs 'stat'
  158. '<center><img src="images/pc/speak_to_the_hand.jpg"></center>'
  159. ' - No, <<$boydesc>>, not now, you said, and trying not to look at rasteryalsya guy left.'
  160. act 'Go':gt $loc, $metka
  161. end
  162. end
  163. if hantersIgorLove > 0:
  164. act 'Part with a guy':
  165. cls
  166. minut += 5
  167. hantersIgorLove = 0
  168. if hantersIgorLove = 2:bfA = 0
  169. hantersIgorQw -= 100
  170. gs 'stat'
  171. '<center><img src="images/locations/gadukino/hunters/brosila.jpg"></center>'
  172. ' - <<$boydesc>>, I decided that our relationship had no future, and we must part, you said, and trying not to look at rasteryalsya guy left.'
  173. act 'Go':gt $loc, $metka
  174. end
  175. end
  176. act'Depart':gt $loc, $metka
  177. if hantersIgorQw < 10 and hantersIgorLove > 0:
  178. cls
  179. minut += 5
  180. hantersIgorLove = 0
  181. if hantersIgorLove = 2:bfA = 0
  182. hantersIgorQw -= 10
  183. gs 'stat'
  184. '<center><img src="images/locations/gadukino/hunters/brosil.jpg"></center>'
  185. 'You wanted to talk to Igor, but he is ahead of you, not allowing to tell you to say nislova.'
  186. ' - <<$pcs_nickname>>, I realized that our relationship had no future, and we need to leave, " he said, and trying not to look in your direction, resolutely walked away.'
  187. ' - Well , maybe it`s for the best, " you thought, going in the other direction.'
  188. act 'Go':gt $loc, $metka
  189. end
  190. if hantersIgorLove < 2 and hantersIgorQw >= 35 and hantersKnowSlut = 0 and bfA < 1 and hour >= 8 and hour < 20 and pcs_apprnc >= 60:
  191. cls
  192. minut += 1
  193. gs'stat'
  194. '<center><img src="images/locations/gadukino/hunters/hanterkiss1.jpg"></center>'
  195. 'Suddenly <<$boydesc>> brought to you by your face, you felt his breath on my skin, faint aroma of his body, which delicate notes wafted to you. Slowly, afraid to startle you, Igor touched your fingers to your cheek and you with a sinking heart I felt his lips on my lips...'
  196. gs 'arousal', 'foreplay', 1
  197. gs 'stat'
  198. act 'Answer kiss':
  199. cls
  200. !stopboy = 0
  201. $boyA = $boy
  202. $boybodyA = $boybody
  203. $boybodA = $boybod
  204. $boyfaceA = $boyface
  205. dickA = dick
  206. silaVagA = silaVag
  207. financeA = finance
  208. vneshBoyA = vneshBoy
  209. $boyCloA = $boyClo
  210. figurBoyA = figurBoy
  211. titBoyA = titBoy
  212. haerBoyA = haerBoy
  213. harakBoyA = harakBoy
  214. boyageA = boyage
  215. boydayA = day
  216. bfA = 1
  217. daya = 0
  218. boyonceA = 0
  219. izvratA = izvrat
  220. giftDayA = 0
  221. giftNumA = 0
  222. love = 0
  223. boypicA = boypic
  224. hantersIgorLove = 2
  225. pcs_mood = 100
  226. gs'stat'
  227. '<center><img src="images/locations/gadukino/hunters/hanterkiss2.jpg"></center>'
  228. 'Your lips touch, you heart stops and breathing. <<$boydesc>> gently kisses you and you answer him, clinging harder to his lips.'
  229. gs 'arousal', 'kiss', 5
  230. gs 'stat'
  231. if pcs_horny >= 40:
  232. act'Further':
  233. cls
  234. minut += 5
  235. gs'stat'
  236. '<center><img src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  237. '- <<$pcs_nickname>>, I want you, - whispered in your ear <<$boydesc>>, when your lips finally parted. Seeing that you don`t mind, Igor gently took you by the hand and led him.'
  238. act 'Go':gt'HanterLoveSex'
  239. end
  240. else
  241. act'Further':
  242. cls
  243. minut += 5
  244. gs'stat'
  245. '<center><img src="images/locations/gadukino/hunters/hanterkiss3.jpg"></center>'
  246. '- It was amazing, <<$pcs_nickname>>, - whispered in your ear <<$boydesc>>, when your lips finally parted. You melt in his hands, seeing his happy look and a smile.'
  247. act'Further':gt $loc, $metka
  248. end
  249. end
  250. end
  251. act 'To remove the face':
  252. cls
  253. minut += 5
  254. hantersIgorQw -= 50
  255. gs'stat'
  256. '<center><img src="images/pc/speak_to_the_hand.jpg"></center>'
  257. ' - No, <<$boydesc>>, don`t need this, you said, and trying not to look at rasteryalsya guy left.'
  258. act'Go':gt $loc, $metka
  259. end
  260. end
  261. --- IgorHanter ---------------------------------