yesgorslut 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # yesgorslut
  2. if GorSlut > 0:
  3. if grupTipe[numnpc] = -1:
  4. !!rogue
  5. bonusotnG = vnesh / 8
  6. if bonusotnG <= 0:bonusotnG = 1
  7. grupNPC[numnpc] += bonusotnG
  8. if npcPol[numnpc] = 0:
  9. !!Guy
  10. 'You have a chat with <<$npcName[numnpc]>>, who happily listens to what you have to say.'
  11. elseif npcPol[numnpc] > 0:
  12. !!Girl
  13. 'You have a chat with <<$npcName[numnpc]>>, who happily listens to what you have to say.'
  14. end
  15. elseif grupTipe[numnpc] = 0:
  16. !!norm
  17. if npcPol[numnpc] = 0:
  18. !!Guy
  19. 'You''re doing your best to engage in conversation with the guy, but <<$npcName[numnpc]>> 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 <<$npcName[numnpc]>> 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] = 1:
  25. !!nerdy
  26. if npcPol[numnpc] = 0:
  27. !!Guy
  28. 'You''re doing your best to engage in conversation with the guy, but <<$npcName[numnpc]>> 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 <<$npcName[numnpc]>> 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 <<$npcName[numnpc]>>, 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 <<$npcName[numnpc]>>, but he immediately dismisses you: "I have no time for you <<$name>>, I''m busy."'
  47. elseif npcPol[numnpc] > 0 and numnpc ! 18:
  48. !!Girl
  49. 'The moment you try to say something to <<$npcName[numnpc]>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away <<$gnikname>>!"'
  50. end
  51. elseif grupTipe[numnpc] = 3:
  52. !!steep
  53. if numnpc ! 14:
  54. if npcPol[numnpc] = 0:
  55. !!Guy
  56. 'You are trying to start a conversation with <<$npcName[numnpc]>> but he immediately dismisses you, making an effort of leafing through a calendar: "I have no time for you for you <<$name>>, I''m busy. Maybe try again in two-thousand-and-never."'
  57. elseif npcPol[numnpc] > 0:
  58. !!Girl
  59. if AlbFrend >= 1 and numnpc = 23:
  60. '<<$npcName[numnpc]>> happily chats with you, giving you a confident smile.'
  61. else
  62. 'The moment you try to say something to <<$npcName[numnpc]>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away!"'
  63. end
  64. end
  65. elseif numnpc = 14:
  66. !!Katja Meynold
  67. '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>>.'
  68. end
  69. elseif grupTipe[numnpc] = 4:
  70. !!Gopnik
  71. if npcPol[numnpc] = 0:
  72. !!Guy
  73. if numnpc = 9:
  74. !!Cats
  75. 'You try to talk with Vitek, but he immediately cuts you off: "I don''t talk to sluts, <<$name>>. Fuck off."'
  76. elseif numnpc ! 9:
  77. '<<$npcName[numnpc]>> laughs at you when you try to talk to him: "Haha, what''s wrong <<$gnickname>>? Looking for more cocks to suck?"'
  78. end
  79. elseif npcPol[numnpc] > 0:
  80. !!Girl
  81. '<<$npcName[numnpc]>>''s face contorts in disgust: "Yuck, <<$gnickname>>! Fuck off!"'
  82. end
  83. end
  84. end
  85. --- yesgorslut ---------------------------------