kotovtalker.qsrc 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. # kotovtalker
  2. !!!!!!!!!!!!!!!!!
  3. !!!Vitek Cats!!!
  4. !!!!!!!!!!!!!!!!!
  5. if numnpc = 9 and pav_slut < 100 and kotovLoveQW >= 0 and (npc_rel['A9'] >= 80 or hotcat >= 5):
  6. if $loc = 'gdkin':
  7. if alko < 3:
  8. '<<$npc_firstname[''A9'']>>: "<<$pcs_nickname>> Hey, let''s get drunk and then do something dumb."'
  9. act 'Refuse':npc_rel['A9'] -= 5 & gt $loc, $metka
  10. act 'Drink beer':
  11. *clr & cla
  12. minut += 5
  13. npc_rel['A9'] += 5
  14. alko += rand(1,2)
  15. cumspclnt = 2
  16. gs 'cum_cleanup'
  17. pcs_breath = 0
  18. gs 'stat'
  19. '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."'
  20. act 'Move away':gt $loc, $metka
  21. end
  22. if NikoPayback = 2 and kotovloveqw > 0 and VitekVsNiko = 0:act 'Tell him about Niko':gt 'NikoPayback', 'Vitek Help 2'
  23. elseif alko >= 3:
  24. '<<$npc_firstname[''A9'']>>: "<<$pcs_nickname>> Hey, let''s dance."'
  25. act 'Refuse':npc_rel['A9'] -= 5 & gt $loc, $metka
  26. act 'Dance':
  27. *clr & cla
  28. minut += 10
  29. npc_rel['A9'] += 2
  30. danc_exp += rand(1, 3)
  31. pcs_horny += 10
  32. if pcs_inhib < 40:inhib_exp += rand(1,2)
  33. kotovQW += 1
  34. gs 'stat'
  35. 'You go to the dance floor and started dancing with Vitek, he pawed at your ass with his strong hands.'
  36. if kotovLoveQW = 0:
  37. if kotovQW < 5 or npc_rel['A9'] = 0:
  38. act 'Move away':gt $loc, $metka
  39. elseif kotovQW >= 5 and npc_rel['A9'] ! 0:
  40. '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."'
  41. act 'Refuse':
  42. *clr & cla
  43. npc_rel['A9'] = 0
  44. gs 'stat'
  45. '<center><b><font color="maroon"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></font></b></center>'
  46. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big9.jpg"></center>'
  47. 'You refused and Vitek looks completely confused, but he was immediately angry. "Well, then fuck you, you cock sucking whore!"'
  48. act 'Move away':gt $loc, $metka
  49. end
  50. act 'Agree':
  51. *clr & cla
  52. kotovLoveQW = 1
  53. gs 'stat'
  54. '<center><b><font color="maroon"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></font></b></center>'
  55. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big9.jpg"></center>'
  56. 'Vitek was delighted "Sweet. I almost can''t believe that you agreed to be my chick."'
  57. act 'Move away':gt $loc, $metka
  58. end
  59. end
  60. elseif kotovLoveQW > 0:
  61. 'The dance ends and Vitek hugged you "<<$pcs_nickname>>, lets go to my house."'
  62. act 'Move away':gt $loc, $metka
  63. act 'Go with Vitek.':
  64. *clr & cla
  65. minut += 15
  66. gs 'stat'
  67. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big9.jpg"></center>'
  68. '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.'
  69. act 'Continue':gt 'kotovSex'
  70. end
  71. end
  72. end
  73. end
  74. else
  75. cla
  76. '<<$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.'
  77. act 'Continue': gt 'gschool_lessons', 'short_break'
  78. end
  79. elseif kotovLoveQW > 0 and pav_slut > 100:
  80. '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! "'
  81. act 'Accuse him of sleeping around':
  82. *clr & cla
  83. npc_rel[$static_num] = 0
  84. kotovLoveQW = -1
  85. gs 'stat'
  86. '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!"'
  87. if $loc = 'gschool_lunch':gt 'gschool_lessons', 'short_break'
  88. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  89. end
  90. gs 'willpower', 'misc'
  91. if wil_cost >= pcs_willpwr and pcs_dom > 0:
  92. act 'Argue that it''s not true (<<will_cost>> Willpower)':
  93. *clr & cla
  94. gs 'willpower', 'force'
  95. sub += 5
  96. if pav_sex > 100: pav_sex = 100
  97. if pav_prostitute > 100: pav_prostitute = 100
  98. gs 'stat'
  99. '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."'
  100. if $loc = 'gschool_lunch':gt 'gschool_lessons', 'short_break'
  101. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  102. end
  103. elseif wil_cost < pcs_willpwr:
  104. 'You don''t have enough willpower to argue against it.'
  105. end
  106. elseif $loc = 'gdkin':
  107. if pav_slut < 150:
  108. '<<$npc_firstname[$static_num]>>: "<<$pcs_nickname>> Hey, let''s get drunk and then do something dumb."'
  109. act 'Refuse':npc_rel[$static_num] -= 5 & gt $loc, $metka
  110. act 'Drink beer':
  111. *clr & cla
  112. minut += 5
  113. npc_rel[$static_num] += 5
  114. alko += rand(1,2)
  115. cumspclnt = 2
  116. gs 'cum_cleanup'
  117. pcs_breath = 0
  118. gs 'stat'
  119. 'You drink the beer with his group of friends.'
  120. act 'Move away':gt $loc, $metka
  121. end
  122. else
  123. '<<$npc_firstname[$static_num]>>: "Then what the fuck are you doing here cumwhore? Came to suck some dick?"'
  124. act 'Leave':npc_rel[$static_num] -= 5 & gt $loc, $metka
  125. end
  126. end
  127. --- kotovtalker ---------------------------------