Browse Source

Merge remote-tracking branch 'Sicaa/master'

KevinSmarts 4 years ago
parent
commit
6b385e9199
1 changed files with 58 additions and 20 deletions
  1. 58 20
      locations/ludahome.qsrc

+ 58 - 20
locations/ludahome.qsrc

@@ -58,7 +58,7 @@ if $ARGS[0] = 'home':
 		'You go to Aunt Luda''s apartment and ring the door bell.'
 		!! Luda is home and answers the door Monday-Thursday from 18:00 to 23:00 or 08:00 to 23:00 on the weekends 50% of the time
 		!! Olu is home and answers the door at the same times but only 33% of the time. Otherwise no one is home
-		if rand(0,1) = 1:
+		if rand(0,1) = 1 and (week < 5 and hour >= 18 and hour <= 22) or (week > 5 and hour >= 8 and hour <= 22):
 			*clr & cla
 			'<center><img src="images/pc/npc_headshots/big30.jpg"></center>'
 			'You stand outside your aunts apartment, knocking on the door. The door is answered by Luda, as soon as she sees you she smiles "<<$pcs_nickname>> come in, come in." With that she invites you in and closes the door behind you.'
@@ -68,7 +68,7 @@ if $ARGS[0] = 'home':
 				'She leads you to her living room and then sits down on the couch and pats the seat next to her. Once you sit down she says "What have you been up to?"'
 				act 'Sit down and chat': LudaLoc = 5 & gt 'ludahome', 'chat_luda'
 			end
-		elseif rand(0,2) <= 1:
+		elseif rand(0,2) <= 1 and (week < 5 and hour >= 18 and hour <= 22) or (week > 5 and hour >= 8 and hour <= 22):
 			*clr & cla
 			'<center><img src="images/pc/npc_headshots/big55.jpg"></center>'
 			if OluQW['met'] = 0:
@@ -549,6 +549,7 @@ if $ARGS[0] = 'chat_luda':
 	if LudaQW['olu_offer'] = 1 and LudaQW['olu_offer_day'] ! daystart:
 		LudaQW['olu_offer_day'] = daystart
 		minut += 10
+		gs 'stat'
 		'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 		'"<<$pcs_nickname>>, do you remember our conversation? You know... about Olu?"'
 		'You nod your head: "Yes aunt, I do... what about it?"'
@@ -584,6 +585,7 @@ if $ARGS[0] = 'chat_luda':
 	elseif LudaQW['olu_offer'] = 2 and OluQW['sex'] = 1:
 		minut += 10
 		LudaQW['olu_offer'] = 3
+		gs 'stat'
 		'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 		'Luda pats the seat and sits close to you "<<$pcs_nickname>>, So tell me all about it, Olu told me the two of you had sex, I want to know all about it."'
 		'You tell her about it, the good and the bad "I am not sure how often I can do that though, he is so big and has so much stamina, it wears me out." You tell her.'
@@ -600,6 +602,7 @@ if $ARGS[0] = 'chat_luda':
 			*clr & cla
 			minut += 10
 			gs 'npc_relationship', 'modify', 'A30', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 			'You sit and talk with Luda, about various topics. You tell her about what has been going on around home and at school, she tells you about funny things that happened at work or when her and Olu went out.'
 			act 'Keep talking': gt 'ludahome', 'chat_luda'
@@ -609,12 +612,14 @@ if $ARGS[0] = 'chat_luda':
 			*clr & cla
 			minut += 2
 			gs 'npc_relationship', 'modify', 'A30', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 			'You ask Luda about your <<$npc_nickname[''A29'']>> and what she was like growing up. Luda shares a few stories about their childhood and some of the stuff your mom got up to. It sounds like your mom started to get a boy crazy and while in her late teens from your Aunts stories.'
 			act 'What do you think of Vladimir':
 				*clr & cla
 				minut += 3
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'"What do you think of Vlad?" You ask her.'
 				'She considers a moment "He is a good man, he works hard, he provides for you and your mother. He has always treated you and your sister like you was his own daughters."'
@@ -627,6 +632,7 @@ if $ARGS[0] = 'chat_luda':
 					*clr & cla
 					minut += 3
 					gs 'npc_relationship', 'modify', 'A30', 'like'
+					gs 'stat'
 					'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 					'You look at your Aunt and then tell her "I know my <<$npc_nickname[''A29'']>> is a slut, I can''t believe she is such a hypocrite."'
 					'Luda looks a little surprised by your words "<<$pcs_nickname>> you should say that about your mother."'
@@ -641,6 +647,7 @@ if $ARGS[0] = 'chat_luda':
 					*clr & cla
 					minut += 3
 					gs 'npc_relationship', 'modify', 'A30', 'like'
+					gs 'stat'
 					'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 					'You gather up your courage and decide to ask Luda about the rumors you have heard about your mother if they are true "Aunt Luda, I have heard some rumors about <<$npc_nickname[''A29'']>>, are they true?"'
 					'Luda pauses a moment "What kind of rumors?"'
@@ -660,6 +667,7 @@ if $ARGS[0] = 'chat_luda':
 			*clr & cla
 			minut += 2
 			gs 'npc_relationship', 'modify', 'A30', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 			'"What do you know about my biological father?" You ask her.'
 			'She shakes her head slightly "Not much honestly, I had already left by the time your mother meet him. I came back after they had split up, so what I know is mostly what I heard and what your mother told me."'
@@ -667,6 +675,7 @@ if $ARGS[0] = 'chat_luda':
 				*clr & cla
 				minut += 3
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'You nod to that "Do you know where he is?"'
 				'"I heard he is a truck driver and works out of a depot out on the highway, but I don''t know if he is still there or not."'
@@ -677,6 +686,7 @@ if $ARGS[0] = 'chat_luda':
 				*clr & cla
 				minut += 3
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'"Do you know why he left?" You ask her.'
 				'She sighs "Not for sure, but they fought a lot about a variety of things and then he packed up one day and left. Regardless why he left he should have stayed in touch with you kids. I will never forgive him for that, regardless his reasons for leaving your mother." She sounds like she really doesn''t care for him. Not knowing what else to ask and not expecting to get a better answer you change the subject.'
@@ -688,6 +698,7 @@ if $ARGS[0] = 'chat_luda':
 			*clr & cla
 			minut += 2
 			gs 'npc_relationship', 'modify', 'A30', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 			'"So Auntie tell me about your boyfriend, what''s he like?" You ask her curious.'
 			'She lights up at your questions "He is a fairly quiet man but wonderful, so kind and careing. Not to mention so big... and muscular. He really is the perfect man." She goes on to talk about some of the things they have done together and it really sounds like they are very much in love, certainly your Aunt is in love with him anyways. You also notice she never once mentions that he is black.'
@@ -695,6 +706,7 @@ if $ARGS[0] = 'chat_luda':
 				*clr & cla
 				minut += 3
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'"How do people treat you and him, you know with him being black?"'
 				'She frowns "Some people are ok with it, most just make comments behind our back but I know they do. Some say nasty things to our face, but I don''t care, he is a good man and I don''t care what color his skin is."'
@@ -708,6 +720,7 @@ if $ARGS[0] = 'chat_luda':
 				*clr & cla
 				minut += 3
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'"So how did the two of you meet?" You ask her.'
 				'She laughs "Well everyone thinks I meet him in my travels in Africa but that isn''t true. Actually his nephew Djibril goes to the University in Saint Petersburg and he was up visiting him. I was in the city at the time shopping after I had moved back here. We run into each other on the metro and I mean we ran into each other. He is so big he nearly knocked me down, but he caught me in his strong arms and kept me from falling. He apologized for running into him and I apologized for running into him and thanked him for keeping me from falling." Then she stops to sigh happily, this is obviously a happy memory for her.'
@@ -721,6 +734,7 @@ if $ARGS[0] = 'chat_luda':
 				*clr & cla
 				minut += 3
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'"So what does he do? For a living I mean." You ask her.'
 				'"Well his visa expired so legally he can''t work, but while he could he saved up a little money and bought a van. Then he put some seats into it, cleaned it up real nice and now drives it around offering to give tourist rides to take them to all the different sites around the area. He makes ok money, though mostly he makes his money in the summers of course when there is a lot more tourist but he gets some fares year around. He mostly sits near the train station and tries to offer people rides. But I don''t care, I make enough for both of us, but it makes him feel good to work and it gives us a little extra spending money.'
@@ -733,6 +747,7 @@ if $ARGS[0] = 'chat_luda':
 				*clr & cla
 				minut += 5
 				gs 'npc_relationship', 'modify', 'A30', 'like'
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'"Well I meet Olu earlier, while you wasn''t home he was here and I came in and talked to him for awhile. I didn''t realize just how big he was until I was so close to him."'
 				'She laughs "Oh dear you have no clue how big he is, he is just as big all over." She say with a wink "Yes he told me you stopped by and the two of you talked. He liked you, he asked about you."'
@@ -742,6 +757,7 @@ if $ARGS[0] = 'chat_luda':
 					*clr & cla
 					minut += 5
 					gs 'npc_relationship', 'modify', 'A30', 'like'
+					gs 'stat'
 					'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 					'You expect her to be upset but she doesn''t seem to mind at all her boyfriend finds you cute "That doesn''t bother you?"'
 					'She shakes her head no "Why should it? I don''t mind if he finds other women attractive, Just because we are together doesn''t make us suddenly blind to how attractive others might be, besides we are in a open relationship."'
@@ -750,6 +766,7 @@ if $ARGS[0] = 'chat_luda':
 						minut += 5
 						LudaQW['open_rel'] = 1
 						gs 'npc_relationship', 'modify', 'A30', 'like'
+						gs 'stat'
 						'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 						'You are a little shocked you didn''t know they had a open relationship "You are in a open relationship? You mean you can sleep with other people?"'
 						'She laughs at your reaction "Yes and no it doesn''t bother me and it doesn''t bother him. We know we love each other and sex is just sex."'
@@ -799,11 +816,13 @@ if $ARGS[0] = 'chat_luda':
 			minut += 5
 			LudaQW['boytalk'] = 1
 			gs 'npc_relationship', 'modify', 'A30', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 			'You talk to her about boys in general and sex with them somewhat. She gives you a bit of advice on how to deal with guys and what to expect from guys when it comes to sex and that you can always say no. Then she eventually asks you if you have a boyfriend.'
 			act 'No':
 				*clr & cla
 				minut += 2
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'You shake your head "No, I don''t have a boyfriend. Just haven''t found the right guy yet." You tell her.'
 				'She smiles to you "The right guys doesn''t really exist, the right enough guy is what you are looking for. But until you put yourself out there you will never know."'
@@ -814,9 +833,10 @@ if $ARGS[0] = 'chat_luda':
 			act 'I like girls':
 				*clr & cla
 				minut += 2
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'You shake your head "No, I like girls more." You tell her.'
-				'She seems a bit surprised at first and then smiles "Well if that is what makes you happy then don''t let anyone try and tell you there is anything wrong with it. I personally was never attracted to other women, I like the hard muscles body of men to much." She says with a laugh and then the two of you discuss some of the differences between having sex with a man or another woman.'
+				'She seems a bit surprised at first and then smiles "Well if that is what makes you happy then don''t let anyone try and tell you there is anything wrong with it. I personally was never attracted to other women, I like the hard muscles body of men too much." She says with a laugh and then the two of you discuss some of the differences between having sex with a man or another woman.'
 				'You can just nod to that not sure what to say about it.'
 				act 'Keep talking': gt 'ludahome', 'chat_luda'
 				act 'Stop talking': gt 'ludahome', 'livingroom'
@@ -824,6 +844,7 @@ if $ARGS[0] = 'chat_luda':
 			act 'No but I am dating':
 				*clr & cla
 				minut += 2
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				'You shake your head "No, I don''t have a boyfriend. At least not like that, I am dating though. I want to make sure I find the right guy before I commit." You tell her.'
 				'She nods and smiles to you "That is the best way to do it, you are young no need to rush in into anything, there is a lot of men out there and no reason not to take a few of them for a test drive before deciding on the one you want." She says with a wink and leaves no doubt in your mind by her tone just exactly what she means by test drive.'
@@ -834,6 +855,7 @@ if $ARGS[0] = 'chat_luda':
 			act 'I have a boyfriend':
 				*clr & cla
 				minut += 2
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 				if NikoVolkovQW >= 5:
 					'You tell her "I have a boyfriend you know."'
@@ -894,6 +916,7 @@ if $ARGS[0] = 'chat_luda':
 			*clr & cla
 			minut += 15
 			gs 'npc_relationship', 'modify', 'A30', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/luda/talk.jpg"></center>'
 			'You ask your aunt about her travels, she exicted tells you stories about her time in Europe. She started off traveling all over Europe then drifted further south into she ended up in Africa then she traveled all over there, which is where she meet Olu. She tells you a number of funny and some sex stories about her travels.'
 			act 'Keep talking': gt 'ludahome', 'chat_luda'
@@ -901,7 +924,7 @@ if $ARGS[0] = 'chat_luda':
 		end
 		act 'Stop talking': gt 'ludahome','livingroom'
 	end
-end	
+end
 
 if $ARGS[0] = 'chat_olu':
 	menu_off = 1
@@ -915,6 +938,7 @@ if $ARGS[0] = 'chat_olu':
 		*clr & cla
 		minut += 5
 		gs 'npc_relationship', 'modify', 'A55', 'like'
+		gs 'stat'
 		'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
 		'The two of you chat about a variety of things, mostly school, how he and Luda has been doing, and what has been going on in Pavlovsk lately.'
 		act 'Keep talking': gt 'ludahome', 'chat_olu'
@@ -924,14 +948,14 @@ if $ARGS[0] = 'chat_olu':
 		*clr & cla
 		minut += 5
 		gs 'npc_relationship', 'modify', 'A55', 'like'
+		gs 'stat'
 		'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
-		'"So Auntie tell me about your boyfriend, what''s he like?" You ask her curious.'
-		'She lights up at your questions "He is a fairly quiet man but wonderful, so kind and careing. Not to mention so big... and muscular. He really is the perfect man." She goes on to talk about some of the things they have done together and it really sounds like they are very much in love, certainly your Aunt is in love with him anyways. You also notice she never once mentions that he is black.'
-		act 'Keep talking': gt 'ludahome', 'chat_olu'
-		act 'Stop talking': gt 'ludahome', 'livingroom'
+		'"So and Luda seem to get along really well, do you love her?" You ask him curious.'
+		'He lights up at your questions "Yes very much, she is a very kind and loving woman, very understanding, she is the most wonderful woman I have ever meet." He goes on to talk about some of the things they have done together and it really sounds like they are very much in love, certainly he is in love with your Aunt anyways.'
 		act 'How do people react?':
 			*clr & cla
-			minut += 5
+			minut += 3
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
 			'"How do people treat you and my aunt, with you know you being black?"'
 			'He frowns "Some people are ok with it, most just make comments behind our back but I know they do. Some say nasty things to our face, but I don''t care, though any of them that say these things to her only do so once, where I can hear it."'
@@ -942,8 +966,9 @@ if $ARGS[0] = 'chat_olu':
 		end
 		act 'How did you meet?':
 			*clr & cla
-			minut += 5
+			minut += 3
 			gs 'npc_relationship', 'modify', 'A55', 'like'
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
 			'"So how did the two of you meet?" You ask him.'
 			'He grins "I seen her on the metro and I wanted to talk to her. She was the most beautiful woman I had every seen, I was trying to practice my Russian so I could talk to her and I wasn''t pay attention and I walked right into her." He laughs loudly at the memory "I barely felt it, but she bounced off me and nearly fell on the ground. I quickly grabbed her to steady her and apologized, but she was so nice she said it was her fault. That is when I knew I had to get to know her better."'
@@ -954,21 +979,31 @@ if $ARGS[0] = 'chat_olu':
 			act 'Stop talking': gt 'ludahome', 'livingroom'
 		end
 	end
-	act 'What does he do?':
+	act 'What do you do?':
 		*clr & cla
 		minut += 5
 		gs 'npc_relationship', 'modify', 'A55', 'like'
 		'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
-		'"So what does he do? For a living I mean." You ask her.'
-		'"Well his visa expired so legally he can''t work, but while he could he saved up a little money and bought a van. Then he put some seats into it, cleaned it up real nice and now drives it around offering to give tourist rides to take them to all the different sites around the area. He makes ok money, though mostly he makes his money in the summers of course when there is a lot more tourist but he gets some fares year around. He mostly sits near the train station and tries to offer people rides. But I don''t care, I make enough for both of us, but it makes him feel good to work and it gives us a little extra spending money.'
-		act 'Keep talking': gt 'ludahome', 'chat_olu'
-		act 'Stop talking': gt 'ludahome', 'livingroom'
+		'"So what do you do? For a living I mean." You ask him.'
+		'He seems to consider your question for a moment, at first you are not sure he is going to say. "Well I bought a van and then spent some time fixing it up. I got it painted in a deal on a trade for work. I got some old seats and others stuff out of a wrecked car. I turned the van into a taxi, mostly I wait around the train station for tourist or the near the hotel. I offer them rides and a bit of a tourist guide in exchange for money. I don''t get a lot of work in the winter, most of it I earn during the summer but there is enough of a steady stream of tourist to help out."'
+		act 'You have your own taxi service?':
+			*clr & cla
+			minut += 3
+			gs 'npc_relationship', 'modify', 'A55', 'like'
+			'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
+			'"You have your own taxi service?" You ask him.'
+			'He smiles a bit. "No, not exactly. I just turned the van into a taxi and then charge people for rides. The police mostly ignore it, as long as I give them a cut of the money, but don''t tell Luda. She would be very upset to know I pay off the local police bribes so they leave me alone."'
+			'You frown but nod at that. You understand why he doesn''t want her to know but you wish the police wasn''t so corrupt that he has to deal with it.'
+			act 'Keep talking': gt 'ludahome', 'chat_olu'
+			act 'Stop talking': gt 'ludahome', 'livingroom'
+		end
 	end
 	if LudaQW['open_rel'] = 1:
 		act 'Ask about their open relationship':
 			*clr & cla
+			minut += 3
 			gs 'npc_relationship', 'modify', 'A55', 'like'
-			minut += 5
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/olu/flirttalk.jpg"></center>'
 			'"Luda told me about your open relationship." you say as you place a hand on his leg flirting with him a bit.'
 			'He nods "Yes, it is her idea, I would be happy with just her. But she says I wear her out and wants me to be happy, she my needs are more than she can keep up with." He says with a blush.'
@@ -978,6 +1013,7 @@ if $ARGS[0] = 'chat_olu':
 				*clr & cla
 				minut += 3
 				pcs_mood += 5
+				gs 'stat'
 				'<center><img src="images/characters/pavlovsk/resident/olu/flirttalk.jpg"></center>'
 				if LudaQW['olu_offer'] = 1:
 					'"Do you think I am pretty?" You ask him.'
@@ -1000,6 +1036,7 @@ if $ARGS[0] = 'chat_olu':
 					*clr & cla
 					minut += 1
 					gs 'npc_relationship', 'modify', 'A55', 'like'
+					gs 'stat'
 					'<center><img src="images/characters/pavlovsk/resident/olu/flirttalk.jpg"></center>'
 					'You rub his thigh with your hand and practically purr "Do you want to fuck me?"'
 					'He grins "Yes." Then he leans in and kisses you.'
@@ -1010,8 +1047,9 @@ if $ARGS[0] = 'chat_olu':
 	end
 	act 'What does he think about Russia':
 		*clr & cla
-		gs 'npc_relationship', 'modify', 'A55', 'like'
 		minut += 3
+		gs 'npc_relationship', 'modify', 'A55', 'like'
+		gs 'stat'
 		'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
 		'You ask him "So what do you think about Russia?"'
 		'He seems to consider that a moment "I like it, even if some of the people are not so nice, but Luda loves it here and I don''t mind the people if it makes her happy."'
@@ -1019,6 +1057,7 @@ if $ARGS[0] = 'chat_olu':
 		act 'Do you miss your family?':
 			*clr & cla
 			minut += 3
+			gs 'stat'
 			'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
 			'You ask him "Do you miss your family?"'
 			'He nods yes "Sometimes very much, but I talk to them as much as I can and I go see my nephew Djibril as much as I can and we talk on the phone almost every day, at least when he is not busy with school or girls." He says with a laugh.'
@@ -1026,13 +1065,12 @@ if $ARGS[0] = 'chat_olu':
 			act 'Keep talking': gt 'ludahome', 'chat_olu'
 			act 'Stop talking': gt 'ludahome', 'livingroom'
 		end
-		act 'Keep talking': gt 'ludahome', 'chat_olu'
-		act 'Stop talking': gt 'ludahome', 'livingroom'
 	end
 	act 'About your nephew Djibril':
 		*clr & cla
-		gs 'npc_relationship', 'modify', 'A55', 'like'
 		minut += 3
+		gs 'npc_relationship', 'modify', 'A55', 'like'
+		gs 'stat'
 		'<center><img src="images/characters/pavlovsk/resident/olu/olutalk.jpg"></center>'
 		'"Tell me about your nephew Djibril." You say.'
 		'He talks about how smart his nephew Djibril is and how proud everyone is of him in the family. He tells you he goes to the University in Saint Petersburg and is getting really good grades and he has many girl friends. He goes on to talk about him in length, it is obvious he is very fond of his nephew Djibril.'