yesgorslut.qsrc 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # yesgorslut
  2. if pav_slut >= 125:
  3. if grupTipe[numnpc] = 5:
  4. !!rogue
  5. bonusotnG = pcs_apprnc / 8
  6. if bonusotnG <= 0:bonusotnG = 1
  7. npc_rel[$static_num] += bonusotnG
  8. if npcPol[numnpc] = 0:
  9. !!Guy
  10. 'You have a chat with <<$npc_firstname[$static_num]>>, who happily listens to what you have to say.'
  11. elseif npcPol[numnpc] > 0:
  12. !!Girl
  13. 'You have a chat with <<$npc_firstname[$static_num]>>, who happily listens to what you have to say.'
  14. end
  15. elseif grupTipe[numnpc] = 0:
  16. !!no social group
  17. if npcPol[numnpc] = 0:
  18. !!Guy
  19. 'You''re doing your best to engage in conversation with the guy, but <<$npc_firstname[$static_num]>> just looks at your body while he ignores everything you say.'
  20. elseif npcPol[numnpc] > 0:
  21. !!Girl
  22. 'You''re doing your best to engage in conversation with the girl, but <<$npc_firstname[$static_num]>> turns away and does not want to talk with you: "Get away from me! I can''t believe you think we''re still friends!"'
  23. end
  24. elseif grupTipe[numnpc] = 3:
  25. !!nerdy
  26. if npcPol[numnpc] = 0:
  27. !!Guy
  28. 'You''re doing your best to engage in conversation with the guy, but <<$npc_firstname[$static_num]>> just stares at your boobs and chuckles.'
  29. elseif npcPol[numnpc] > 0:
  30. !!Girl
  31. 'You''re doing your best to engage in conversation with the girl, but <<$npc_firstname[$static_num]>> turns away and does not want to talk with you. Definitely not where others can see you.'
  32. end
  33. elseif grupTipe[numnpc] = 2:
  34. !!sportiki
  35. if numnpc = 18:
  36. !!Christina Zvereva
  37. if kristinaSex = 0 and swinbeggor = 0:
  38. 'The moment you try to say something to <<$npc_firstname[$static_num]>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away <<$gnikname>>!"'
  39. elseif kristinaSex = 0 and swinbeggor > 0:
  40. 'Christina looks at you full of hate: "I can''t believe you find time to run on Saturdays, aren''t you too busy whoring yourself out?"'
  41. elseif kristinaSex > 0:
  42. 'Christina smiles at you and says quietly: "You were not bad, the last time we entertained. You look so sexy with a cock down your throat!"'
  43. end
  44. elseif npcPol[numnpc] = 0:
  45. !!Guy
  46. 'You are trying to start a conversation with <<$npc_firstname[$static_num]>>, but he immediately dismisses you: "I have no time for you <<$pcs_nickname>>, I''m busy."'
  47. elseif npcPol[numnpc] > 0 and numnpc ! 18:
  48. !!Girl
  49. 'The moment you try to say something to <<$npc_firstname[$static_num]>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away <<$gnikname>>!"'
  50. end
  51. elseif grupTipe[numnpc] = 1:
  52. !!cool kid
  53. if numnpc = 14:
  54. !!Katja Meynold
  55. 'You have a nice chat with Katja. However, the topic keeps circling back to rumours of you and your reputation. Katja is concerned about the rumours of you being a <<$gnikname>>.'
  56. elseif numnpc = 15:
  57. !!Vicky
  58. 'You have a nice chat with Vicky. However, the topic keeps circling back to rumours of you and your reputation. Vicky is concerned about the rumours of you being a <<$gnikname>>.'
  59. else
  60. if npcPol[numnpc] = 0:
  61. !!Guy
  62. 'You are trying to start a conversation with <<$npc_firstname[$static_num]>> but he immediately dismisses you, making an effort of leafing through a calendar: "I have no time for you for you <<$pcs_nickname>>, I''m busy. Maybe try again in two-thousand-and-never."'
  63. elseif npcPol[numnpc] > 0:
  64. !!Girl
  65. if AlbFrend >= 1 and numnpc = 23:
  66. '<<$npc_firstname[$static_num]>> happily chats with you, giving you a confident smile.'
  67. else
  68. 'The moment you try to say something to <<$npc_firstname[$static_num]>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away!"'
  69. end
  70. end
  71. end
  72. elseif grupTipe[numnpc] = 4:
  73. !!Gopnik
  74. if npcPol[numnpc] = 0:
  75. !!Guy
  76. if numnpc = 9:
  77. !!Cats
  78. 'You try to talk with Vitek, but he immediately cuts you off: "I don''t talk to sluts, <<$pcs_nickname>>. Fuck off."'
  79. elseif numnpc ! 9:
  80. '<<$npc_firstname[$static_num]>> laughs at you when you try to talk to him: "Haha, what''s wrong <<$gnikname>>? Looking for more cocks to suck?"'
  81. end
  82. elseif npcPol[numnpc] > 0:
  83. !!Girl
  84. '<<$npc_firstname[$static_num]>>''s face contorts in disgust: "Yuck, <<$gnikname>>! Fuck off!"'
  85. end
  86. end
  87. end
  88. --- yesgorslut ---------------------------------