1
0

yesgorslut 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # yesgorslut
  2. if GorSlut > 0:
  3. if grupTipe[numnpc] = -1:
  4. !!rogue
  5. bonusotnG = vnesh / 2
  6. if bonusotnG <= 0:bonusotnG = 1
  7. grupNPC[numnpc] += bonusotnG
  8. if npcPol[numnpc] = 0:
  9. !!Guy
  10. 'You are chatting about any nonsense and <<$npcName[numnpc]>> readily assents to you.'
  11. elseif npcPol[numnpc] > 0:
  12. !!Girl
  13. 'You are chatting about any nonsense and <<$npcName[numnpc]>> readily assents to you.'
  14. end
  15. elseif grupTipe[numnpc] = 0:
  16. !!norm
  17. if npcPol[numnpc] = 0:
  18. !!Guy
  19. 'You are trying to talk to the guy, but <<$npcName[numnpc]>> missing from face looking at you.'
  20. elseif npcPol[numnpc] > 0:
  21. !!Girl
  22. 'You are trying to talk to a girl, but <<$npcName[numnpc]>> turns away and does not want to communicate with you. "Get out! And that still think we''re friends."'
  23. end
  24. elseif grupTipe[numnpc] = 1:
  25. !!nerdy
  26. if npcPol[numnpc] = 0:
  27. !!Guy
  28. 'You are trying to talk to the guy, but <<$npcName[numnpc]>> staring at boobs. And chuckles.'
  29. elseif npcPol[numnpc] > 0:
  30. !!Girl
  31. 'You are trying to talk to a girl, but <<$npcName[numnpc]>> turns away and does not want to communicate with 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. 'You are trying to talk to a girl, but <<$npcName[numnpc]>> makes squeamish grimassy "Go away <<$gnikname>>!"'
  39. elseif kristinaSex = 0 and swinbeggor > 0:
  40. 'Christina hate looking at you. "You filthy whore already zadolbala spinning under my feet!"'
  41. elseif kristinaSex > 0:
  42. 'Christina smiles at you and says quietly, "Not bad the last time we entertained, you''re so sexy that just zakachaeshsya."'
  43. end
  44. elseif npcPol[numnpc] = 0:
  45. !!Guy
  46. 'You are trying to talk to the guy, but <<$npcName[numnpc]>> dismisses you." I''m busy right now."'
  47. elseif npcPol[numnpc] > 0 and numnpc ! 18:
  48. !!Girl
  49. 'You are trying to talk to a girl, but <<$npcName[numnpc]>> makes squeamish grimassy "Go away <<$gnikname>>!"'
  50. end
  51. elseif grupTipe[numnpc] = 3:
  52. !!steep
  53. if numnpc ! 14:
  54. if npcPol[numnpc] = 0:
  55. !!Guy
  56. 'Are you trying to talk to the guy, but <<$npcName[numnpc]>> dismisses you. "Look, I''m busy right now. Come back later or never."'
  57. elseif npcPol[numnpc] > 0:
  58. !!Girl
  59. if AlbFrend >= 1 and numnpc = 23:
  60. '<<$npcName[numnpc]>> with a smile communicates with you.'
  61. else
  62. 'You are trying to talk to a girl, but <<$npcName[numnpc]>> makes squeamish grimassy "Get out of here!"'
  63. end
  64. end
  65. elseif numnpc = 14:
  66. !!Katja Meynold
  67. 'You chat with Katja and she brings all your conversation to the rumors about you and your reputation. Rumor has it that you <<$gnikname>>.'
  68. end
  69. elseif grupTipe[numnpc] = 4:
  70. !!Gopnik
  71. if npcPol[numnpc] = 0:
  72. !!Guy
  73. if numnpc = 9:
  74. !!Cats
  75. 'Are you trying to talk to Victor, but he responds to you, "I hear it! Fuck off."'
  76. elseif numnpc ! 9:
  77. '<<$npcName[numnpc]>> laughing at you "Ha ha <<$gnikname>> come. huytsa want more?"'
  78. end
  79. elseif npcPol[numnpc] > 0:
  80. !!Girl
  81. '<<$npcName[numnpc]>> disgust face contorts "Yuck, <<$gnikname>>. Fuck off bitch!"'
  82. end
  83. end
  84. end
  85. --- yesgorslut ---------------------------------