Browse Source

[added] Conversation to allow or reject female customers

CroWke 5 years ago
parent
commit
7cb8359ad3
1 changed files with 81 additions and 62 deletions
  1. 81 62
      locations/HotelHole.qsrc

+ 81 - 62
locations/HotelHole.qsrc

@@ -184,14 +184,33 @@ if $ARGS[0] = 'Pavlin' :
 	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
-	'Varsonofy Krestovoz is a small time gangster who makes his money by whoring out vulnerable women in Pavlovsk. Few people know his name as he is usually called <<$npc_firstname[''A217'']>> (the Peacock).'
-	if npc_rel['A217'] = -1:'<<$npc_firstname[''A217'']>> killed your unborn baby, you truly hate him. You should go find some help if you don''t want these negative feelings to completely take over your personality.'
-	if npc_rel['A217']<20 and npc_rel['A217'] => 0:'You and <<$npc_firstname[''A217'']>> have a dysfunctional relation. You work for him but you are just one of many girls.'
-	if npc_rel['A217']>=20 and npc_rel['A217']<40:'You understand <<$npc_firstname[''A217'']>> a little better. You know he has an extreme violent side but you have figured out some strategies to avoid these outbursts.'
-	if npc_rel['A217']>=40 and npc_rel['A217']<60:'You and <<$npc_firstname[''A217'']>> have a normal relationship.'
-	if npc_rel['A217']>=60 and npc_rel['A217']<80:'You and <<$npc_firstname[''A217'']>> have a good relationship.'
-	if npc_rel['A217']>=80:'You and <<$npc_firstname[''A217'']>> have a great relationship.'
+	'Varsonofy Krestovoz is a small time gangster who makes his money by whoring out vulnerable women in Pavlovsk. Few people know his name as he is usually called <<$npc_nickname[''A217'']>> (the Peacock).'
+	if npc_rel['A217'] = -1:'<<$npc_nickname[''A217'']>> killed your unborn baby, you truly hate him. You should go find some help if you don''t want these negative feelings to completely take over your personality.'
+	if npc_rel['A217']<20 and npc_rel['A217'] => 0:'You and <<$npc_nickname[''A217'']>> have a dysfunctional relation. You work for him but you are just one of many girls.'
+	if npc_rel['A217']>=20 and npc_rel['A217']<40:'You understand <<$npc_nickname[''A217'']>> a little better. You know he has an extreme violent side but you have figured out some strategies to avoid these outbursts.'
+	if npc_rel['A217']>=40 and npc_rel['A217']<60:'You and <<$npc_nickname[''A217'']>> have a normal relationship.'
+	if npc_rel['A217']>=60 and npc_rel['A217']<80:'You and <<$npc_nickname[''A217'']>> have a good relationship.'
+	if npc_rel['A217']>=80:'You and <<$npc_nickname[''A217'']>> have a great relationship.'
 	act 'Move away':gt'HotelHole','skip_resepevent'
+	if firstfemalecust = 1:
+		if pavprosnofemales = 1:
+			act 'Start taking female customers':
+				cla
+				pavprosnofemales = 0
+				'"<<$npc_nickname[''A217'']>> I wanted to talk to you about... I want to start taking on female customers."'
+				'"Sure, I can set those up, they usually pay better anyway."'
+				act 'Finish':gt 'HotelHole','Pavlin'
+			end
+		else
+			act 'Stop taking female customers':
+				cla
+				pavprosnofemales = 0
+				'"<<$npc_nickname[''A217'']>> I wanted to talk to you about... I want to stop taking on female customers."'
+				'"Fine, if you really don''t want to do it I''ll only get you male customers."'
+				act 'Finish':gt 'HotelHole','Pavlin'
+			end
+		end
+	end
 	if npc_rel['A217'] >=40:
 		act 'Have a chat':
 				*clr & cla
@@ -202,47 +221,47 @@ if $ARGS[0] = 'Pavlin' :
 				talkrand = RAND(0,6)
 				gs 'stat'
 				if talkrand = 0:
-					'<<$npc_firstname[''A217'']>> complains to you how hard it is to find decent girls in a hellhole like Pavlovsk.'
+					'<<$npc_nickname[''A217'']>> complains to you how hard it is to find decent girls in a hellhole like Pavlovsk.'
 					'...'
 					'"Actually <<$pcs_firstname>>, you are the first decent girl to work for me since I set up shop here 2 years a go."'
 					'You smile and thank him for the compliment.'
 				elseif talkrand = 1:
-					'You tell <<$npc_firstname[''A217'']>> you love going to the city and spend your money at the shopping center.'
+					'You tell <<$npc_nickname[''A217'']>> you love going to the city and spend your money at the shopping center.'
 					'You ask him if he wants to join you the next time you go.'
 					'"I am sorry <<$pcs_firstname>>, I can never go back to the city."'
-					'<<$npc_firstname[''A217'']>> takes a sip from his beer and suddenly he looks very depressed.'
+					'<<$npc_nickname[''A217'']>> takes a sip from his beer and suddenly he looks very depressed.'
 					'It looks like you really hit a nerve there. You wonder what that''s about.'
 				elseif talkrand = 2:
-					'<<$npc_firstname[''A217'']>> tells you a story from his childhood.'
+					'<<$npc_nickname[''A217'']>> tells you a story from his childhood.'
 					'"My father used to beat me every day. One day when I was 12 after another savage beating I asked my mother to do something about it. The bitch started giving me another beating and then locked me out in my underpants on the balcony for 2 hours."'
 					'"This was in the middle of January, so I got lucky I didn''t freeze to death that day."'
 					'It seems he had a very rough childhood.'
 				elseif talkrand = 3:
-					'<<$npc_firstname[''A217'']>> tells you a story from his childhood.'
+					'<<$npc_nickname[''A217'']>> tells you a story from his childhood.'
 					'"My father frequently brought working girls to the house for punishment. If they were lucky he just beat them up. If their mistake was worse he would involve my mother and she ..."'
 					'"Let''s just say that these girls would never go against my father''s wishes again once my mother was done with them."'
 					'"I always felt sorry for these girls at the time and did not want to watch, but they always forced me."'
 					'It seems he had a very rough childhood.'
 				elseif talkrand = 4:
-					'<<$npc_firstname[''A217'']>> tells you how he got in this business.'
+					'<<$npc_nickname[''A217'']>> tells you how he got in this business.'
 					'"I basically followed into my father''s footsteps. When I was 19 I ran my first girl on the streets of Saint Petersburg."'
 					'"Too bad she had a nasty habit of always talking back to me."'
 					'"Knocking out her teeth helped a lot with that, too bad that made her too ugly to be profitable, ha ha ha."'
-					'<<$npc_firstname[''A217'']>> lets out an evil laugh, you don''t think that was a joke.'
+					'<<$npc_nickname[''A217'']>> lets out an evil laugh, you don''t think that was a joke.'
 				elseif talkrand = 5:
-					'<<$npc_firstname[''A217'']>> tells you a story from his childhood.'
+					'<<$npc_nickname[''A217'']>> tells you a story from his childhood.'
 					'"One day, when I was 6 years old I accidently broke one of my mother''s crystal figurines."'
 					'"That day she hit me over the head with her heels, you can still see the scar."'
-					'<<$npc_firstname[''A217'']>> moves his head towards you and moves his hair away. You indeed see a big scar on his scalp.'
+					'<<$npc_nickname[''A217'']>> moves his head towards you and moves his hair away. You indeed see a big scar on his scalp.'
 					'"After that she refused to feed me for 2 weeks, so I had to get by with scraps I found in the garbage."'
 					'It seems he had a very rough childhood.'
 				elseif talkrand = 6:
-					'It looks like <<$npc_firstname[''A217'']>> is drunk.'
+					'It looks like <<$npc_nickname[''A217'']>> is drunk.'
 					'"You will never disobey me? right <<$pcs_firstname>> ? "'
 					'"Your face is so pretty, I really don''t want to mess that up"'
-					'"What are you saying <<$npc_firstname[''A217'']>>? stop that , you are scaring me."'
+					'"What are you saying <<$npc_nickname[''A217'']>>? stop that , you are scaring me."'
 					'"What ? I give you a compliment and you get scared. You don''t have to fear me, I wouldn''t hurt a fly."'
-					'<<$npc_firstname[''A217'']>> had too much to drink and he is only talking nonsense.'
+					'<<$npc_nickname[''A217'']>> had too much to drink and he is only talking nonsense.'
 				end
 				act 'Finish':gt 'HotelHole','Pavlin'
 		end
@@ -254,7 +273,7 @@ if $ARGS[0] = 'Pavlin' :
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
 			'<<$pcs_firstname>>, have you heard, the circus is in town.'
-			'You look at <<$npc_firstname[''A217'']>> with a surprised look. "I didn''t know you were a fan of the circus. You want to go see a show or something?"'
+			'You look at <<$npc_nickname[''A217'']>> with a surprised look. "I didn''t know you were a fan of the circus. You want to go see a show or something?"'
 			'What? No, don''t be silly girl. A circus here means at least 50 guys in town who are looking for a good time after the shows.'
 			'And sometimes even between the shows. he laughed.'
 			'I actually have 2 performers waiting on a girl right now. I called a girl but she is still 10 minutes out. They are getting restless because they need to start their next show soon. Do you think you can take them?'
@@ -269,7 +288,7 @@ if $ARGS[0] = 'Pavlin' :
 				cla
 				*nl
 				'"Ok, you can go ahead to room 312. They are expecting you"'
-				'<<$npc_firstname[''A217'']>> gives you the key for the hotel room.'
+				'<<$npc_nickname[''A217'']>> gives you the key for the hotel room.'
 				act 'Go to room 312':gt 'HotelHole','clown'
 			end
 		end
@@ -280,13 +299,13 @@ if $ARGS[0] = 'Pavlin' :
 			minut += 1
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
-			'"<<$pcs_firstname>>, I got a guy who is willing to pay a LOT of money for a threesome with a set of twins. Do you happen to know a pair of twins who''d be down to make some quick cash?" <<$npc_firstname[''A217'']>> asks, looking hopeful.'
+			'"<<$pcs_firstname>>, I got a guy who is willing to pay a LOT of money for a threesome with a set of twins. Do you happen to know a pair of twins who''d be down to make some quick cash?" <<$npc_nickname[''A217'']>> asks, looking hopeful.'
 			'You think for a moment before responding. "No I don''t. However, a lot of people say my sister and I look alike. Maybe if I wear my hair like hers and we put on enough make up we could pass as twins."'
-			'"That''s a great idea! Do you think she would be willing to do this?" <<$npc_firstname[''A217'']>> asks, suddenly very excited at the prospect.'
+			'"That''s a great idea! Do you think she would be willing to do this?" <<$npc_nickname[''A217'']>> asks, suddenly very excited at the prospect.'
 			if sisterLesb < 2:
 				'"What? No, I was just saying we look alike, I wouldn''t dare propose an idea like this to her."'
-				'"THEN WHY BRING HER UP, YOU STUPID CUNT?" <<$npc_firstname[''A217'']>>''s excitement quickly dissolves to rage as he raises his hand up, ready to strike.'
-				'You brace for the hit, closing your eyes tightly. The slap never comes however, and you open your eyes to see <<$npc_firstname[''A217'']>> has backed off. You''re confused at first, but notice that the people in the lobby are looking at the two of your after his little outburst.'
+				'"THEN WHY BRING HER UP, YOU STUPID CUNT?" <<$npc_nickname[''A217'']>>''s excitement quickly dissolves to rage as he raises his hand up, ready to strike.'
+				'You brace for the hit, closing your eyes tightly. The slap never comes however, and you open your eyes to see <<$npc_nickname[''A217'']>> has backed off. You''re confused at first, but notice that the people in the lobby are looking at the two of your after his little outburst.'
 				'You quickly stand up and leave him be.'
 				*nl
 				'You probably shouldn''t bring up this topic anymore... unless you have a more positive response to this request.'
@@ -295,7 +314,7 @@ if $ARGS[0] = 'Pavlin' :
 			elseif sisterLesb => 2:
 				'You feel a tingling in your loins just thinking about your sister and, without thinking, you blurt out: "Of course she will!"'
 				'"That''s fantastic <<$pcs_firstname>>, Once you are ready bring her over and I''ll introduce you to the client."'
-				'Realizing the commitment you just made, worry begins to seep into you. You hope your sister is really up for it, because you fear how <<$npc_firstname[''A217'']>> will react if you can''t deliver.'
+				'Realizing the commitment you just made, worry begins to seep into you. You hope your sister is really up for it, because you fear how <<$npc_nickname[''A217'']>> will react if you can''t deliver.'
 				TwinQW = 1
 				TwinJourQW = 2
 				act 'Back to lobby': gt 'HotelHole'
@@ -310,7 +329,7 @@ if $ARGS[0] = 'Pavlin' :
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
 			if pavldaystart = daystart:
 				PavlinQW = 5
-				'Before you can even say one word, <<$npc_firstname[''A217'']>> is already yelling at you,'
+				'Before you can even say one word, <<$npc_nickname[''A217'']>> is already yelling at you,'
 				if pavldom = 0:
 					'"Didn''t you have enough with one black eye, do you really need another?"'
 				else
@@ -321,25 +340,25 @@ if $ARGS[0] = 'Pavlin' :
 				pavldaystart2 = daystart
 			elseif pavtalk = 0:
 				PavlinQW = 6
-				'"<<$npc_firstname[''A217'']>> I ..." you start talking but he immediately interrupts you.'
+				'"<<$npc_nickname[''A217'']>> I ..." you start talking but he immediately interrupts you.'
 				'"I hope you learned your lesson <<$pcs_firstname>>. I am sorry I had to do that but you need to understand the situation here."'
 				'You were hoping you could have an honest conversation with him about the incident but you understand now that that is not possible yet.'
 				pavtalk = 1
 				pavldaystart2 = daystart
 			elseif pavtalk = 1:
-				'"<<$npc_firstname[''A217'']>> I need..." you start talking but he immediately interrupts you.'
+				'"<<$npc_nickname[''A217'']>> I need..." you start talking but he immediately interrupts you.'
 				'"What now? Stop bothering me and go back to work."'
 				'You were hoping you could have an honest conversation with him about the incident but you understand now that that is not possible yet.'
 				pavtalk = 2
 				pavldaystart2 = daystart
 			elseif pavtalk = 2:
-				'"<<$npc_firstname[''A217'']>> I need to talk..." you start talking but he immediately interrupts you.'
+				'"<<$npc_nickname[''A217'']>> I need to talk..." you start talking but he immediately interrupts you.'
 				'"<<$pcs_firstname>>, please go back to work, I think I made myself clear."'
 				'For the first time since you met him, you can see a glimpse of insecurity in his eyes.'
 				'You might be getting through to him.'
 				pavtalk = 3
 			elseif pavtalk = 3:
-				'"<<$npc_firstname[''A217'']>> I need to talk to you about our little incident."'
+				'"<<$npc_nickname[''A217'']>> I need to talk to you about our little incident."'
 				'"<<$pcs_firstname>>, I am very sorry for my behaviour. I don''t know what came over me."'
 				'"I had a very bad day and your request was just the final drop."'
 				'"I hope you can forgive me and we can still work together."'
@@ -365,8 +384,8 @@ if $ARGS[0] = 'Pavlin' :
 			'"<<$pcs_firstname>>, today I received a request for a pregnant girl. A Pregnant Girl! How the hell am I going to find a girl that is pregnant and willing to do this shit." he says, shaking his head.'
 			if knowpreg = 1 and pregtime >= 150:
 				cla
-				'You feel anger towards <<$npc_firstname[''A217'']>> rising up inside you. "Do you ever pay attention to me? Can''t you see I am pregnant?" You ask, gesturing at your obviously swollen belly.'
-				'"Of course I know that!" <<$npc_firstname[''A217'']>>''s brows furrow, letting you know he''s getting mad. Butterflies flutter in your stomach, fear trying to match up with the anger.'
+				'You feel anger towards <<$npc_nickname[''A217'']>> rising up inside you. "Do you ever pay attention to me? Can''t you see I am pregnant?" You ask, gesturing at your obviously swollen belly.'
+				'"Of course I know that!" <<$npc_nickname[''A217'']>>''s brows furrow, letting you know he''s getting mad. Butterflies flutter in your stomach, fear trying to match up with the anger.'
 				'His expression softens a little before continuing. "This customer has some pretty weird requests, are you up for it?"'
 
 				act 'Not really, let''s stick with vanilla for now': gt 'HotelHole','Pavlin'
@@ -384,7 +403,7 @@ if $ARGS[0] = 'Pavlin' :
 			end
 			if knowpreg = 0:
 				cla
-				'<<$npc_firstname[''A217'']>> looks at your body and you know what he is thinking.'
+				'<<$npc_nickname[''A217'']>> looks at your body and you know what he is thinking.'
 				'"Yeah that''s definitly tough, good luck with that." You say before quickly leaving.'
 				act 'Back to lobby': gt 'HotelHole'
 			end
@@ -399,12 +418,12 @@ if $ARGS[0] = 'PregBDSM' :
 	gs 'boyStat', $npclastgenerated
 	gs 'stat'
 	'"That shouldn''t be a problem. With what he''s willing to pay, you''ll be able to put that kid of yours through college."'
-	'<<$npc_firstname[''A217'']>> steps away to make the call and, 10 minutes later, the customer shows up.'
+	'<<$npc_nickname[''A217'']>> steps away to make the call and, 10 minutes later, the customer shows up.'
 	*nl
-	'He introduces himself as <<$boydesc>> "Very nice <<$npc_firstname[''A217'']>>. This is exactly what I was looking for." He says while hungrily eyeing your pregnant body.'
-	'<<$npc_firstname[''A217'']>> and <<$boydesc>> have a short discussion about your price.'
+	'He introduces himself as <<$boydesc>> "Very nice <<$npc_nickname[''A217'']>>. This is exactly what I was looking for." He says while hungrily eyeing your pregnant body.'
+	'<<$npc_nickname[''A217'']>> and <<$boydesc>> have a short discussion about your price.'
 	*nl
-	'<<$npc_firstname[''A217'']>> goes over to the desk girl and comes back with a key." We have full access to the hotel basement for the next 2 hours, so let''s get on with it."'
+	'<<$npc_nickname[''A217'']>> goes over to the desk girl and comes back with a key." We have full access to the hotel basement for the next 2 hours, so let''s get on with it."'
 	act 'To the Basement':
 		*clr & cla
 		gs 'arousal', 'foreplay', 5, 'rough','sub','humiliation'
@@ -412,13 +431,13 @@ if $ARGS[0] = 'PregBDSM' :
 		gs 'pain', 3, 'breasts', 'spank'
 		gs 'pain', 3, 'nipples', 'spank'
 		gs 'stat'
-		'When the three of you arrive in the basement <<$npc_firstname[''A217'']>> goes and sits himself on a stool in the corner of the room while the man takes you to a table in the center.'
+		'When the three of you arrive in the basement <<$npc_nickname[''A217'']>> goes and sits himself on a stool in the corner of the room while the man takes you to a table in the center.'
 		*nl
 		'He hands you a set of leather wrist cuffs, a matching collar, and a pair of heels.'
 		'"Undress and wear these." the man says, curtly.'
 		'While you are busy undressing and equipping your new accessories, he lays out a series of whips and crops. He turns to you and, with a happy grin, says "Please, choose one for us to enjoy."'
 		'"<<$pitfs>>Ok, this might be a little heavier than I expected.<<$pitfe>> "You think, beginning to second guess your decision.'
-		'You look at <<$npc_firstname[''A217'']>> with pleading eyes, but receive no sympathy in return. You realize it''s too late to back out now. You examine the foreign whips and choose the one you think would be the least painful; a thin one that appears light in weight, figuring that the heavier ones would cause much more pain.'
+		'You look at <<$npc_nickname[''A217'']>> with pleading eyes, but receive no sympathy in return. You realize it''s too late to back out now. You examine the foreign whips and choose the one you think would be the least painful; a thin one that appears light in weight, figuring that the heavier ones would cause much more pain.'
 		*nl
 		'<<$boydesc>> approaches you and starts caressing your swollen belly and breasts.'
 		*nl
@@ -496,9 +515,9 @@ if $ARGS[0] = 'PregBDSM' :
 				'"<<$pitfs>>No no no, not that! Anything but that!<<$pitfe>>"'
 				'You try to resist and stiffen your neck, attempting to push your head back up. The smell of your own piss wafts into your nostrils, hot and bitter.'
 				'"Now be a good little bitch and take a nice sip from your bowl," he says, holding your head in place.'
-				'You shoot a look of terror across the room to <<$npc_firstname[''A217'']>>, hoping against hope that he would stop this.'
+				'You shoot a look of terror across the room to <<$npc_nickname[''A217'']>>, hoping against hope that he would stop this.'
 				'Your heart sinks as he just gestures for you to go ahead and do your job.'
-				'"<<$pitfs>>What do I do? I can''t do this, but if I stop now I won''t get any money and <<$npc_firstname[''A217'']>> will be furious! Why did I put myself in this situation?<<$pitfe>>" Your breathing becomes ragged as the panic reaches a new peak in your chest.'
+				'"<<$pitfs>>What do I do? I can''t do this, but if I stop now I won''t get any money and <<$npc_nickname[''A217'']>> will be furious! Why did I put myself in this situation?<<$pitfe>>" Your breathing becomes ragged as the panic reaches a new peak in your chest.'
 				act 'Swallow your last bit of pride and take a sip':
 					*clr & cla
 					pcs_hydra += 20
@@ -531,7 +550,7 @@ if $ARGS[0] = 'PregBDSM' :
 						*clr & cla
 						*nl
 						'"Wow I can''t believe you actually did that shit. It was disgusting. You really are the best girl I''ve got."'
-						'Here is your reward. You certainly deserve it. <<$npc_firstname[''A217'']>> hands you a huge pile of cash.'
+						'Here is your reward. You certainly deserve it. <<$npc_nickname[''A217'']>> hands you a huge pile of cash.'
 						'You start counting it and find that it is almost 28,000 <b>₽</b>.'
 						'"<<$pitfs>>This is definitely a large amount, but the things I had to do for this, was it really worth it?<<$pitfe>>" You contemplate what you''ve done and how low it made you feel. You were treated like a dog, a whipping post, and a piss slave. You feel a deep sense of shame as you tuck the money into your wallet and move on.'
 						money += 28000
@@ -549,22 +568,22 @@ if $ARGS[0] = 'PregBDSM' :
 					gs 'pain', 9, 'tummy', 'kick'
 					gs 'stat'
 					'You start shaking your head violently and wrestle yourself free from his grip with all your strength. You roll away and break down crying on the floor.'
-					'"What the hell <<$npc_firstname[''A217'']>>? You told me she was up for it. This is the last time I try one of your girls" <<$boydesc>> quickly zips his cock away, collects his stuff, and leaves the room in a huff of anger.'
+					'"What the hell <<$npc_nickname[''A217'']>>? You told me she was up for it. This is the last time I try one of your girls" <<$boydesc>> quickly zips his cock away, collects his stuff, and leaves the room in a huff of anger.'
 					*nl
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin_violent4.jpg"></center>'
 					*nl
-					'You look up from the floor and you no longer see <<$npc_firstname[''A217'']>>''s eyes; you see a monster. You can practically feel the rage radiating from him as he marches towards you, fists clenched.'
-					'You scramble to your feet as quickly as you''re able and try to reason with him. "<<$npc_firstname[''A217'']>>, I''m so sorr-" You can''t even complete one sentence before you feel your nose explode under his fist.'
+					'You look up from the floor and you no longer see <<$npc_nickname[''A217'']>>''s eyes; you see a monster. You can practically feel the rage radiating from him as he marches towards you, fists clenched.'
+					'You scramble to your feet as quickly as you''re able and try to reason with him. "<<$npc_nickname[''A217'']>>, I''m so sorr-" You can''t even complete one sentence before you feel your nose explode under his fist.'
 					'"You fucking CUNT! Do you know how much money you just cost me?!?!" He screams!'
 					'You feel blood pouring from your nose and down your face. The metallic taste is bitter as it pools inside mouth. You attempt to shake the dizziness from your head, but a second punch slams into your jaw.'
 					'"After everything I''ve done for you, this is how you repay me?!?"'
-					'You stumble back and look at <<$npc_firstname[''A217'']>> with watery eyes. You see his clenched hand rise again, so you cover your head for protection and close your eyes, bracing for impact.'
+					'You stumble back and look at <<$npc_nickname[''A217'']>> with watery eyes. You see his clenched hand rise again, so you cover your head for protection and close your eyes, bracing for impact.'
 					*nl
-					'All the breath leaves your body as <<$npc_firstname[''A217'']>> buries his fist into your pregnant belly. Your knees turn to jelly as you fall to the ground, now laying on your side. You feel a sickly, twisting pain in your stomach and everything inside you feels wrong.' 
+					'All the breath leaves your body as <<$npc_nickname[''A217'']>> buries his fist into your pregnant belly. Your knees turn to jelly as you fall to the ground, now laying on your side. You feel a sickly, twisting pain in your stomach and everything inside you feels wrong.' 
 					'"<<$pitfs>>No! He has to stop! My baby...<<$pitfe>>" Your motherly instict cries out to you.'
 					'The tip of the horrible bastard''s steel toe boot slams into your swollen belly again and again. You try to cover your womb with your arms as the kicking assault continues, but the boot still manages to make it through your desperate defense.'
 					*nl
-					'<<$pitfs>>I have to make him stop, I have to! <<$pitfe>>"Stop <<$npc_firstname[''A217'']>>! Please! My baby..." you beg and look up at him just in time to see the sole of his boot racing down towards your face...'
+					'<<$pitfs>>I have to make him stop, I have to! <<$pitfe>>"Stop <<$npc_nickname[''A217'']>>! Please! My baby..." you beg and look up at him just in time to see the sole of his boot racing down towards your face...'
 					act 'Everything goes black':
 						*clr & cla
 						fcolor = rgb(255, 255, 255)
@@ -702,20 +721,20 @@ if $ARGS[0] = 'Twins' :
 	minut += 20
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
-	'"Hi <<$npc_firstname[''A217'']>>, this is my sister, Anya."'
-	'<<$npc_firstname[''A217'']>> looks at the two of you from top to bottom with analytical eyes. Finally, he cracks a smile and starts laughing.'
+	'"Hi <<$npc_nickname[''A217'']>>, this is my sister, Anya."'
+	'<<$npc_nickname[''A217'']>> looks at the two of you from top to bottom with analytical eyes. Finally, he cracks a smile and starts laughing.'
 	'"Well, well, you weren''t kidding. You two look exactly alike. OK, let me call the client."'
 	'He steps away to make a quick phone call. You turn and smile at your sister, excitedly. Anya smiles back, but her grins seems forced and you can tell that she''s nervous. "Lighten up, sis. We''re just gonna go get dicked down and we''ll walk away paid. It''ll be fun!" You say, trying to reassure her while praying that she won''t back out. You hate to think how <<$npc_firstname[''A217'']>> would react if you cancelled at this stage.'
 	'Anya''s smile becomes more genuine seeing your excitement. "Yeah, I know. I''m just a little nervous, but I''ll be fine. I promise." You sigh with relief.'
 	*nl
-	'<<$npc_firstname[''A217'']>> returns and ushers you both to his car.'
+	'<<$npc_nickname[''A217'']>> returns and ushers you both to his car.'
 	*nl
 	'He drives you to a nice house at the outskirts of town.'
 	act 'Go meet the client':
 		*clr & cla
 		gs 'npcgeneratec', 0
 		gs 'boyStat', $npclastgenerated
-		'<<$npc_firstname[''A217'']>> drops you off and tells you he will come back to pick you up in 1 hour.'
+		'<<$npc_nickname[''A217'']>> drops you off and tells you he will come back to pick you up in 1 hour.'
 		'You walk hand-in-hand with your sister to the door, practically dragging her alongside you, before ringing the bell.'
 		'You can see your sister is still very nervous, so you give her a little peck on the cheek and tell her, "Don''t worry, everything is going to be fine. I''ll try to keep his attention mostly on me, if you''re scared."'
 		'Before Anya can respond a man opens the door and invites you in.'
@@ -820,8 +839,8 @@ if $ARGS[0] = 'Twins' :
 								*nl
 								'"Since your sister was a real champ, taking it in the ass and all that, you can be on cleaning duty." <<$boydesc>> says as he pushes his cum-soaked dick between your sibling''s lips.'
 								'Anya tries to protest but it''s too late; the dick enters her mouth before any words leave it. She resigns herself to the task and uses her tongue to thoroughly clean the cock, whimpering in disapproval. You can''t help but snicker at the idea of her being forced to taste you ass on this stranger''s rod. Anya shoots you an angry look from the side.'
-								'Suddenly you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_firstname[''A217'']>> has arrived.'
-								'Not wanting to keep <<$npc_firstname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
+								'Suddenly you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_nickname[''A217'']>> has arrived.'
+								'Not wanting to keep <<$npc_nickname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
 								act 'Pavlin takes you home':gt 'HotelHole','twinhome'
 							end
 						end
@@ -856,8 +875,8 @@ if $ARGS[0] = 'Twins' :
 							'"Since your sister was a real champ by taking it in the ass, you can be on cleaning duty." <<$boydesc>> says while pushing his cum-soaked dick between your lips.'
 							'You try to protest but it''s too late; the dick enters your mouth before any words leave it. You submit and use your tongue to thoroughly clean his cock, whimpering in disapproval. You hear Anya snicker at the idea of you being forced to taste her ass on this stranger''s rod. You shoot her an angry look from the side.'
 							*nl
-							'Suddenly, you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_firstname[''A217'']>> has arrived.'
-							'Not wanting to keep <<$npc_firstname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
+							'Suddenly, you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_nickname[''A217'']>> has arrived.'
+							'Not wanting to keep <<$npc_nickname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
 							act 'Pavlin takes you home':gt 'HotelHole','twinhome'
 						end
 					end
@@ -870,13 +889,13 @@ end
 if $ARGS[0] = 'twinhome':
 	*clr & cla
 	gs 'cum_call','face', $npclastgenerated
-	'You both jump in the car and <<$npc_firstname[''A217'']>> drives away.'
+	'You both jump in the car and <<$npc_nickname[''A217'']>> drives away.'
 	'"Thanks for this experience <<$pcs_nickname>>, you really are the greatest sister in the world!" Anya says before grabbing you and planting a passionate kiss on your still sticky lips.'
 	'After a while, you reach the apartment complex.'
-	'"Great job girls. Anya, if you ever want to come work for me, like your sister, feel free to drop by the hotel." <<$npc_firstname[''A217'']>> offers.'
+	'"Great job girls. Anya, if you ever want to come work for me, like your sister, feel free to drop by the hotel." <<$npc_nickname[''A217'']>> offers.'
 	'"Ha, ha, no thanks. I am not a who..." Anya looks at you and stops herself before she finishes the sentence.'
 	'"Hmm, no, not interested, thanks." She says while quickly leaving the car.'
-	'"Ha ha ha! Luckily there is still one actual whore in the family!" <<$npc_firstname[''A217'']>> can''t stop laughing as he hands you 10,000 <b>₽</b>.'
+	'"Ha ha ha! Luckily there is still one actual whore in the family!" <<$npc_nickname[''A217'']>> can''t stop laughing as he hands you 10,000 <b>₽</b>.'
 	'You leave the car, face burning red in embarrassment, and go inside to your room.'
 	'You were planning to divide the money evenly with your sister, but now that you know what she really thinks of you, you hand her 1,000 <b>₽</b>. "Well, since you''re not a whore, I guess you don''t deserve a whore''s pay." You say snidely. You march back out of the room angrily before Anya has a chance to respond.'
 	gs 'arousal','end'
@@ -1024,13 +1043,13 @@ if $ARGS[0] = 'clown':
 						'Blinded by the pie you feel the clowns grabbing you by the arms and they push you out of the room.'
 						'They throw your clothes at you and Popav says: "Maybe next time you will laugh at our jokes and you will have a better time."'
 						'You start rubbing your face, cleaning off the pie when you realize you are standing butt naked in the hallway.'
-						'You quickly put on your clothes and go to the bar to meet <<$npc_firstname[''A217'']>>.'
+						'You quickly put on your clothes and go to the bar to meet <<$npc_nickname[''A217'']>>.'
 						act 'Go to the bar':
 							*clr & cla
 							money += 2000
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
-							'You see <<$npc_firstname[''A217'']>> in his usual corner booth and go over to him.'
+							'You see <<$npc_nickname[''A217'']>> in his usual corner booth and go over to him.'
 							'When he notices your face full of pie he starts laughing.'
 							'Ha ha ha, it looks like you had a good time <<$pcs_firstname>>.'
 							'Not at all, this was one of the weirdest things I ever encountered in my life.'