1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # yesgorslut
- if GorSlut > 0:
- if grupTipe[numnpc] = -1:
- !rogue
- bonusotnG = vnesh / 2
- if bonusotnG <= 0:bonusotnG = 1
- grupNPC[numnpc] += bonusotnG
- if npcPol[numnpc] = 0:'You chat about any nonsense and <<$npcName[numnpc]>> willingly assents to you.' !Guy
- if npcPol[numnpc] > 0:'You chat about any nonsense and <<$npcName[numnpc]>> willingly assents to you.' !Girl
- end
- if grupTipe[numnpc] = 0:
- !norm
- if npcPol[numnpc] = 0:'Are you trying to talk to the guy, but <<$npcName[numnpc]>> missing from face looking at you.' !Guy
- if npcPol[numnpc] > 0:'Are you 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."' !Girl
- end
- if grupTipe[numnpc] = 1:
- !nerdy
- if npcPol[numnpc] = 0:'Are you trying to talk to the guy, but <<$npcName[numnpc]>> <<$npcName[numnpc]>> staring at boobs. And chuckles.' !Guy
- if npcPol[numnpc] > 0:'Are you trying to talk to a girl, but <<$npcName[numnpc]>> turns away and does not want to communicate with you.' !Girl
- end
- if grupTipe[numnpc] = 2:
- !sportiki
- if numnpc = 18:
- !Christina Zvereva
- if kristinaSex = 0 and swinbeggor = 0:'Are you trying to talk to a girl, but <<$npcName[numnpc]>> makes squeamish grimassy "Go away <<$gnikname>>!"'
- if kristinaSex = 0 and swinbeggor > 0:'Christina hate looking at you. "You filthy whore already zadolbala spinning under my feet!"'
- if kristinaSex > 0:'Christina smiles at you and says quietly, "Not bad the last time we entertained, you´re so sexy that just zakachaeshsya."'
- end
- if npcPol[numnpc] = 0:'Are you trying to talk to the guy, but <<$npcName[numnpc]>> dismisses you." I´m busy right now."' !Guy
- if npcPol[numnpc] > 0 and numnpc ! 18:'Are you trying to talk to a girl, but <<$npcName[numnpc]>> makes squeamish grimassy "Go away <<$gnikname>>!"' !Girl
- end
- if grupTipe[numnpc] = 3:
- !steep
- if numnpc ! 14:
- if npcPol[numnpc] = 0:'Are you trying to talk to the guy, but <<$npcName[numnpc]>> dismisses you. "Look, I´m busy right now. Come back later or never."' !Guy
- if npcPol[numnpc] > 0:'Are you trying to talk to a girl, but <<$npcName[numnpc]>> makes squeamish grimassy "Go away!"' !Girl
- end
- if numnpc = 14:'You chat with Kate and she brings all your conversation to the rumors about you and your reputation. Rumor has it that you <<$gnikname>>.' !Katya Meynold
- end
- if grupTipe[numnpc] = 4:
- !Gopnik
- if npcPol[numnpc] = 0:
- !парень
- if numnpc = 9:'Are you trying to talk to Victor, but he responds to you, "I hear it! Fuck off."' 'Cats
- if numnpc ! 9:'<<$gnikname>> laughing at you "Ha ha <<$gnikname>> come. huytsa want more?"'
- end
- if npcPol[numnpc] > 0:'<<$gnikname>> disgust face contorts "Yuck, <<$gnikname>>. Fuck off bitch!"' !Girl
- end
- end
- --- yesgorslut ---------------------------------
|