123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- # nogorslut
- if GorSlut <= 0:
- bonusotnG = vnesh/8
- if bonusotnG <= 0:bonusotnG = 1
- grupNPC[numnpc] += bonusotnG
- talkmarkeronce = 0
- if grupNPC[numnpc] < 20 and talkmarkeronce = 0:
- talkmarkeronce = 1
- 'You talk about some random things that happened to you, and <<$npcName[numnpc]>> listens with a moderate amount of interest.'
- elseif grupNPC[numnpc] < 80 and grupNPC[numnpc] >= 20 and talkmarkeronce = 0:
- talkmarkeronce = 2
- 'You chat about random topics, and <<$npcName[numnpc]>> happily listens to you and shares some thoughts on them.'
- elseif grupNPC[numnpc] >= 80 and talkmarkeronce = 0:
- talkmarkeronce = 3
- 'You chat about random topics and <<$npcName[numnpc]>> happily listens to your stories, sharing several new stories and anecdotes as well.'
- if numnpc = 1:
- Mud = totminut+60
- !Dimka Nosov
- if DimaRudeQW > 0 and DimaRudeBlock = 0:
- 'Dimka looks into your eyes with a disinterested look and after a while says: "Whatever. After school, we''re going to my place. I''ll wait for you by the entrance."'
- end
- elseif numnpc = 2:
- !Artem Chebotarev
- ''
- elseif numnpc = 3:
- Mud = totminut+60
- !Ivan Prokhorov
- if IvanShowerQW = 1:
- IvanShowerQW = 2
- 'Ivan smiles: "<<$name>>, I''m sorry for what happened in the shower. I just thought you wanted to fool around, nothing more."'
- elseif IvanShowerQW = 10:
- IvanShowerQW = 11
- manna = 0
- Mud = 0
- 'Ivan thinks for a moment, before he says: "<<$name>>, I would like to talk to you about what happened in the shower. You''re a great girl, and I had a great time, but I''m not ready for a relationship. I need to put all my energy into my athletics... I think I have a good shot at getting to the Russian National Championships this year. I really cannot afford to be distracted by girls, even girls as attractive as you. So... can we just forget about what happened and be friends?"'
- end
- elseif numnpc = 4:
- !Igor Kruglov
- ''
- elseif numnpc = 5:
- !Fedor Kozlov
- ''
- elseif numnpc = 6:
- !Peter Klyuyev
- ''
- elseif numnpc = 7:
- !Leszek Tsarev
- ''
- elseif numnpc = 8:
- !Svyatoslav Bogatyrev
- ''
- elseif numnpc = 9:
- !Vitek Kotov
- ''
- elseif numnpc = 10:
- !Dan Ryzhov
- ''
- elseif numnpc = 11:
- !Vasily Shulgin
- ''
- elseif numnpc = 12:
- !Julia Milova
- ''
- elseif numnpc = 13:
- !Larisa Gruzdev
- ''
- elseif numnpc = 14:
- !Katja Meynold
- ''
- if KatjaOTN > 0:KatjaHorny += 10 & 'Katja blushes slightly and tries to avoid your gaze, looking away every time you look at her.'
- elseif numnpc = 15:
- !Viktoriya ''Vicky'' Meynold
- ''
- elseif numnpc = 16:
- !Natasha Belova
- ''
- elseif numnpc = 17:
- !Irina ''Inna'' Devyatova
- ''
- elseif numnpc = 18:
- !Christina Zvereva
- if kristinaSex = 0 and swinbeggor = 0 and kristinaSex = 0:
- ''
- elseif kristinaSex = 0 and swinbeggor > 0 and kristinaSex = 0:
- grupNPC[numnpc] = 20
- 'Christina looks at you full of hate: "I can''t believe you were faster than me... bitch!"'
- elseif kristinaSex > 0:
- ''
- end
- elseif numnpc = 19:
- !Avelina ''Lina'' Starov
- ''
- elseif numnpc = 20:
- !Yelena ''Lena'' Kotov
- ''
- elseif numnpc = 21:
- !Valeria ''Lera'' Tsarev
- ''
- elseif numnpc = 22:
- !Isabella ''Bella'' Artamonov
- ''
- elseif numnpc = 23:
- !Albina Barlovskaya
- ''
- elseif numnpc = 24:
- !Pauline Sebagotulina
- ''
- elseif numnpc = 25:
- !Sonia Ivanko
- ''
- end
- end
- end
- --- nogorslut ---------------------------------
|