kotovtalker.qsrc 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. # kotovtalker
  2. if numnpc = 9 and pav_slut < 100 and kotovLoveQW >= 0 and (npc_rel['A9'] >= 80 or hotcat >= 5):
  3. if $loc = 'gdkin':
  4. if alko < 3:
  5. '<<$npc_firstname[''A9'']>>: "<<$pcs_nickname>> Hey, let''s get drunk and then do something dumb."'
  6. gs 'willpower', 'drink', 'resist', 'medium'
  7. if will_cost <= pcs_willpwr:
  8. act 'Refuse (<<will_cost>> Willpower)':
  9. *clr & cla
  10. gs 'willpower', 'pay', 'resist'
  11. npc_rel['A9'] -= 5
  12. gs 'stat'
  13. gt $loc, $metka
  14. end
  15. else
  16. act 'Refuse(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  17. end
  18. act 'Drink beer':
  19. *clr & cla
  20. minut += 5
  21. npc_rel['A9'] += 5
  22. gs 'drugs', 'alcohol', 'beer', 1
  23. gs 'stat'
  24. 'Vitek poured you a beer and you began drinking with him. Vitek stared into your eyes and tells you. "You''re a cool girl, you know that."'
  25. act 'Move away':gt $loc, $metka
  26. end
  27. if NikoPayback = 2 and kotovloveqw > 0 and VitekVsNiko = 0:act 'Tell him about Niko':gt 'NikoPayback', 'Vitek Help 2'
  28. elseif alko >= 3:
  29. '<<$npc_firstname[''A9'']>>: "<<$pcs_nickname>> Hey, let''s dance."'
  30. gs 'willpower', 'misc', 'resist', 'easy'
  31. if will_cost <= pcs_willpwr:
  32. act 'Refuse (<<will_cost>> Willpower)':
  33. *clr & cla
  34. gs 'willpower', 'pay', 'resist'
  35. npc_rel['A9'] -= 5
  36. gs 'stat'
  37. gt $loc, $metka
  38. end
  39. else
  40. act 'Refuse(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  41. end
  42. act 'Dance':
  43. *clr & cla
  44. minut += 10
  45. npc_rel['A9'] += 2
  46. danc_exp += rand(1, 3)
  47. pcs_horny += 10
  48. if pcs_inhib < 40:inhib_exp += rand(1,2)
  49. kotovQW += 1
  50. gs 'stat'
  51. 'You go to the dance floor and started dancing with Vitek, he pawed at your ass with his strong hands.'
  52. if kotovLoveQW = 0:
  53. if kotovQW < 5 or npc_rel['A9'] = 0:
  54. act 'Move away':gt $loc, $metka
  55. elseif kotovQW >= 5 and npc_rel['A9'] ! 0:
  56. 'The dance ended and Vitek took you by the hand, steering you to the wall. "Hey <<$pcs_nickname>>, wanna go out with me, be my chick? I''ll wring any guy''s neck for you."'
  57. act 'Refuse':
  58. *clr & cla
  59. npc_rel['A9'] = 0
  60. gs 'stat'
  61. '<center><b><font color="maroon"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></font></b></center>'
  62. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big9.jpg"></center>'
  63. 'You refused and Vitek looks completely confused, but he was immediately angry. "Well, then fuck you, you cock sucking whore!"'
  64. act 'Move away':gt $loc, $metka
  65. end
  66. act 'Agree':
  67. *clr & cla
  68. kotovLoveQW = 1
  69. gs 'stat'
  70. '<center><b><font color="maroon"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></font></b></center>'
  71. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big9.jpg"></center>'
  72. 'Vitek was delighted "Sweet. I almost can''t believe that you agreed to be my chick."'
  73. act 'Move away':gt $loc, $metka
  74. end
  75. end
  76. elseif kotovLoveQW > 0:
  77. 'The dance ends and Vitek hugged you "<<$pcs_nickname>>, lets go to my house, where I can have my way with you." He says in his best seductive tone.'
  78. gs 'willpower', 'sex', 'resist', 'medium'
  79. if will_cost <= pcs_willpwr:
  80. act 'Refuse (<<will_cost>> Willpower)':
  81. *clr & cla
  82. gs 'willpower', 'pay', 'resist'
  83. npc_rel['A9'] -= 5
  84. gs 'stat'
  85. gt $loc, $metka
  86. end
  87. else
  88. act 'Refuse(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  89. end
  90. act 'Go with Vitek.':
  91. *clr & cla
  92. minut += 15
  93. gs 'stat'
  94. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big9.jpg"></center>'
  95. 'You left the disco and went in the direction Vitek''s house, while he was holding your arm. Soon Vitek and you arrived at the dilapidated house, he opened the door and led you into the poor, unkept apartment. In the room clothes where lying in crumpled heaps everywhere on the floor and empty bottles littered the whole place.'
  96. act 'Continue':gt 'kotovSex'
  97. end
  98. end
  99. end
  100. end
  101. else
  102. cla
  103. '<<$npc_firstname[''A9'']>>: "Hey <<$pcs_nickname>>, I''m busy. I''ll catch up with you later." He says as he turns back to talk to his friends.'
  104. act 'Continue': gt 'gschool_lessons', 'short_break'
  105. end
  106. elseif kotovLoveQW > 0 and pav_slut > 100:
  107. 'Vitek scowled and tells you "Well <<$pcs_nickname>>, whats this garbage I hear about what you and <<$gnikname>> did? The whole town already knows, the guys have been telling me all about it. You fucking bitch! "'
  108. act 'Accuse him of sleeping around':
  109. *clr & cla
  110. npc_rel[$static_num] = 0
  111. kotovLoveQW = -1
  112. gs 'stat'
  113. 'You started yelling at Vitek that he has fucked other girls. Vitek started yelling at you and suddenly, there is a ringing in your head, your vision is blurry. You find you''re on the floor, with Vitek standing over you. Your cheek burns with pain, it takes you a few moments to understand what happened, it seems he slapped you, so hard it knocked you off your feet. "Stay away from me you fucking whore, it''s over between us!"'
  114. if $loc = 'gschool_lunch':gt 'gschool_lessons', 'short_break'
  115. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  116. end
  117. gs 'willpower', 'misc', 'force', 'hard'
  118. if will_cost <= pcs_willpwr:
  119. act 'Argue that it''s not true (<<will_cost>> Willpower)':
  120. *clr & cla
  121. gs 'willpower', 'pay', 'force'
  122. if pav_sex > 75: pav_sex = 75
  123. if pav_prostitute > 75: pav_prostitute = 75
  124. gs 'stat'
  125. 'It takes a bit but you convince Vitek that all this was just gossip and none of it was true. Vitek frowned, "I''ll knock their teeth out if they whisper one more word about you then. Don''t worry, baby I will shut their yapping mouths."'
  126. if $loc = 'gschool_lunch':gt 'gschool_lessons', 'short_break'
  127. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  128. end
  129. else
  130. act 'Argue that it''s not true (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  131. end
  132. elseif $loc = 'gdkin':
  133. if pav_slut < 140:
  134. '<<$npc_firstname[$static_num]>>: "<<$pcs_nickname>> Hey, let''s get drunk and then do something dumb."'
  135. gs 'willpower', 'drink', 'resist', 'medium'
  136. if will_cost <= pcs_willpwr:
  137. act 'Refuse (<<will_cost>> Willpower)':
  138. *clr & cla
  139. gs 'willpower', 'pay', 'resist'
  140. npc_rel['A9'] -= 5
  141. gs 'stat'
  142. gt $loc, $metka
  143. end
  144. else
  145. act 'Refuse(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  146. end
  147. act 'Drink beer':
  148. *clr & cla
  149. minut += 5
  150. npc_rel[$static_num] += 5
  151. gs 'drugs', 'alcohol', 'beer', 1
  152. gs 'stat'
  153. 'You drink the beer with his group of friends.'
  154. act 'Move away':gt $loc, $metka
  155. end
  156. else
  157. '<<$npc_firstname[$static_num]>>: "Then what the fuck are you doing here cumwhore? Came to suck some dick?"'
  158. act 'Leave':npc_rel[$static_num] -= 5 & gt $loc, $metka
  159. end
  160. end
  161. --- kotovtalker ---------------------------------