Browse Source

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

julzor 4 years ago
parent
commit
8d5be77d24

+ 1 - 1
locations/family_schedule.qsrc

@@ -35,7 +35,7 @@ if week <= 5:
 		!!Walk home from work
 		anyaloc = 8
 	elseif hour < 18:
-		Personal activities: Relaxing in bedroom, working out at the community center, etc (this is also the time frame Roma comes over some times)
+		!!Personal activities: Relaxing in bedroom, working out at the community center, etc (this is also the time frame Roma comes over some times)
 		anyaloc = rand(9,10,11)
 	elseif hour = 18 and minut < 30:
 		!!Family dinner

+ 2 - 0
locations/motherQW.qsrc

@@ -259,6 +259,7 @@ if $ARGS[0] = 'oluHome':
 				minut += 60
 				guy += 1
 				stat['anal'] += 1
+				npc_sex['A55'] += 1
 				gs 'boyStat', 'A55'
 				if pcs_ass < dick: pcs_ass += 2
 				sexpartkno = 1
@@ -300,6 +301,7 @@ if $ARGS[0] = 'oluHome':
 
 			act 'Have sex with Olu':
 				*clr & cla
+				npc_sex['A55'] += 1
 				gs 'boyStat', 'A55'
 				minut += 30
 				if pcs_ass < dick: pcs_ass += 2 & agape = 1

+ 1 - 2
locations/shop.qsrc

@@ -614,8 +614,7 @@ end
 if $shoplocation = 'Anya':
 	cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister.jpg"></center>'
-	gs'dinsister'
-	dynamic $sischecks
+	gs 'sister_chat', 'checks'
 	'"<<$pcs_nickname>>, do not disturb me at work, can''t you see I have customers?""'
 	act '<B>Move away</B>':gt'shop','start'
 end

+ 369 - 755
locations/sister.qsrc

@@ -1,14 +1,13 @@
 # sister
 
-!!model Megan Vale Valentina Azarov
+!!model Valentina Azarov - Megan Vale - Lupe Burnett
 sisterAge = year - ((npc_dob['A33'] - (npc_dob['A33'] mod 10000)) / 10000)
 $sisterLocationTitle = '<center><h1><font color="maroon">Anya</font></h1></center>'
 gs 'stat'
 
-*pl $sisterLocationTitle
-'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-*nl
-'Your sister Anya is a bit older than you. She is <<sisterAge>> years old. She graduated from high school, but didn''t go to the university and now works at the supermarket.'
+'<center><h1><font color="maroon">Anya</font></h1></center>'
+'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister' + rand(1,3) + '.jpg"></center>'
+'Your sister Anya is a bit older than you. She is <<sisterAge>> years old. She graduated from Secondary school, but didn''t go to the university and now works at the local supermarket, here in Pavlovsk.'
 gs 'dinsister'
 dynamic $sischecks
 
@@ -17,849 +16,464 @@ if hour = 8 and week < 6:
 	act 'Apologize and let her get ready':gt $loc, $metka
 exit
 end
-
+!!I moved stuff around some, as the sister stuff was scattered over a bunch of files and I can''t recall if finding your sister at the community center always linked here or not, can you check and make sure it now does if it doesn''t?
 if $ARGS[0] = 'gdk':
-	!Near the club with friends
-	if npc_rel['A33'] < 40:
+	*clr & cla
+	if npc_rel['A33'] < 20:
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/anyaroma1.jpg"></center>'
 		'"What do you want? Fuck off!" Anya and her friends laugh and point at you, until you leave them alone.'
-
-	elseif sisboypartyQW < 2 and sisboyparty = 2 and sisboyparty_day + 1 = daystart:
-		cla
-		'Anya and some of her friends are dressed up organizing themselves before going to a party. Anya sees you and waves you to her.'
-
-		act 'Go to the party':gt 'sisterQW','sisboyQW_party'
-
-	elseif sisboypartyQW >= 2 and sisboyparty = 2 and sisboyparty_day + 1 = daystart:
-		cla
-		'A merry group of friends have gathered for another boozy party at Rex''s.'
-
-		act 'Go to the party':dynamic $party_pre_conditions
-
+		act 'Move away':SiSgdk = 0 & gt $loc, $metka
+	! Showing up after party invite
+	elseif week = 5 and ((daystart - (daystart mod 7)) / 7) mod 2 = 0 and sisterQW['party'] = 1 and (daystart - sisterQW['partyday'] < 5):
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/anyaroma2.jpg"></center>'
+		'Anya and some of her friends are dressed up organizing themselves before going to the party. Anya sees you and waves you to her. "Come on, I was starting to wonder if you were going to show up."'
+		gs 'sister', 'partyanswer', 'anya'
+	! Anya heading to party
+	elseif npc_rel['A33'] >= 70 and week = 5 and ((daystart - (daystart mod 7)) / 7) mod 2 = 0 and sisterQW['party'] = 0:
+		minut += 5
+		gs 'stat'
+		if npc_rel['A57'] >= 80:
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/reks.jpg"></center>'
+			'Anya and her friends are dressed up and hanging out, like they are about to leave and go somewhere.'
+			gs 'sister', 'partyanswer', 'rex'
+		else
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/anyaroma2.jpg"></center>'
+			'Anya and her friends are dressed up and hanging out, like they are about to leave and go somewhere.'
+			'Then your sister sees you, smiles and waves you over. "Hi <<$pcs_nickname>>, we''re going to a party at Rex''s today. Want to come with us?"'
+			gs 'sister', 'partyanswer', 'anya'
+		end
 	else
 		cla
-		'Anya sits with some girls and boys, drinking beer. "Hey <<$pcs_nickname>>!" Anya smiles, "Want some beer?"'
-
+		'Anya sits with some girls and boys, drinking beer. "Hey <<$pcs_nickname>>!" Anya smiles, "Want a beer?"'
 		act 'Drink beer':
 			*clr & cla
 			minut += 60
 			npc_rel['A33'] += 5
 			gs 'drugs', 'alcohol', 'beer', 3
 			gs'stat'
-
 			if AniaFrends >= 1:
-				gt'annafrends', 'scene1'
-			elseif AniaFrends = 0:
+				gt'sister', 'scene1'
+			else
 				AniaFrends = 1
-				'You meet Anya''s friends. They are all her former classmates. There''s small and nimble Lena, Ira who is constantly confused, a tall athletic guy, whom everyone calls Rex, and a red-haired lanky guy named Roma. After the introductions you sit down with them, drinking beer and chatting with Anya and her friends.'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/anyaroma1.jpg"></center>'
+				'You meet Anya''s friends. They are all her former classmates. There''s small and nimble Lusya, Ira who is constantly confused, a tall athletic guy, whom everyone calls Rex, and a red-haired lanky guy named Roma. After the introductions you sit down with them, drinking beer and chatting with Anya and her friends.'
 			end
-
 			act 'Move away':SiSgdk = 0 & gt $loc, $metka
 		end
 		if sisboyparty = 2 and sisboyparty_day + 1 = daystart and hour = 17 and minut >= 30:act 'Go to the party':gt'sisterQW','sisboyQW_party'
 	end
-
-	act 'Move away':SiSgdk = 0 & gt $loc, $metka
-	exit
 end
 
-!Terms of the campaign to the party
-$party_pre_conditions ={
-	*clr & cla
-	minut += 5
-	gs'stat'
-	if rex < 80 or rex_breakup = 1:
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_1.jpg"></center>'
-		$sisPartyInvite = '"Hi <<$pcs_nickname>>, we''re going to a party at Rex''s today. Want to come with us?"'
-
-		if mesec > 0:
-			*pl $sisPartyInvite
-			'"Sorry Anya, I''m not in the mood today, you go without me."'
-			'"What, are you on the rag today? You should have told me! Alright, go home and get some rest."'
-			act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
-		elseif pcs_mood < 50:
-			*pl $sisPartyInvite
-			'"Sorry Anya, I''m not in the mood today, you go without me."'
-			'"You do look a little pale sis, go home and get some rest."'
-			act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
-		elseif alko >= 3:
-			'"<<$pcs_nickname>>, how the hell did you get so drunk already? I was going to invite you to a party, but you look like you have already been to one. Go home and sleep it off."'
-			act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
-		elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):
-			'"My God, you''ll get yourself a reputation! Go home and wash that off, quickly."'
-			'You feel a little ashamed that your sister has seen you looking like this in public.'
-			act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
+if $ARGS[0] = 'partyanswer':
+	if $ARGS[1] = 'anya':
+		if mesec > 0 or pcs_mood < 25 or alko >= 3 or cumloc[11] = 1 or cumloc[6] = 1 or cumloc[7] = 1:
+			sisterQW['party'] = -1
+			if mesec > 0:
+				'"Sorry Anya, I''m not in the mood today, you go without me."'
+				'"What, are you on the rag today? You should have told me! Alright, go home and get some rest."'
+				act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			elseif pcs_mood < 25:
+				'"Sorry Anya, I''m not in the mood today, you go without me."'
+				'"You do look a little pale sis, go home and get some rest."'
+				act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			elseif alko >= 3:
+				'"<<$pcs_nickname>>, how the hell did you get so drunk already? I was going to invite you to a party, but you look like you have already been to one. Go home and sleep it off."'
+				act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			else
+				'Her smile fades and she seems confused for a moment then gets a look of disgust on her face. "My God, why are you walking around with your face coverd in cum? You''ll get yourself a reputation! Go home and wash that off, quickly."'
+				'You feel a little ashamed that your sister has seen you looking like this in public.'
+				act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			end
 		else
-			*pl $sisPartyInvite
-
-			act 'Yes':gt 'sbReksHome','party'
-
 			act 'Decline':
 				*clr & cla
 				minut += 5
-				sisboyparty = -1
+				sisterQW['party'] = -1
 				gs'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_1.jpg"></center>'
-				*nl
 				'"I''d love to, but I have a lot of homework to do. I''m sorry."'
 				'"Don''t worry, maybe next time you can come."'
 				act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
 			end
-
+			act 'Go to the party':gt 'sisterQW','sisboyQW_party'
 		end
-	elseif rex >= 80:
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/reks.jpg"></center>'
-		*nl
-		if pav_slut >= 125:
+	elseif $ARGS[1] = 'rex':
+		if pav_slut >= 125 or cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):
 			rex_breakup = 1
 			reksLike = 0 
-			rex = 0
+			npc_rel['A57'] = 0
 			rexPark = 0
 			rexCar = 0
-			'"Shit, <<$pcs_nickname>> everywhere people say you are a fucking whore. What is this garbage, <<$pcs_nickname>>? I thought we were an item, and things were getting serious, and you''re fucking around?"'
-			'"I do not know what came over me, I was not myself, please forgive me, if you can."'
-			'"Listen, everything''s OK, but let''s just be friends and forget all that we had. Okay?"'
-			'"Okay..."'
-
-			act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			if pav_slut >= 125:
+				'"Shit, <<$pcs_nickname>> everywhere people are saying you are a fucking whore. What is this garbage, <<$pcs_nickname>>? I thought we were an item, and things were getting serious, and you''re fucking around?"'
+				'"I do not know what came over me, I was not myself, please forgive me, if you can."'
+				'"Listen, everything''s OK, but let''s just be friends and forget being together. Okay?"'
+				'"Okay..."'
+				act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			else
+				'"Shit, <<$pcs_nickname>> are you covered in cum? What is this garbage, <<$pcs_nickname>>?" He leans in to get a better look then recoils in disgust.'
+				'Your hand goes up to the dried cum on your face, you forgot about it. "I do not know what came over me, I was not myself, please forgive me, if you can."'
+				'"What ever slut, just get away from me." With that he moves away from you and now you see everyone giving you either a disgusted or angry look.'
+				'"Okay..." Not knowing what else to say you walk away.'
+				act 'Move away':SiSgdk = 0 & gt $loc, $metka
+			end
 		elseif mesec > 0 or pcs_mood < 50:
 			'"Sorry Rex, sweetie, I''m not feeling too good today, you go without me."'
 			'"Sweetie, I do not want to leave you alone, but I need to go with the guys, take care, and do not be sad."'
 			'Rex gives you a gentle kiss on your cheek and leaves.'
-
 			act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
 		elseif alko >= 3:
 			'"<<$pcs_nickname>>, are you drunk? I wanted to invite you to the party, but you look like you just left a party. Go home and sleep it off."'
-
-			act 'Move away':SiSgdk = 0 & gt $loc, $metka
-
-		elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1):
-			rex_breakup = 1
-			reksLike = 0 
-			rex = 0
-			rexPark = 0
-			rexCar = 0
-			'"Shit, <<$pcs_nickname>> you are covered in semen. What is this garbage, <<$pcs_nickname>>? I thought we were an item, and things were getting serious, and you''re fucking around?"'
-			'"I do not know what came over me, I was not myself, please forgive me, if you can."'
-			'"Listen, everything''s OK, but let''s just be friends and forget all that we had. Okay?"'
-			'"Okay..."'
-
 			act 'Move away':SiSgdk = 0 & gt $loc, $metka
 		else
-			'"Baby, let''s go to my place, once again I am hosting a great get together."'
-
-			act 'Accept':gt 'sbReksHome','party'
-
+			'"Baby, let''s go to my place, I am throwing another one of my parties."'
 			act 'Decline':
 				cla
 				minut += 5
-				sisboyparty = -1
+				sisterQW['party'] = -1
 				gs'stat'
 				'"Sorry Rex, I have a lot of homework. I''d love to but I don''t want to fail my exams."'
 				'"Well, go on then, but next time you definitely come, okay?"'
-
 				act 'Move away':SiSgdk = 0 & gt $loc, $metka
 			end
-
-		end
-	end
-}
-
-
-act 'Move away':gt $loc, $metka
-if hour >= 7 and hour < 24:
-
-	if npc_rel['A33'] > 65 and mesec > 0 and preg = 0 and tampon = 0 and narkossister = 0:
-
-		act 'Ask for a tampon':
-			'You tell your sister that you are menstruating and have no tampons. She looks at you knowingly, brings some of hers and recommends that next time you take care of this in advance.'
-			tampon=3
-			npc_rel['A33'] -= 15
-			minut += 3
-			cla
-			act 'Move away':gt $loc, $metka
-			exit
+			act 'Accept':gt 'sbReksHome','party'
 		end
 	end
+end
 
-	if canBraidHair = 0 and npc_rel['A33'] > 75 and (pcs_hairlng > 80 and pcs_hairlng <= 800):
-		act '"Hey sis, can you teach me how to braid my hair...?"':
+if $ARGS[0] = 'scene1':
+	*clr & cla
+	menu_off = 1
+	gs 'stat'
+	gs 'reks'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/anyaroma1.jpg"></center>'
+	'Your sister Anya and her friends Lusya, Ira, Rex, and Roman are sitting outside the community center drinking beer.'
+	if npc_QW['A33'] = 1:
+		act 'Meet your sister''s boyfriend':
 			*clr & cla
-			minut += 1
-			'She pauses for a moment and looks at you funny, "You don''t know how to braid your own hair?"'
-			'You look down embarrassed, "I usually just go to the salon for them to braid it..."'
-			'She laughs and gives you a hug. "<<$pcs_nickname>>, of course I will teach you how to braid your hair, though it make take a bit."'
-			act 'Spend an hour with your sister learning how to braid your hair.':
-				minut += 60
-				canBraidHair = 1
-				npc_rel['A33'] += 5
-				*clr & cla
-				'Though you made plenty of mistakes and got your hair in a knot a couple of times, afterwords you feel confident that you can braid your hair on your own.'
-				act 'Thank your sister and leave':gt $loc, $metka
+			minut += 5
+			npc_QW['A33'] = 2
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/sisboyqw_02.jpg"></center>'
+			'"<<$pcs_nickname>>, you wanted to meet my boyfriend? This is my boyfriend Roma, and this is my sister <<$pcs_nickname>>."'
+			'"To friendship!!!" Rex shouts drunkenly, raising his cup. You pick up a cup full of beer and start drinking, glancing at your sister''s boyfriend.'
+			'Roma, red-haired and skinny, is actually pretty cute, he kinda reminds you of Katja and Vicky but more manly. You think to yourself, "Sister, how very lucky you are."'
+			act 'Continue to drink beer':gt 'sister', 'scene2'
+		end
+	else
+		temp = rand(0,4)
+		if temp = 0:
+			'Impatiently, Anya picks up a bottle of beer and shouts, "Come on guys! Will you pour me some beer today or what?"'
+			if rand(0,1) = 0:
+				'Rex takes the bottle out of Anya''s hands.'
+				temprand = rand(0,4)
+				if temprand = 0:
+					'"Stop shouting, I''m pouring!"'
+					temprand = rand(0,2)
+					if temprand = 0:
+						'Between fits of giggles, Anya says "I haven''t even started to yell. If I do, you''ll know!"'
+					elseif temprand = 1:
+						'With a resounding slap on Rex''s shoulder, Lusya says "Hurry up, you piece of dog shit!"'
+					else
+						'With a smile, Ira says "Don''t get angry, Rex."'
+						if rand(0,10) = 0:'Anya quickly interjects, "We might need to chain him to a post until he calms down."'
+					end
+				elseif temprand = 1:
+					'"Well, you always like to be late for the fun. Relax your ass, I''m sorting it all out."'
+					temprand = rand(0,2)
+					if temprand = 0:
+						'Between fits of giggles, Anya says "My ass is always relaxed."'
+						'Roma wraps his arm around her and cups the side of her hip with his hand. "Hell yeah it is." Which gets everyone laughing.'
+					elseif temprand = 1:
+						'With a resounding slap on Rex''s shoulder, Lusya says "If we had something to drink we would be relaxed!"'
+					else
+						'Roma giggles and says "If she relaxes it anymore it will be too loose to feel anything."'
+						'Anya quips, "That''s just because you have a little dick." Which gets everyone laughing.'
+					end
+				elseif temprand = 2:
+					'"Come on, you could have opened it yourself, lazy bitch. Don''t you have hands?" He says with a smile'
+					temprand = rand(0,2)
+					if temprand = 0:
+						'Anya giggles "Yeah, but what else are yours good for?"'
+						if rand(0,10) = 0:'With mock indignation, Rex answers "Really just one other thing."'
+					elseif temprand = 1:
+						'With a resounding slap on Rex''s shoulder, Lusya says "Is that how you speak to a lady?"'
+						if rand(0,10) = 0:'With mock indignation, Rex answers "Yes. I speak Russian to her."'
+					else
+						'Ira smiles, saying "Don''t get so upset, Rex."'
+						if rand(0,10) = 0:'Anya quickly interjects, "We might need to chain him up to a tree to keep him calm."'
+					end
+				elseif temprand = 3:
+					'"Allow me, madame."'
+					temprand = rand(0,2)
+					if temprand = 0:
+						'Anya giggles "Of course, monsieur."'
+					elseif temprand = 1:
+						'With mock indignation, Anya says "Don''t you Madame me!"'
+						if rand(0,10) = 0:'Rex bows gallantly and answers "I''m truly sorry, mademoiselle."'
+					else
+						'Impatiently, Anya says "Pour it already, you clown."'
+					end
+				else
+					'"Shit! Where''re the cups? Did we not buy any?"'
+					temprand = rand(0,2)
+					if temprand = 0:
+						'Anya picks up the cups, "Here they are, you blind monster."'
+					elseif temprand = 1:
+						'Roma says "Rex, you''re the one who bought them, is your memory really that bad?"'
+					else
+						'Lusya holds up the cups and says "Rex, calm down."'
+					end
+				end
+			else
+				'Roma takes the bottle from Anya and opens it. "Somebody hold the cups."'
+				temprand = rand(0, 3)
+				if temprand = 0:
+					'Rex holds the cups while Roma pours the beer.'
+				elseif temprand = 1:
+					'Rex takes the cups and mutters "That worthless ass. Can''t he use both of his hands at once?"'
+				elseif temprand = 2:
+					'Ira takes the cups and says "Pour it already, you big doofus."'
+				else
+					'As Roma pours beer in the cups, they suddenly starts to tip over, unable to regain his balance this drunk, he falls over and spills all the beer on the ground.'
+					temprand = rand(0, 2)
+					if temprand = 0:
+						'Outraged, Rex screams "You worthless drunk ass! No one can trust you! Didn''t your mother ever tell you, ''Always pour with two hands!''"'
+					elseif temprand = 1:
+						'Outraged, Rex says "How the fuck could you spill that, are you really that drunk already?"'
+					else
+						'Indignantly, Anya says "Always the same, getting too drunk, too fast.."'
+					end
+				end
 			end
-			act 'Thank her but say you really actually have to get going':
-				*clr & cla
-				'She shrugs her head and says, "Come back if you want to learn how <<$pcs_nickname>>!"'
-				minut += 3
-				act 'Thank your sister and leave':gt $loc, $metka
+		elseif temp = 1:
+			'Indignantly, Lusya says "Did we come here to drink beer or to look at it?"'
+		elseif temp = 2:
+			'With a flirty look, Ira bats her eyelashes and says "Boys, are we going to drink beer today or not?"'
+		elseif temp = 3:
+			if rand(0,1) = 0:
+				'Rex picks up a bottle of beer and pops it open.'
+				if rand(0,2) = 0:
+					'"Shit! Where''re the cups? Did we not buy any?"'
+					temprand = rand(0, 2)
+					if temprand = 0:
+						'Anya picks up the cups, "Here they are, you blind monster."'
+					elseif temprand = 1:
+						'Roma says "Rex, you''re the one who bought them, is your memory really that bad?"'
+					else
+						'Lusya holds up the cups and says "Rex, calm down."'
+					end
+				else
+					'"Roma, hold the cups while I pour."'
+				end
+			else
+				'Rex picks up a bottle of beer and hands it to Roma. "You pour this time."'
+				'Roma takes the bottle from Rex and opens it. "Somebody hold the cups."'
+				temprand = rand(0, 3)
+				if temprand = 0:
+					'Rex holds the cups while Roma pours the beer.'
+				elseif temprand = 1:
+					'Rex takes the cups and mutters "That worthless ass. Can''t he use both of his hands at once?"'
+				elseif temprand = 2:
+					'Ira takes the cups and says "Pour it already, you big doofus."'
+				else
+					'As Roma pours beer in the cups, they suddenly starts to tip over, unable to regain his balance this drunk, he falls over and spills all the beer on the ground.'
+					temprand = rand(0, 2)
+					if temprand = 0:
+						'Outraged, Rex screams "You worthless drunk ass! No one can trust you! Didn''t your mother ever tell you, ''Always pour with two hands!''"'
+					elseif temprand = 1:
+						'Outraged, Rex says "How the fuck could you spill that, are you really that drunk already?"'
+					else
+						'Indignantly, Anya says "Always the same; getting to drunk, to fast.."'
+					end
+				end
+			end
+		else
+			'Roma picks up the bottle of beer, opens it and says "Somebody hold the cups."'
+			temprand = rand(0, 3)
+			if temprand = 0:
+				'Rex holds the cups while Roma pours the beer.'
+			elseif temprand = 1:
+				'Rex takes the cups and mutters "That worthless ass. Can''t he use both of his hands at once?"'
+			elseif temprand = 2:
+				'Ira takes the cups and says "Pour it already, you big doofus."'
+			else
+				'As Roma pours beer in the cups, they suddenly starts to tip over, unable to regain his balance this drunk, he falls over and spills all the beer on the ground.'
+				temprand = rand(0, 2)
+				if temprand = 0:
+					'Outraged, Rex screams "You worthless drunk ass! No one can trust you! Didn''t your mother ever tell you, ''Always pour with two hands!''"'
+				elseif temprand = 1:
+					'Outraged, Rex says "How the fuck could you spill that, are you really that drunk already?"'
+				else
+					'Indignantly, Anya says "Always the same; getting to drunk, to fast.."'
+				end
 			end
-
 		end
+		act 'Continue to drink beer':gt 'sister', 'scene2'
 	end
-
-	act 'Chat':
-		*clr & cla
-		minut+=rand(10,15)
-		if sischatday ! daystart:npc_rel['A33'] += 2
-		sischatday = daystart
-		gs'stat'
-		*pl $sisterLocationTitle
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-		if npc_rel['A33'] < 20:'Your relationship with your sister is awful.'
-		if npc_rel['A33'] >= 20 and npc_rel['A33'] < 40:'Your relationship with your sister is tense.'
-		if npc_rel['A33'] >= 40 and npc_rel['A33'] < 60:'You and your sister have a normal relationship.'
-		if npc_rel['A33'] >= 60 and npc_rel['A33'] < 80:'You and your sister have a good relationship.'
-		if npc_rel['A33'] >= 80:'You have a great relationship with your sister.'
-		*nl
-
-!!sisboyparty
-!!-1 - don''t go to the party
-!!0 - don''t know about parties
-!!1 - knows about the parties
-!!2 - agreed to go to the party
-!!3 - Missed the party
-
-		if sisboypartyQW >= 2 and sisboyparty = 1 and week >= 2:
-			if sisboyparty_day = daystart:
-				'"Listen, <<$pcs_nickname>>, Rex''s apartment is available tomorrow and he''s having a party, do you want to go?"'
-			elseif week + sisboyparty_day - daystart = 4:
-				'"Listen, <<$pcs_nickname>>, Rex''s apartment is available on Friday and he''s having a party, do you want to go?"'
-			elseif week + sisboyparty_day - daystart = 5:
-				'"Listen, <<$pcs_nickname>>, Rex''s apartment is available on Saturday and he''s having a party, do you want to go?"'
-			elseif week + sisboyparty_day - daystart = 6:
-				'"Listen, <<$pcs_nickname>>, Rex''s apartment is available on Sunday and he''s having a party, do you want to go?"'
+	
+	
+	'Finally, everybody''s plastic cup is filled with cold beer. You all merrily drink together.'
+	if reksLike = 1 and toiletRexSex = 0 and sisterQW['partycount'] > 0 and rex_breakup = 0:
+		temp = rand(1,100)
+		if temp >= 70:
+			'You notice Rex briefly glancing at your feet.'
+			if pcs_horny > 30 and (PCloSkirt > 2 or PCloPants > 4):
+				act 'Show off your legs':
+					cla
+					minut += 5
+					pcs_horny += 5
+					npc_rel['A57'] += 1
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/event/community/rexpod<<rand(1,3)>>.jpg"></center>'
+					'You cross your foot over your leg, doing your best to appear seductive without being obvious.'
+					act 'Continue to drink beer':gt 'sister', 'scene2'
+					exit
+				end
+			end
+		elseif alko > 2 and temp <= 20 and npc_rel['A57'] <= 60:
+			*clr & cla
+			minut += 5
+			npc_rel['A57'] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
+			'Already pretty tipsy, Rex approaches you - "<<$pcs_nickname>>, let me refill your glass" - but he, seemingly accidentally, spills some on your foot. - "Oh, <<$pcs_nickname>>, forgive me! Here, I''ll clean that up."'
+			'Rex begins wiping off your legs with his shirt sleeve.'
+			gs 'willpower', 'foreplay', 'resist', 'easy'
+			if will_cost <= pcs_willpwr:
+				act 'Step back (<<will_cost>> Willpower)':
+					*clr & cla
+					gs 'willpower', 'pay', 'resist'
+					minut += 5
+					npc_rel['A57'] -= 1
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/event/community/rexnet.jpg"></center>'
+					'"No problem, I can manage that." You say as you clean your own shoe.'
+					act 'Continue to drink beer':gt 'sister', 'scene2'
+				end
 			else
-				'"Its too late for this weeks party, I find out when they are held on Tuesday morning so you can ask me earlier in the week about the next one."'
-				sisboyparty = -1
-				act 'Finish':SiSgdk = 0 & gt'sister'
-				exit
+				act 'Step back (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
-
-			act 'Yes':
+			act 'Wait':
 				*clr & cla
 				minut += 5
-				sisboyparty = 2
-				gs'stat'
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_2.jpg"></center>'
-				*nl
-				'You agree to go to the party.'
-				'"Awesome <<$pcs_nickname>>, it''ll be fun. We will meet at the community center, don''t forget to be there before 18:00, otherwise we will leave without you."'
-				'With these words, your sister hugs you and kisses you on the cheek.'
-				act 'Finish':SiSgdk = 0 & gt'sister'
+				pcs_horny += 5
+				npc_rel['A57'] += 1
+				gs 'stat'
+				'<center><video autoplay loop src="images/characters/pavlovsk/resident/reks/event/community/rexda.mp4"></video></center>'
+				'Laughing, you wait until Rex finishes wiping your foot. While you are giggling, Rex becomes more bold, gradually replacing his sleeve with his palm and working up your leg towards your thigh. Just as Rex''s hand starts to drift to your inner thigh, you realize what is going on and hurriedly remove his hand, saying: "Hey..."'
+				act 'Continue to drink beer':gt 'sister', 'scene2'
 			end
-
+		elseif rexPark = 1 and rexParkDay < daystart and rexSisTalk = 2:
+			cla
+			minut += 5
+			npc_rel['A57'] = 50
+			rexPark = 0
+			gs 'reks'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
+			gs 'reks', 'rexRep'
+			'Rex comes up to you. "<<$pcs_nickname>>, I looked like a real chump waiting for you alone in the park yesterday! That wasn''t very nice..."'
+			act 'Continue to drink beer':gt 'sister', 'scene2'
+		elseif rexCar = 1 and rexCarDay < daystart and rexSisTalk = 3:
+			cla
+			minut += 5
+			npc_rel['A57'] = 50
+			rexCar = 0
+			gs 'reks'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
+			gs 'reks', 'rexRep'
+			'Rex comes up to you. "<<$pcs_nickname>>, I was waiting at your door for almost two hours last night! It wasn''t very nice to ditch me like that..."'
+			act 'Continue to drink beer':gt 'sister', 'scene2'
+		elseif rexCar = 1 and rexCarDay < daystart and rexSisTalk = 4:
+			cla
+			minut += 5
+			npc_rel['A57'] = 50
+			rexCar = 0
+			gs 'reks'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
+			gs 'reks', 'rexRep'
+			'Rex comes up to you. "<<$pcs_nickname>>, you could have at least told me you didn''t want to go out... last night was a disaster! Next time, please just tell me if you can''t make it."'
+			act 'Continue to drink beer':gt 'sister', 'scene2'
+		elseif temp > 50 and npc_rel['A57'] >= 30:
+			cla
+			minut += 5
+			gs 'reks'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/reks/rex.jpg"></center>'
+			gs 'reks', 'rexRep'
+			'Rex is drinking a glass of beer.'
+			act 'Chat':
+				cla
+				npc_rel['A57'] += 1
+				minut += 5
+				gt 'reks', 'rexGdkTalk'
+			end
+			act 'Continue to drink beer':gt 'sister', 'scene2'
+
+!sisboyparty
+!-1 - don''t go to the party
+!0 - don''t know about the parties
+!1 - knows about the parties
+!2 - agreed to go to the party
+!!again want to change rexs party to only every other Friday
+		elseif week < 5 and week > 1 and ((daystart - (daystart mod 7)) / 7) mod 2 = 0 and pcs_vag > 0 and sisterQW['party'] = 0 and (daystart - sisterQW['partyday'] < 5):
+!!can this only happen if the party is this coming friday?
+			'Roma looks up at you, suddenly remembering something. "<<$pcs_nickname>>, Rex''s apartment is available on Friday and he''s having a party, do you want to go?"'
+			sisterQW['partyday'] = daystart
+			minut += 5
+			gs 'stat'
 			act 'No (study)':
+				sisterQW['party'] = -1
 				*clr & cla
-				minut += 5
-				sisboyparty = -1
-				gs'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_3.jpg"></center>'
-				*nl
 				'You turn down the invitation.'
-				'"Sorry Anya, I would love to, but I can''t get behind at school. I have homework and books to read, you know what it''s like."'
+				'"Sorry Roma, I would love to, but I can''t get behind at school. I have homework and books to read, you know what it''s like."'
 				act 'Finish':SiSgdk = 0 & gt'sister'
 			end
-
-			if bronzebeg > 0 or silverbeg > 0 or goldbeg > 0:
+			if razradbeg > 0:
 				act 'No (training)':
+					sisterQW['party'] = -1
 					*clr & cla
-					minut += 5
-					sisboyparty = -1
-					gs'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_4.jpg"></center>'
-					*nl
 					'You turn down the invitation.'
-					'"I would love to, but I have a competition to prepare for. I have to train. One day I could be a great athlete, not like you lazy bones."'
+					'"I would love to, but I have a competition to prepare for. I have to train."'
 					act 'Finish':SiSgdk = 0 & gt'sister'
 				end
 			end
-
-			if pcs_vball >= 40:
+			if volleysostav = 1 or volleysostav = 2:
 				act 'No (volleyball)':
+					sisterQW['party'] = -1
 					*clr & cla
-					minut += 5
-					sisboyparty = -1
-					gs'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_5.jpg"></center>'
-					*nl
 					'You turn down the invitation.'
 					'"I can''t, the coach does not allow my to stay out late, and drinking is also prohibited."'
 					act 'Finish':SiSgdk = 0 & gt'sister'
 				end
 			end
-
-			exit
-		elseif sisboypartyQW >= 2 and sisboyparty = 3:
-			sisboyparty = 1
-			'"We missed you at the party, <<$pcs_nickname>>." Anya pouts at you, "I''ll let you know when the next party is and maybe you''ll be able to make it, okay?"'
-			'You apologize for missing the party and Anya smiles at you.'
-			act 'Continue':SiSgdk = 0 & gt'sister'
-		exit
-		end
-		act 'Continue':SiSgdk = 0 & gt'sister'
-
-		if npc_rel['A33'] <20:
-			dynamic $d_sister[1]
-			exit
-		elseif npc_rel['A33'] >= 20 and npc_rel['A33'] < 40:
-			dynamic $d_sister[2]
-			exit
-		elseif npc_rel['A33'] >=40:
-			dynamic $d_sister[3]
-		end
-	end
-
-	if sisterLesb = 2:
-		*clr & cla
-		minut += 5
-		gs'stat'
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
-		*nl
-		'You''re both embarrassed after what happened that night, and can not look into each other''s eyes, finally Anya speaks with you.'
-		'"<<$pcs_nickname>>," with a smile she tells you, "Well, you''re a fool, I thought you liked guys, and I always found it much more pleasant to handle men."'
-		'You look at Anya blushing, "Forgive me, I was so worked up, I just could not control myself, I do not know what came over me."'
-		'"Well, I do not mind, if you sometimes lose control of yourself." She smiles slyly, You smile at her...'
-
-		sisterLesb = 3
-		act 'Finish':SiSgdk = 0 & gt'sister'
-		exit
-	end
-
-	if npc_QW['A33'] = 0 and npc_rel['A33'] >= 40:
-		act 'Ask about her boyfriend':
-			*clr & cla
-			minut += 5
-			npc_rel['A33'] += 2
-			npc_QW['A33'] = 1
-			gs'stat'
-			*pl $sisterLocationTitle
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-			'You ask Anya about her boyfriend. She smiles.'
-			'"Well, I have a boyfriend. Although nothing serious. He is more of a friend who I have sex with."'
-			'"Awesome, now when I think out about it, you simply must introduce me to him!"'
-			'"Good sister, we hang out in the evenings at the community center. Meet me there and I''ll introduce you to him."'
-
-			act 'Finish':SiSgdk = 0 & gt'sister'
-		end
-	elseif npc_QW['A33'] >= 2 and npc_rel['A33'] >= 40 and sisboytrioQW > -1 and sisboytrioDayOtkaz <= daystart and sisboypartyQW < 2:
-		act 'Talk about Roma':
-			*clr & cla
-			minut += 5
-			sisboyrand = RAND(1,10)
-			gs'stat'
-
-	!sisboyparty
-	!-1 - don''t go to the party
-	!0 - ''t know about Vecherinka
-	!1 - knows about the parties
-	!2 - agreed to go to the party
-			if sisboytrio >= 5 and sisboyparty = 0 and sisboyparty_day ! daystart and week >= 2:
+			act 'Yes':
+				sisterQW['party'] = 1
 				*clr & cla
-				minut += 5
-				sisboyparty = 1
-				sisboyparty_day = daystart
-				gs'stat'
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_1.jpg"></center>'
-				*nl
-				'"<<$pcs_nickname>>, one of my friends birthday is tomorrow and he''s having a party. He asked me to invite you."'
-				'"Oh, Anya I don''t know, they are your friends and I haven''t got to know the boys, I basically just talked to the girls."'
-				'"Come on, he really wants you to go, I think he might like you. So will you come?"'
-				act 'Yes':
-					*clr & cla
-					minut += 5
-					sisboypartyQW = 1
-					sisboyparty = 2
-					gs'stat'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_2.jpg"></center>'
-					*nl
-					'You agree to go to the birthday party.'
-					'"Awesome <<$pcs_nickname>>, it''ll be fun! We will meet at the community center, don''t forget to be there before 18:00, otherwise we will leave without you."'
-					'With these words, your sister hugs you and kisses you on the cheek.'
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-
-				act 'No (study)':
-					*clr & cla
-					minut += 5
-					sisboyparty = -1
-					gs'stat'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_3.jpg"></center>'
-					*nl
-					'You refuse to go to the birthday party.'
-					'"Sorry Anya, I would love to, but I can''t get behind at school. I have homework and books to read, you know what it''s like."'
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-
-				if bronzebeg > 0 or silverbeg > 0 or goldbeg > 0:
-					act 'No (training)':
-						*clr & cla
-						minut += 5
-						sisboyparty = -1
-						gs'stat'
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_4.jpg"></center>'
-						*nl
-						'You refuse to go to the birthday party.'
-						'"I would love to, but I have a competition to prepare for. I have to train. One day I could be a great athlete, not like you lazy bones."'
-						act 'Finish':SiSgdk = 0 & gt'sister'
-					end
-				end
-
-				if pcs_vball >= 100:
-					act 'No (volleyball)':
-						*clr & cla
-						minut += 5
-						sisboyparty = -1
-						gs'stat'
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_5.jpg"></center>'
-						*nl
-						'You refuse to go to the birthday party.'
-						'"I can''t, the coach does not allow my to stay out late, and drinking is also prohibited."'
-						act 'Finish':SiSgdk = 0 & gt'sister'
-					end
-				end
-				exit
-			end
-
-			if sisboyrand >= 8 and npc_QW['A33'] = 2 and sisboyday ! daystart:
-				*pl $sisterLocationTitle
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_01.jpg"></center>'
-				*nl
-				'Anya takes a long and hesitant look at you, and eventually decides to ask you.'
-				'"<<$pcs_nickname>> could you spend an hour tomorrow after 18:00 going for a walk or something? Roma wants to visit me here and... well, you know what I mean."'
-				'Your sister is blushing a little and looks at you with pleading eyes.'
-
-				act 'Of course':
-					*clr & cla
-					minut += 5
-					npc_rel['A33'] += 10
-					sisThank = 1
-					npc_QW['A33'] = 3
-					sisboyday = daystart
-					gs'stat'
-
-					*pl $sisterLocationTitle
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_03.jpg"></center>'
-					*nl
-					'"Certainly sister, I understand, I will go for a walk late at night. Only do not be too loud, if Kolka hears you it will blow his tiny little mind."'
-					'You and Anya laugh and she joyfully hugs you saying, "You''re the best!"'
-
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-
-				act 'No':
-					*clr & cla
-					npc_rel['A33'] -= 10
-					minut += 5
-					sisboyday = daystart
-					gs'stat'
-
-					*pl $sisterLocationTitle
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_04.jpg"></center>'
-					*nl
-					'"Sorry Anya, I need to study in the evening."'
-					'"Fine!" Anya turns away angrily and buries her head in her book.'
-
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-			elseif sisboyrand >= 8 and (npc_QW['A33'] = 4 or npc_QW['A33'] = 6 or npc_QW['A33'] = 8) and sisboyday ! daystart and sisboyparty = 0:
-				*pl $sisterLocationTitle
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_09.jpg"></center>'
-				*nl
-				'"The last time Roma was here was so good, thank you very much."'
-				'"You''re welcome, I''m always very happy to help my beloved sister and to see her happy."'
-				'"He would like to come here again tomorrow, do you mind taking another walk for about an hour?"'
-
-				act 'Of course':
-					*clr & cla
-					minut += 5
-					npc_rel['A33'] += 10
-					sisThank = 1
-					if npc_QW['A33'] = 4 or npc_QW['A33'] = 6 or npc_QW['A33'] = 8:npc_QW['A33'] += 1
-					sisboyday = daystart
-					gs'stat'
-
-					*pl $sisterLocationTitle
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_03.jpg"></center>'
-					*nl
-					'"Certainly sister, I understand, I will go for a walk late at night. Only do not be too loud, if Kolka hears you it will blow his tiny little mind."'
-					'You and Anya laugh and she joyfully hugs you saying, "You''re the best!"'
-
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-
-				act 'No':
-					*clr & cla
-					npc_rel['A33'] -= 10
-					minut += 5
-					sisboyday = daystart
-					gs'stat'
-
-					*pl $sisterLocationTitle
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_04.jpg"></center>'
-					*nl
-					'"Sorry Anya, I need to study in the evening."'
-					'"Fine!" Anya turns away angrily, and buries her head in her book.'
-
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-			elseif sisboyrand >= 8 and npc_QW['A33'] >= 9 and sisterLesb >= 4 and sisboytrioQW = 0 and sisboytrio < 5 and sistrioday <= daystart and sisboyday < daystart - 1:
-				*pl $sisterLocationTitle
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_09.jpg"></center>'
-				*nl
-				if hour > 16:
-					sisboyday = daystart
-					$siboyday_text = 'tomorrow'
-				else
-					sisboyday = daystart - 1
-					$siboyday_text = 'this'
-				end
-				if sisboytrio = 0:
-					'"Sister, Roma and I have thought about it a lot and... I do not know how to say this..."'
-					'"Well, don''t just leave me hanging. What is it that you want to say to me?"'
-					'"Well, hmmm... We want, you to err... join us <<$siboyday_text>> evening."'
-				else
-					'"Hello <<$pcs_nickname>>! Well, did you like it last time? We had a very good time with Roma."'
-					'You do not say anything and just smile slyly watching your sister''s eyes.'
-					'"We want to repeat our games <<$siboyday_text>> evening, if you would like to."'
-				end
-
-				act 'Agree':
-					*clr & cla
-					sisboytrioQW = 1
-					minut += 5
-					npc_rel['A33'] += 10
-					gs'stat'
-					*pl $sisterLocationTitle
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_36.jpg"></center>'
-					*nl
-					'You agree to Anya''s indecent proposal.'
-					'"Well, aren''t you all liberated? Of course I agree, it will be very interesting."'
-					'You hug and kiss with your beloved sister.'
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-
-				act 'Sounds interesting, but can we postpone it?':
-					*clr & cla
-					minut += 5
-					sistrioday = daystart + rand(7,14)
-					gs'stat'
-					*pl $sisterLocationTitle
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_36.jpg"></center>'
-					*nl
-					'"Oh, sis! I would be glad to join you, but <<$siboyday_text>> evening is really not good! Could we do it some other day?"'
-					'She looks kind of dejected, so you continue to talk to her.'
-					'"Really Anya, I am glad to be asked! And I do want to have sex with you two at the same time! But it is really not a good time, and I am the most bummed about it."'
-					'Finally she realize that you didn''t reject her idea, and simply the timing is off a little. She smiles at you and then kisses your lips.'
-					'"Then later it is, little sis.", she says.'
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-
-				act 'Decline':
-					*clr & cla
-					sisboytrioQW = -1
-					sisboytrioDayOtkaz = daystart + 3
-					minut += 5
-					npc_rel['A33'] = 0
-					npc_QW['A33'] = 2
-					sisThank = 0
-					gs'stat'
-					'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/sisboyqw_37.jpg"></center>'
-					*nl
-					'You decline your sisters indecent proposal.'
-					'"You fucking perverts! No way, you disgusting bitch!'
-					'You quarrel with your sister and when you have both shouted yourselves out and tears roll down your cheeks, she turns away from you and does not want to talk any more."'
-					act 'Finish':SiSgdk = 0 & gt'sister'
-				end
-			else
-				minut += 10
-				sistalkabromaday = daystart
-				if sistalkabromaday ! daystart:npc_rel['A33'] += 2
-				talkrand = RAND(0,10)
-				gs'stat'
-
-				*pl $sisterLocationTitle
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
-				*nl
-				if talkrand = 0:'You ask your sister about Roma, she is happy talking about him and says how he is good, responsive and courageous.'
-				if talkrand = 1:'Anya says, before she met Roma he was with a mean girl, and after ignoring her for a long time he called her, making Anya jealous and she scolded him.'
-				if talkrand = 2:'One day she and Roma were in a movie, and noticed on the back row a girl sucking a guy, and that Roma asked her if she would do the same.'
-				if talkrand = 3:'Anya complains that Roma drinks too much beer, does not buy her gifts, and doesn''t pay her enough attention.'
-				if talkrand = 4:'Anya says, Roma offered her a threesome with another girl, which she was most offended by and didn''t speak to him for a week afterwards.'
-				if talkrand = 5:'Anya blushes as she tells you that Roma sometimes comes to her work and drags her into the back room.'
-				if talkrand = 6:'Anya in detail and with enthusiasm tells you about Roma''s magnificent virility, and how if not for this, they would have long since parted.'
-				if talkrand = 7:'Anya shares with you a secret, that her favorite position is "cowgirl", even though Roma prefers to do her doggy-style.'
-				if talkrand = 8:'You speak with your sister very frankly about sexual things, and she says shyly, she does not like to swallow sperm, but with Roma it''s different, and she is willing to swallow for him.'
-				if talkrand = 9:
-					if reksLike = 0:
-						reksLike = 1
-						rex = 50
-						rexSisTalk = 0
-						rexPark = 0
-						rexCar = 0
-						'Anya talks for a long time about her and Roma''s friends, and asks you if you want to get to know any of them.'
-						'"Well, Rex sounds quite nice... I guess."'
-						'Anya smiles, "Hmm... He is a nice guy, but sometimes behaves a bit strange, Rex is obsessed with women''s legs.'
-						'There was a case when Rex was driving without a license in his father''s car and gazing at a girl walking on the sidewalk, in stockings and a short skirt. Imagine, he was so carried away, he had not noticed a van ahead sitting at the traffic lights.'
-						'He drove straight into it and totalled the car! That''s why we call him Rex, because he stares at legs with his mouth open, teeth on show, wanting to devour them." As she says this, Anya is holding her hands like claws and impersonating a T-Rex growling at your legs.'
-					else
-						'You ask your sister about Roma, she is happy talking about him and says how he is good, responsive and courageous.'
-					end
-				end
-				if talkrand = 10:'Anya says that Roma likes you and asks if you like him, too.'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_2.jpg"></center>'
+				'You agree to go to the party.'
+				'"Awesome <<$pcs_nickname>>, it''ll be fun. We will meet here, don''t forget to be there before 18:00, otherwise we will leave without you."'
+				'Anya gives Roma a dirty look, but he just shrugs it off.'
 				act 'Finish':SiSgdk = 0 & gt'sister'
 			end
 		end
 	end
-
-	if ((sisboyday + 1 = daystart and hour > 18) or sisboyday + 1 < daystart) and sisThank = 1:
-		*clr & cla
-		if npc_QW['A33'] = 7 or npc_QW['A33'] = 5 or npc_QW['A33'] = 3:
-			npc_QW['A33'] -= 1
-		elseif npc_QW['A33'] >= 9 and RAND(1,3) = 3:
-			npc_QW['A33'] -= 1
-		end
-		sisboyday = 0
-		sisThank = 0
-		gs'stat'
-
-		*pl $sisterLocationTitle
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_00.jpg"></center>'
-		*nl
-		'Merrily Anya runs up to you and wraps her arms around your neck.'
-
-		if sisboytrioQW ! 1:
-			'"Sister, I adore you! I spent a lovely evening with Roma."'
-			'"Yes, I''m glad for you. Enough already, you''ll strangle me."'
-			'Anya is happy to let you go, and kisses you on the cheek.'
-		else
-			'"<<$pcs_nickname>>, I adore you! I really enjoyed our evening with Roma."'
-			'"Yes, me too. But pease, not so tight, you''re strangling me."'
-			'Anya is bouncing with joy and loosens her grip just enough to kiss you on the cheek.'
-			sisboytrioQW = 0
-		end
-		act 'Finish':SiSgdk = 0 & gt'sister'
-	elseif sisboytrioQW = 1 and ((sisboyday + 1 = daystart and hour > 18) or (sisboyday + 1 < daystart)):
-		*clr & cla
-		minut += 1
-		npc_rel['A33'] -= 10
-		sisboytrioQW = 0
-		sisboyday = 0
-		gs'stat'
-
-		*pl $sisterLocationTitle
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-		*nl
-		'Anya doesn''t look happy with you.'
-		'"You promised to join me and Roma, what happened? Well maybe next time..."'
-
-		act 'Continue':SiSgdk = 0 & gt'sister'
-	end
-
-	if SisterKnowMastr > 0 and sisterQW = 0:
-		*clr & cla
-		sisterQW = 1
-		gs'stat'
-		*pl $sisterLocationTitle
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-		'Anya looks at you and laughs "Well, <<$pcs_nickname>>, I know what you were up to! I went into the room, and you were playing with yourself!"'
-
-		act 'Move away':SiSgdk = 0 & gt $loc, $metka
-	end
-
-	if sisterdialog = 2:
-		*clr & cla
-		gs'stat'
-		*pl $sisterLocationTitle
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sobir.jpg"></center>'
-		'Your sister is busy getting ready for work.'
-		'Anya, without even turning around, says, "<<$pcs_nickname>>, no time to talk, I''m already late!"'
-		act 'Move away':gt $loc, $metka
-	end
-
-	!going for a walk
-	if sisterdialog = 3:
-		*clr & cla
-		gs'stat'
-		*pl $sisterLocationTitle
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/progulka.jpg"></center>'
-		'Your sister is getting herself ready to go out. She admires herself in a mirror and wiggles her ass, trying different poses.'
-		'Anya, without even turning to look at you, says: "<<$pcs_nickname>>, If you decide to take a walk, I will be near the club with my friends."'
-		act 'Move away':gt $loc, $metka
-	end
-
-	if npc_rel['A33'] >= 80 and sisterknowslut > 0 and sisterdialog < 2:
-		if TwinQW = 1:
-			act 'Talk about the Twin request':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-				if Twin3QW = 1:jump 'twinboyfriendtalk'
-				if Twin2QW ! 1:
-					'"Sis, I have a confession to make.... I have been selling my body in the Pavlovsk hotel." You wince inwardly as the admission leaves your mouth, worried what your sister will think.'
-					'Your sister''s face turns to shock and she shakes her head. "<<$pcs_nickname>>, really? Why would you do something like that? If people find out you''ll be ruined! I know I sleep around, but there''s a big difference between being a slut and being a whore."'
-					'You roll your eyes at her. "Please. That''s just <<$npc_nickname[''A29'']>> talking. If you''re going to sleep around, you might as well get paid for it while you''re still hot! Besides, nobody will find out, there is a guy there who takes care of everything. And look at all the money I have been making!"'
-					'You open your wallet and show your sister all the cash you have on you, <<money>> <b>₽</b>.'
-				elseif TwinQW = 1:
-					'You bring up your prostitution job again to your sister and show off your wallet.'
-				end
-				if money < 5000:
-					'Your sister furrows her brow, looking at your meager amount of money. "Wait, how many times have you prostituted yourself so far?"'
-					'You think for a second before responding. "I don''t know. About <<pavproscount>> times?"'
-					'You sister gives you a concerned look. "<<pavproscount>> times and this is all you have to show for it?"'
-					'Your sister approaches you and gives you a hug, squeezing you tightly. "I really hope you can stop what you are doing, it is not worth it <<$pcs_nickname>>! Not for this pittance! Can''t you see that this asshole is taking advantage of you?"'
-					'<br>'
-					'You lower your head in shame and walk away from your sibling. You didn''t even get the chance to bring up the twin request. It looks like you''ll have to convince your sister that the work you do is worth the risks.'
-					Twin2QW = 1
-				end
-				if money => 5000:
-					'"Ok, I must admit, that looks like a lot. Do you know how many hours I''d have to work in the supermarket to earn this kind of money? Still, it seems very risky to me." Your sister says.' 
-					'She''s still trying to sound responsible, but you can practically see her salivating at the sight of cold, hard, cash.'
-					'"How would you like to earn some of this and spend some time with your favorite sister at the same time?" You ask, raising your eyebrows playfully while waving the money back and forth.'
-					'"What do you mean, <<$pcs_nickname>>?" Anya asks, finally dropping any act of disapproval.'
-					'You explain the twins request to your sister.'
-					if sisboyparty ! 0:
-						'"Ha! That actually sounds like a lot of fun." Your sister seems to consider everything for a moment before continuing. "Ok, I''ll do it! When do we leave?"'
-						'"Well, first I have to make myself look more like you so we''ll pass as twins. I''ll come and get you when I am ready."'
-						TwinQW = 2
-
-					else
-						'"Sorry, <<$pcs_nickname>>. You know I love you, but my boyfriend would never allow this. And I could never do something like this behind his back. Anyway, thanks for confiding in me. Please stay safe and tell me if you get in over your head. Can''t have my little sis in danger." Anya gives you a little smile and a warm hug.'
-						'You''re happy that Anya has a boyfriend she loves, but right now you would give anything to be rid of him.'
-						Twin3QW = 1
-						jump 'twinmoveaway'
-					end
-				end
-				:twinboyfriendtalk
-				if Twin3QW = 1:
-					if sisboyparty = 0:
-						'You bring up the twins request again but Anya still refuses, claiming Roma would be heartbroken if he found out.'
-					else
-						'You bring up the twins request again. Since her relationship with Roma is a little different now, she seems a lot more receptive.'
-						'"Ha, that actually sounds like a lot of fun. Ok, I''ll do it! When do we leave?"'
-						'"Well first I have to make myself look more like you so we''ll pass for twins. I''ll come and get you when I am ready."'
-						TwinQW = 2
-					end
-
-				end
-				:twinmoveaway
-				act 'Move away':gt 'sister'
-			end
-		end
-		if TwinQW = 2:
-			act 'Compare yourself with your sister':
-				*clr & cla
-				twinqwsiscompare = 0
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-				'You sister has straight blonde hair. Her hair reaches her shoulders with several strands going just beyond.'
-				'She has good looks. Men and women check her out when they think she isn''t looking.'
-				'<br>'
-				'<<$hair>>'
-				'<<$pcs_apprnc>>'
-				'<<$pcs_makeup>>'
-				'<br>'
-				if pcs_hairlng > 160 and pcs_hairlng <= 260:
-					'<font color=#008000>Your hair is the correct length</font>'
-					twinqwsiscompare +=1
-				else
-					'<font color=#FF0000>Your hair is not the correct length.</font>'
-				end
-				if pcs_hairbsh = 0:
-					'<font color=#FF0000>You need to brush your hair.</font>'
-				else
-					twinqwsiscompare +=1
-				end
-				if pcs_haircol = 3:
-					'<font color=#008000>Your hair is the correct color.</font>'
-					twinqwsiscompare +=1
-				else
-					'<font color=#FF0000>Your hair is not the correct color.</font>'
-				end
-				if curly = 0:
-					'<font color=#008000>Your hair is straight, which is a match for your sister''s.</font>'
-					twinqwsiscompare +=1
-				else
-					'<font color=#FF0000>Your hair is too curly</font>'
-				end
-				if pcs_apprnc => 60 and pcs_apprnc < 120:
-					'<font color=#008000>Your looks matches your sister''s.</font>'
-					twinqwsiscompare +=1
-				else
-					'<font color=#FF0000>Your looks are too different from your sister''s. You are at <<pcs_apprnc>>. You need a score between 60 and 120 </font>'
-				end
-				if pcs_makeup = 4:
-					'<font color=#008000>Your make up hides the last differences between you and your sister.</font>'
-					twinqwsiscompare +=1
-				else
-					'<font color=#FF0000>You need some more make up to make you look more like your sister.</font>'
-				end
-				act 'Move away':killvar 'twinqwsiscompare' & gt 'sister'
-				if twinqwsiscompare = 6:
-
-					act ' Go to the hotel and have some Twin fun':
-						if hour >= 12 and hour < 20:
-							killvar 'twinqwsiscompare'
-							killvar 'Twin2QW'
-							killvar 'Twin3QW'
-							gt 'HotelHole','Twins'
-						else
-							'Pavlin is usually in the hotel lobby between 12:00 and 20:00, No reason to go now.'
-						end
-					end
-				end
-			end
-		end
-		act 'Talk about sex':
-			*clr & cla
-			gs'stat'
-			minut+=rand(10,15)
-			pcs_horny += RAND(5,10)
-			if sistalkabromaday ! daystart:npc_rel['A33'] += 1
-			dynamic $d_sistersexstories[1]
-			act 'Move away':gt 'sister'
-		end
-	end
-else
-	'OK <<$pcs_nickname>>, it''s time for bed.'
 end
 
-if $ARGS[0] = 'pargone':
+if $ARGS[0] = 'scene2':
 	*clr & cla
-	gs'stat'
-	*pl $sisterLocationTitle
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
-	*nl
-	'"<<$pcs_nickname>>, you have to get rid of your bird. Have you heard what he has been saying lately. If <<$npc_nickname[''A29'']>> ever heard this she would kick us both out of the house"'
-	'You have become quite attached to your bird and really don''t want to get rid of him. " Wait, there must be another solution. Give me a few days, I will go to the pet store and ask if they have a remedy for this"'
-	if npc_rel['A33'] > 75:
-		'"Fine you have 3 days, if there is no solution by then , I will release him myself"'
-		'"Thanks sis, don''t worry I will find something."'
-		sisrelparday = daystart
-		saveparQW = 1
-		saveparjourQW = 1
-
-	else
-		'"No <<$pcs_nickname>>, it is too dangerous"'
-		'<<$npc_firstname[''A33'']>>, reaches for the cage and opens it. <<$namepopu2>> immediately flies out and leaves through the open window.'
-		'You look at your pet flying away and have to hold back your tears'
-		'You turn away from your sister because you don''t want her to see you crying.'
-		popugai2 = 0
-
-	end
-	act 'Move away':gt $loc, $metka
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/community/anyaroma1.jpg"></center>'
+	'The bottles of beer are quickly drained and everyone seems a little tipsy at this point. Soon everyone gets up and staggers inside, as they go they tell you bye, you wave to them and head on your way.'
+	act 'Leave':SiSonWork = 0 & SiSgdk = 0 & gt'gdk'
 end
+
 --- sister ---------------------------------
 

File diff suppressed because it is too large
+ 359 - 769
locations/sisterQW.qsrc


+ 1074 - 0
locations/sister_chat.qsrc

@@ -0,0 +1,1074 @@
+# sister_chat
+!!model Megan Vale Valentina Azarov
+if $ARGS[0] = 'checks':
+	menu_off = 1
+	if npc_rel['A33'] < 20:
+		'Your relationship with your sister is scandalous.'
+	elseif npc_rel['A33'] >= 20 and npc_rel['A33'] < 40:
+		'Your relationship with your sister is tense.'
+	elseif npc_rel['A33'] >= 40 and npc_rel['A33'] < 60:
+		'You and your sister have a normal relationship.'
+	elseif npc_rel['A33'] >= 60 and npc_rel['A33'] < 80:
+		'You and your sister have a good relationship.'
+	elseif npc_rel['A33'] >= 80:
+		'You have a great relationship with your sister.'
+	end
+	*nl
+
+	!! Anya is about to head to work
+	if hour = 7 and minut > 30:
+		*clr & cla
+		'<center><h1><font color="maroon">Anya</font></h1></center>'
+!! Needs image
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sobir.jpg"></center>'
+		'Your sister is finishing her breakfast.'
+		'Anya, without even turning around, says, "<<$pcs_nickname>>, no time to talk, I need to get ready for work!"'
+		act 'Move away':gt $loc, $metka
+	end
+	
+	!! If you are out of tampons:
+	if npc_rel['A33'] > 65 and mesec > 0 and preg = 0 and tampon = 0 and narkossister = 0:
+		act 'Ask for a tampon':
+			'You tell your sister that you are menstruating and have no tampons. She looks at you knowingly, brings some of hers and recommends that next time you take care of this in advance.'
+			tampon=3
+			npc_rel['A33'] -= 15
+			minut += 3
+			cla
+			act 'Move away':gt $loc, $metka
+			exit
+		end
+	end
+
+	!Responses that happen anywhere but in the kitchen
+	if $loc ! 'kuhrPar':
+		!! If you have visible cum on you:	
+		if cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and pav_slut < 100:
+			sisterknowslut = 1
+			'Your Sister looks at you, "<<$pcs_nickname>>, what is that?". Suddenly, her eyes narrow, "<<$pcs_nickname>>, is that cum on you? What was you thinking walking around with that on you? It''s a good thing I noticed, what if it had been <<$npc_nickname[''A29'']>>?!"'
+		elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and pav_slut >= 100 and sisterknowslut = 0:
+			sisterknowslut = 1
+			'Your Sister looks at you, "<<$pcs_nickname>>, so the rumours are true, you are <<$gnikname>>"'
+		elseif cumloc[11] = 1 or (cumloc[6] = 1 or cumloc[7] = 1) and pav_slut >= 125 and sisterknowslut > 0:
+			'Your Sister looks at you, "<<$pcs_nickname>>, up to your usual tricks? You could at least wash yourself."'
+		end
+
+		!! If you are on drugs:
+		if StrongNarkota = 0 and narkossister = 1:narkossister = 0
+			
+		if StrongNarkota > 20 and narkossister = 0 and narkossista = 0:
+			if rand(1,100) >= 90:
+				dynamic $narkosisterspalila
+				exit
+			end
+		end
+		
+		if narkossister = 1:
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/newfear.jpg"></center>'
+			if StrongNarkota > 20:
+				if pcs_mood > 10: pcs_mood -= 10
+				gs'stat'
+				'You realize you are way to high to talk to your sister right now and she would flip out if she noticed you are high again, so you quickly move away before she notices.'
+				act 'Move away':gt $loc, $metka
+			else
+				if pcs_mood > 10: pcs_mood -= 1
+				gs'stat'
+				narkossister = 0
+				*nl
+				'You tell yourself, "Come on <<$pcs_nickname>>, deep breath, focus, you can do this."'
+				'You feel your head is clear enough to talk to your sister once more.'
+				act 'chat': gt 'sister_chat', 'sister_chat'
+			end
+		end
+		
+		!! If you have piercings in that your sister doesn''t know about:
+		if pirsA > 0 and pirsA < 10000 and sisterQW['pirsA'] = 0 and sisterpirsadaytalk ! daystart:
+			sisterpirsadaytalk = daystart
+			if rand(1,100) >= 75:
+				'Your sister looks you in the mouth. "<<$pcs_nickname>>, and what have you got there in your tongue?"'
+				act 'Nothing':
+					cla
+					'You shake your head. "Nothing." Then turn away, so that your sister does not see your pierced tongue.'
+					act 'Move away':gt $loc, $metka
+				end
+
+				act 'Show her your tongue piercing':
+					*clr & cla
+					sisterQW['pirsA'] = 1
+					npc_rel['A33'] += 1
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/pc/body/piercings/a<<pirsA>>.jpg"></center>'
+					'You open your mouth and stick out your tongue, showing your sister your tongue piercing.'
+					'Your sister smiles, "Wow, you go <<$pcs_nickname>>!"'
+					'She seems to approve and spends a few minutes asking you all about it.'
+					act 'Move away':gt $loc, $metka
+					act 'chat': gt 'sister_chat', 'sister_chat'
+				end
+				exit
+			end
+		end
+
+		if pirsB > 0 and pirsB < 10000 and sisterQW['pirsB'] = 0:
+			'Your sister looks at your lip, studying your piercing. "That''s so cool, and pretty, I love it!"'
+			act 'Thank you':
+				*clr & cla
+				sisterQW['pirsB'] = 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/pc/body/piercings/b<<pirsB>>.jpg"></center>'
+				'You thank your sister for her compliment instinctively playing with your new piercing.'
+				act 'Move away':gt $loc, $metka
+				act 'chat': gt 'sister_chat', 'sister_chat'
+			end
+			exit
+		end
+
+		if pirsC > 0 and pirsC < 10000 and sisterQW['pirsC'] = 0:
+			sisterQW['pirsC'] = 1
+			'Your sister looks at your earrings. Reaching up to hold and inspect one closely she says, "Well, finally! I thought you would never get your ears pierced."'
+			act 'Move away':gt $loc, $metka
+			act 'chat': gt 'sister_chat', 'sister_chat'
+		end
+
+		if pirsD > 0 and pirsD < 10000 and sisterQW['pirsD'] = 0:
+			sisterQW['pirsD'] = 1
+			'Anya is clearly shocked by your nose ring: "Damn, <<$pcs_nickname>>, tell me who did this to you and I''ll get them for you."'
+			'She dances around you shadow boxing and you both end up laughing loudly.'
+			act 'Move away':gt $loc, $metka
+			act 'chat': gt 'sister_chat', 'sister_chat'
+		end
+
+		if pirsE > 0 and pirsE < 10000 and sisterQW['pirsE'] = 0:
+			sisterQW['pirsE'] = 1
+			'Your sister takes a good look at your eyebrow piercing and says, "Nice, but be careful, don''t accidentally get it caught on something!"'
+			act 'Move away':gt $loc, $metka
+			act 'chat': gt 'sister_chat', 'sister_chat'
+		end
+		
+		!! If you are visibly pregnant:
+		if npc_pregtalk['A33'] = 0 and (($clothingworntype = 'nude' and pregchem > 2688) or ($clothingworntype ! 'nude' and pregchem > 3600)):
+			npc_pregtalk['A33'] = 1
+			if $clothingworntype ! 'nude' and pregchem > 3600:
+				'With surprise your sister says, "You''re pregnant, <<$pcs_nickname>>!"'
+				'"How the hell can you tell?"'
+				'With a smile, she says, "I have a bionic eye." As she reaches out and rubs your protruding belly, "So, do you know who the father is?"'
+			else
+				'You sister looks at your belly with surprise. "<<$pcs_nickname>>, are you pregnant? And from whom are you pregnant?'
+			end
+			$tmpstr = ''
+			$tmpstr2 = ''
+			KILLVAR '$specfath'
+			KILLVAR '$regfath'
+
+			if arrpos('$wombpotfath', 'unknown') ! -1 or (arrpos('$wombpotfath', '') ! -1 and arrpos('$wombpotfath', '') < arrsize('$wombpotfath')):
+				$tmpstr = 'I slept with a guy and didn''t even know his name, but '
+			end
+
+			idx = 0
+			sz = arrsize('$wombpotfath')
+			:fathlistloop
+			if idx < sz:
+				$fath = $npc_usedname[$wombpotfath[idx]]
+				if $fath = 'Roma' or $fath = 'Kolka' or $fath = 'Stepfather' or $fath = 'Mikhail, your birthfather':
+					if $fath = 'Mikhail, your birthfather': $fath = 'our real father'
+					$specfath[arrsize('$specfath')] = $fath
+				else
+					if $fath = 'unknown' or $fath = '':
+						$fath = 'someone I don''t know'
+					else
+						if $tmpstr2 ! '': $tmpstr2 = '<<$tmpstr2>> or '
+						$tmpstr2 = '<<$tmpstr2>><<$fath>>'
+					end
+				end
+				idx += 1
+				jump 'fathlistloop'
+			end
+
+			if arrsize('$specfath') > 0 and npc_rel['A33'] > 50:
+				$tmpa = ''
+				if $tmpstr2 ! '':
+					$tmpa = ' You decide to start by telling her the easy news. "Oh, sister, <<$tmpstr>>it''s possible the father is <<$tmpstr2>>. I think it could also be someone we know.'
+				else
+					$tmpa = ' You look at her for a moment and then say, "Oh, sister, I think the father might be someone we know."'
+				end
+				'You realize that telling her who the father might be could be difficult.<<$tmpa>>'
+				idx = 0
+				sz = arrsize('$specfath')
+				if sz > 1:
+					$tmpb = 'begin by telling her '
+				else
+					$tmpb = 'tell her '
+				end
+				$tmpc = ''
+				:hardfathloop
+				if idx < sz:
+					$fath = $specfath[idx]
+					if $fath = 'Roma':
+						'You <<$tmpb>>the father might <<$tmpc>>be Roma.'
+						'"You mean my Roma?"'
+						'You nod with a forced smile.'
+						'"Oh, I am so sorry, <<$pcs_nickname>>! This is probably my fault.", she says and hugs you to her strongly.'
+						pcs_mood += 50
+					elseif $fath = 'Kolka':
+						'You <<$tmpb>>the father could <<$tmpc>>be Kolka.'
+						'"Seriously? Our little brother?" she asks with a little shock. "Why would you have sex with our little brother? What is wrong with you?"'
+						'You feel yourself blushing, as you murmur, "I don''t know it just felt right." She just shakes her head at you.'
+					elseif $fath = 'Stepfather':
+						'You <<$tmpb>>the father could <<$tmpc>>be your stepfather.'
+						'"Oh, what a slut you are!" she smiles happily. "Do you think he will notice it too?"'
+					elseif $fath = 'our real father':
+						'You <<$tmpb>> the father might conceivably <<$tmpc>>be your real father.'
+						'Your Sister looks at you with shock! "<<$pcs_nickname>>, what is wrong with you? How did you even find him?"'
+						'You explain how you tracked him down through the truck drivers to the where he works now, and how your relationship quickly grew into something unexpected for both of you. "I haven''t told him," you tell her. "Maybe I should. I don''t know."'
+						'She listens intently to your story and gives you a hug when you finish. "I don''t know either, <<$pcs_nickname>>, but I hope you take me to meet him someday."'
+					end
+					if idx = 0 and sz > 1:
+						$tmpc = 'also '
+						$tmpb = 'continue your confession by telling her '
+					elseif sz > 2 and idx = sz - 2:
+						$tmpb = 'finish your confession by saying that '
+					end
+					idx += 1
+					jump 'hardfathloop'
+				end
+			else
+				if arrsize('$wombpotfath') = 0:
+					'"Oh, sister, I have no idea who the father could be! I''m not even sure how I got pregnant!"'
+				elseif arrsize('$wombpotfath') = 1:
+					if $wombpotfath[0] = '' or $wombpotfath[0] = 'unknown':
+						'"Oh, sister, I have no idea whom the father could be!"'
+					else
+						'"Oh, sister, <<$tmpstr>>I think the father is <<$tmpstr2>>."'
+					end
+				else
+					'"Oh, sister, <<$tmpstr>>I think the father is <<$tmpstr2>>"'
+				end
+			end
+		end
+		
+		!! If you are naked:
+		if $clothingworntype = 'nude':
+			if sisterQW['naked'] = 0:
+				sisterQW['naked'] = 1
+				'Anya looks at you, her eyes wide. "<<$pcs_nickname>>, what are you doing? What if someone walks in and sees you like this? Mom would throw a fit if she catches you walking around naked like that. Sometimes I just don''t understand you.'
+			else
+				'Anya shakes her head at you. "<<$pcs_nickname>>, sooner or later mom is going to catch you and tan your ass.'
+				act 'Move away':gt $loc, $metka
+				act 'chat': gt 'sister_chat', 'sister_chat'
+			end
+		end
+	end
+
+	!Responses that only happen in the bedroom
+	if $loc = 'BedrPar':
+		!! After Roma visit
+		if ((sisboyday + 1 = daystart and hour > 18) or sisboyday + 1 < daystart) and sisThank = 1:
+			*clr & cla
+			if npc_QW['A33'] = 7 or npc_QW['A33'] = 5 or npc_QW['A33'] = 3:
+				npc_QW['A33'] -= 1
+			elseif npc_QW['A33'] >= 9 and RAND(1,3) = 3:
+				npc_QW['A33'] -= 1
+			end
+			sisboyday = 0
+			sisThank = 0
+			gs'stat'
+
+			'<center><h1><font color="maroon">Anya</font></h1></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_00.jpg"></center>'
+			'Merrily Anya runs up to you and wraps her arms around your neck.'
+			if sisboytrioQW ! 1:
+				'"Sister, I adore you! I spent a lovely evening with Roma."'
+				'"Yes, I''m glad for you. Enough already, you''ll strangle me."'
+				'Anya is happy to let you go, and kisses you on the cheek.'
+			else
+				'"<<$pcs_nickname>>, I adore you! I really enjoyed our evening with Roma."'
+				'"Yes, me too. But please, not so tight, you''re strangling me."'
+				'Anya is bouncing with joy and loosens her grip just enough to kiss you on the cheek.'
+				sisboytrioQW = 0
+			end
+			act 'Finish': gt 'sister_chat', 'sister_chat'
+		elseif sisboytrioQW = 1 and ((sisboyday + 1 = daystart and hour > 18) or (sisboyday + 1 < daystart)):
+			*clr & cla
+			minut += 1
+			npc_rel['A33'] -= 10
+			sisboytrioQW = 0
+			sisboyday = 0
+			gs'stat'
+			'<center><h1><font color="maroon">Anya</font></h1></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+			'Anya doesn''t look happy with you.'
+			'"You promised to join me and Roma, what happened? Well maybe next time..."'
+			act 'Continue':gt 'sister_chat', 'sister_chat'
+		end
+	
+		!! Anya is about to head to work
+		if hour = 8 and week < 6:
+			*clr & cla
+			'<center><h1><font color="maroon">Anya</font></h1></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sobir.jpg"></center>'
+			'Your sister is busy getting ready for work.'
+			'Anya, without even turning around, says, "<<$pcs_nickname>>, no time to talk, I''m already late!"'
+			act 'Move away':gt $loc, $metka
+		end
+	
+		!! If you haven''t learned how to braid hair yet:
+		if canBraidHair = 0 and npc_rel['A33'] > 75 and (pcs_hairlng > 80 and pcs_hairlng <= 800):
+			act '"Hey sis, can you teach me how to braid my hair...?"':
+				*clr & cla
+				minut += 1
+				'She pauses for a moment and looks at you funny, "You don''t know how to braid your own hair?"'
+				'You look down embarrassed, "I usually just go to the salon for them to braid it..."'
+				'She laughs and gives you a hug. "<<$pcs_nickname>>, of course I will teach you how to braid your hair, though it make take a bit."'
+				act 'Spend an hour with your sister learning how to braid your hair.':
+					minut += 60
+					canBraidHair = 1
+					npc_rel['A33'] += 5
+					*clr & cla
+					'Though you made plenty of mistakes and got your hair in a knot a couple of times, afterwords you feel confident that you can braid your hair on your own.'
+					act 'Thank your sister and leave':gt $loc, $metka
+					act 'chat': gt 'sister_chat', 'sister_chat'
+				end
+				act 'Thank her but say you really actually have to get going':
+					minut += 3
+					gs 'stat'
+					*clr & cla
+					'She shrugs her head and says, "Come back if you want to learn how <<$pcs_nickname>>!"'
+					act 'Thank your sister and leave':gt $loc, $metka
+				end
+			end
+		end
+
+		!! If you had sex with Anya
+		if sisterLesb > 0 and (sisterQW['dno'] = 0 or sisterQW['lesb'] = 0 or sisterQW['bi'] = 0 or sisterQW['sisbi'] = 0):
+			*clr & cla
+			minut += 2
+			gs'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
+			'You''re both embarrassed after what happened that night, and can not look into each other''s eyes, finally Anya speaks with you.'
+			'"<<$pcs_nickname>>," with a smile she tells you, "I thought you liked guys and I always found it much more pleasant to handle men."'
+			if sisterQW['dno'] = 0:
+				act 'I don''t know what happened':
+					sisterQW['dno'] = 1
+					minut += 10
+					gs'stat'
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
+					'You look at Anya blushing, "Forgive me, I was so worked up, I just could not control myself, I do not know what came over me."'
+					'"Well, I do not mind, if you sometimes lose control of yourself. Just try and control yourself though." She smiles slyly, You smile at her...'
+				end
+			end
+			if sisterQW['lesb'] = 0:
+				act 'I''m a lesbian':
+					sisterQW['lesb'] = 1
+					minut += 10
+					gs'stat'
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
+					'You look at Anya blushing, "I like girls, I''m a lesbian and I don''t know what came over me... you are just so pretty and I was so horny..."'
+					'"Oh!" She seems a little surprised but then smiles at you and hugs you. "As long as you are happy that is all I care about, but for the record I''m not a lesbian." She says with a laugh and then she asks you about any girl friends you have had, for someone that claims to be straight she sure seems curious about lesbian sex.'
+				end
+			end
+			if sisterQW['bi'] = 0:
+				act 'I like girls too':
+					sisterQW['bi'] = 1
+					minut += 10
+					gs'stat'
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
+					'You look at Anya blushing, "I like girls too, I''m not a lesbian, I just like both guys and girls. I don''t know what came over me that night... you are just so pretty and I was so horny..."'
+					'"Oh!" She seems a little surprised but then smiles at you and hugs you. "As long as you are happy that is all I care about, but for the record I''m not a lesbian or into girls." She says with a laugh and then she asks you about any girl friends you have had, for someone that claims to be straight she sure seems curious about lesbian sex.'
+				end
+			end
+			if sisterQW['sisbi'] = 0:
+				act 'Wait, more pleasant?':
+					sisterQW['sisbi'] = 1
+					minut += 10
+					gs'stat'
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
+					'Wait, she said more pleasant, so does that mean? "Wait you said more pleasant, so does that mean you have been with other girls before?"'
+					'Anya blushes. "Well yes, twice before. I was curious and horny." She says with a laugh when she realizes it sounds like you when you came onto her.'
+					'You grin and pry. "So did you like it?"'
+					'She blushes maybe even more. "Yeah a little, it was fun. But I much prefer guys, they are way more fun." Soon the two of your are talking about the differences in sex with guys and girls, with you adding in your own experiences along with hers.'
+				end
+			end
+			act 'Move away':gt $loc, $metka
+			act 'chat': gt 'sister_chat', 'sister_chat'
+		end
+	
+		!! If Anya saw you masturbating
+		if SisterKnowMastr > 0 and sisterQW['knowmast'] = 0:
+			*clr & cla
+			sisterQW['knowmast'] = 1
+			gs'stat'
+			'<center><h1><font color="maroon">Anya</font></h1></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+			'Anya looks at you and laughs "Well, <<$pcs_nickname>>, I know what you were up to! I went into the room, and you were playing with yourself!"'
+			act 'Move away':gt $loc, $metka
+		end
+
+		!! Anya is going for a walk
+		if sisterdialog = 3:
+			*clr & cla
+			gs'stat'
+			'<center><h1><font color="maroon">Anya</font></h1></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/progulka.jpg"></center>'
+			'Your sister is getting herself ready to go out. She admires herself in a mirror and wiggles her ass, trying different poses.'
+			'Anya, without even turning to look at you, says: "<<$pcs_nickname>>, If you decide to take a walk, I will be near the club with my friends."'
+			act 'Move away':gt $loc, $metka
+		end
+	end
+
+	!{ Chatting
+	act 'Chat':
+		*clr & cla
+		minut+=rand(10,15)
+		if sisterQW['chatday'] ! daystart: npc_rel['A33'] += 2
+		sisterQW['chatday'] = daystart
+		gs'stat'
+		'<center><h1><font color="maroon">Anya</font></h1></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+		if npc_rel['A33'] < 20:'Your relationship with your sister is awful.'
+		if npc_rel['A33'] >= 20 and npc_rel['A33'] < 40:'Your relationship with your sister is tense.'
+		if npc_rel['A33'] >= 40 and npc_rel['A33'] < 60:'You and your sister have a normal relationship.'
+		if npc_rel['A33'] >= 60 and npc_rel['A33'] < 80:'You and your sister have a good relationship.'
+		if npc_rel['A33'] >= 80:'You have a great relationship with your sister.'
+		gt 'sister_chat', 'sister_chat'
+	end}
+end
+
+$narkosisterspalila = {
+	menu_off = 1
+	*clr & cla
+	gs'stat'
+	!'sister slept on drugs.'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+	'"Come on, keep it together, act sober." You think. "I have just have to talk normally and not think about it."'
+	'Your sister looks at you quizzically. "Are you stoned <<$pcs_nickname>>?"'
+	act'No':
+		cla
+		set narkossister = 1
+		gs'stat'
+		'You shake your head "No." You back away, but it''s very clear your sister could tell that you are stoned.'
+		act 'Move away':gt $loc, $metka
+	end
+	act'Share':
+		*clr & cla
+		set narkossista = 1
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+		'You tell your sister, that you learned where to buy drugs, and you really wanted to try and it is just this once, never again.'
+		'Your sister strictly looks at you and says, "<<$pcs_nickname>> I''m not your mother, who would kill you if she found out, but this is the first and last time. It''s not worth it!'
+		'If you continue, then your whole life will not be worth shit.'
+		act 'Move away':gt $loc, $metka
+		exit
+	end
+}
+
+if $ARGS[0] = 'sister_chat':
+	*clr & cla
+	menu_off = 1
+	minut += rand(5,15)
+	gs 'sister_chat', 'checks'
+	gs'stat'
+!! sisterQW['party']
+	!-1 - don''t go to the party
+	!0 - don''t know about it
+	!1 - agreed to go to the party
+	!2 - been to the party
+!! Birthday party tracking: sisterQW['rexbday']
+	!-1 - don''t go to the party
+	!0 - don''t know about it
+	!1 - agreed to go to the party
+	!2 - been to the party
+	!3 - party is over
+!! sisterQW['partycount'] should be added to every time Sveta attends a party
+
+	!Anya will only invite Sveta from Tuesday to Thursday, daystart part blocks her from asking again
+	!! This needs a few extra triggers as Anya shouldn''t be trying to outright corrupt Sveta
+	if hour > 6 and hour < 24:
+		if week < 5 and week > 1 and ((daystart - (daystart mod 7)) / 7) mod 2 = 0 and pcs_vag > 0 and npc_rel['A33'] >= 80 and sisterQW['party'] = 0 and (daystart - sisterQW['partyday'] < 5):
+			*clr & cla
+			minut += 5
+			sisterQW['partyday'] = daystart
+			gs'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_1.jpg"></center>'
+			if sisterQW['rexbday'] = 0:
+				'"<<$pcs_nickname>>, one of my friends birthday is this friday and he''s having a party. I asked him if I could invite you."'
+				'"Oh, Anya I don''t know, they are your friends and I don''t really know any of them."'
+			elseif sisterQW['partycount'] = 0:
+				'"<<$pcs_nickname>>, one of my friends is having a party this friday. I asked him if I could invite you."'
+				'"Oh, Anya I don''t know, they are your friends and I don''t really know any of them."'
+			else
+				'"<<$pcs_nickname>>, Rex is having another party this friday. I asked him if I could invite you again and he said yes."'
+				'"Really? You want me to go to another party?"'
+			end
+			'"Come on, it will be a lot of fun I promise. So will you come?"'
+			minut += 5
+			gs'stat'
+			act 'No (study)':
+				sisterQW['party'] = -1
+				if sisterQW['rexbday'] = 0: sisterQW['rexbday'] = -1
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_3.jpg"></center>'
+				'You refuse to go to the party.'
+				'"Sorry Anya, I would love to, but I can''t get behind at school. I have homework and books to read, you know what it''s like."'
+				'She smiles to you. "My nerdy little sister, well have fun studying."'
+				act 'Finish': gt 'sister_chat', 'sister_chat'
+			end
+			if razradbeg > 0:
+!!Not exactly sure if this is the correct variable to check if Sveta runs track
+				act 'No (training)':
+					sisterQW['party'] = -1
+					if sisterQW['rexbday'] = 0: sisterQW['rexbday'] = -1
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_4.jpg"></center>'
+					'You refuse to go to the party.'
+					'"I would love to, but I have a competition to prepare for. I have to train. One day I could be a great athlete, not like you lazy bones." You tell her with a teasing laugh.'
+					act 'Finish': gt 'sister_chat', 'sister_chat'
+				end
+			end
+			if volleysostav = 1 or volleysostav = 2:
+				act 'No (volleyball)':
+					sisterQW['party'] = -1
+					if sisterQW['rexbday'] = 0: sisterQW['rexbday'] = -1
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_5.jpg"></center>'
+					'You refuse to go to the party.'
+					'"I can''t, the coach does not allow my to stay out late, and drinking is also prohibited."'
+					act 'Finish': gt 'sister_chat', 'sister_chat'
+				end
+			end
+			act 'Yes':
+				sisterQW['party'] = 1
+				if sisterQW['rexbday'] = 0: sisterQW['rexbday'] = 1
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_2.jpg"></center>'
+				'You agree to go to the party.'
+				'"Awesome <<$pcs_nickname>>, it''ll be fun! We will meet at the community center this friday, don''t forget to be there before 18:00, otherwise we will leave without you."'
+				'With these words, your sister hugs you and kisses you on the cheek.'
+				act 'Finish': gt 'sister_chat', 'sister_chat'
+			end
+		! If you missed the party
+		elseif (sisterQW['party'] = 1 and daystart > sisterQW['partyday'] and week > 5) or (sisterQW['party'] = 1 and daystart - sisterQW['partyday'] > 3):
+			sisterQW['party'] = 0
+			'"We missed you at the party, <<$pcs_nickname>>." Anya pouts at you, "I''ll let you know when the next party is and maybe you''ll be able to make it, okay?"'
+			'You apologize for missing the party and Anya smiles at you.'
+			act 'Continue': gt 'sister_chat', 'sister_chat'
+		elseif npc_rel['A33'] < 20:
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+			'You are trying to talk to your sister but she refuses to talk to you.'
+	!!what is this sistersorry used for? can we get rid of it and just always have the say sorry as a option?
+			if sisterQW['lowrelboost'] ! daystart:
+				act'Apologize':
+					*clr & cla
+					sisterQW['lowrelboost']=daystart
+					npc_rel['A33'] +=(pcs_intel/10)+(pcs_apprnc/20)
+					gs'stat'
+					'You apologize to your sister and it seems she forgives you some.'
+					act 'Move away':gt $loc, $metka
+				end
+			end
+		elseif npc_rel['A33'] >= 20 and npc_rel['A33'] < 40:
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+			'You are trying to talk to your sister but she just cuts you off bluntly.'
+			if sisterQW['lowrelboost'] ! daystart:
+				act'Try to smooth your relations':
+					*clr & cla
+					sisterQW['lowrelboost']=daystart
+					npc_rel['A33'] +=(pcs_intel/10)+(pcs_apprnc/20)
+					gs'stat'
+					'You suck up to your sister and she appears to be slowly treating you better.'
+					act 'Move away':gt $loc, $metka
+				end
+			end
+		else
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+			'You start a conversation with your sister.'
+			if trfatherQW = 0:
+				act 'Ask about your father':
+					*clr & cla
+					trfatherQW = 1
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+					'You ask about your real father, Anya grins, "<<$pcs_nickname>>, I was 4 years old when they broke up. I don''t even remember what he looks like. <<$npc_nickname[''A29'']>> does not like to talk about him, but as you know, our real father went to live in another town. I also remember, he worked as a long-distance truck driver, maybe sometimes he passes through Pavlovsk."'
+					act 'Move away':gt $loc, $metka
+					act 'Keep talking': gt 'sister_chat', 'sister_chat'
+				end
+			end
+			act 'Make small talk': 
+				npc_rel['A33'] += 1
+				*clr & cla
+				temp = rand (1,15)
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+				if temp = 1:
+					'As you chat with your sister, she says it is possible to rent an apartment in the city and live and work there, but she is happy living in Pavlovsk, even with helping with the bills she has way more money to spend on herself this way.'	
+				elseif temp = 2:
+					'You chat with your sister, Anya, she tells you the tailor at the Garment factory is a creep who makes his customers wait around in their underwear or at least the pretty girls.'
+				elseif temp = 3:
+					'You ask Anya about the University. She grins, "I almost went, passed the entrance exam. However, I started working in the summer and got used to having cash. What can I buy with a diploma?"'
+				elseif temp = 4:
+					'You ask Anya about her boyfriend. She smiles, "Well, I have a boyfriend. Although nothing serious. It''s more like friends with benefits."'
+				elseif temp = 5:
+					'You start talking with Anya, she tells you about the boys she met, parties she''s been to and cosmetics.'
+				elseif temp = 6:
+					'You chat with your sister, she tells you about the new dress she brought at the store today.'
+				elseif temp = 7:
+					'You chat with your sister about movie stars, discussing and sharing fantasies about them, and arguing about which ones are sexier.'
+				elseif temp = 8:
+					'Anna talks about sports clubs in the community center, and how sport is very good for the figure, but she is too lazy to go there.'
+				elseif temp = 9:
+					'Anya says, that one of her friends had a kid, but the father denies it and she''s left looking after her kid alone. She says, that if you are smart, you will buy the pill from the pharmacy.'
+				elseif temp = 10:
+					'Anya says, one winter she went out without a coat and caught a bad cold. You remind her that she spent the whole time complaining about it to you.'
+				elseif temp = 11:
+					'You chat with your sister, discussing the latest trends in fashion.'
+				elseif temp = 12:
+					'Anya tells you how used to try various fad diets to make herself beautiful. However she was under weight, her skin looked gaunt and she kept getting acne. Since quitting the diets she is much healthier and looks more beautiful every day.'
+					'The last part has you both laughing.'
+				elseif temp = 13:
+					'You chat with your sister and she tells you that you can find a lot of interesting bargains if you wander through the market.'
+				elseif temp = 14:
+					'You chat with your sister and she tells you about one of her weird ex-boyfriends who was always so poetically dramatic. In particular, she tells you about how he broke up with her. "He said: Anya, my love, I so deeply cherish you, but we are not meant to be. Like water and oil, no matter how hard we try, we cannot be together!"'
+				else
+					'You chat with your sister, Anya, she asks you how you feel about women''s sexual rights. You spend some time having a very frank and quite revealing conversation.'
+				end
+				act 'Move away':gt $loc, $metka
+				act 'Keep talking': gt 'sister_chat', 'sister_chat'
+			end
+			if $loc ! 'kuhrPar' and npc_rel['A33'] >= 70:
+				act 'Talk about sex':
+					*clr & cla
+					pcs_horny += RAND(5,10)
+					gs'stat'
+					temp = rand (1,8)
+					if temp = 1:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister1.jpg"></center>'
+						'Your sister boasts to you about how good her boyfriend is in bed. She goes into a surprising amount of detail.'
+					elseif temp = 2:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister2.jpg"></center>'
+						'Your sister tells you a story about her and her girlfriend sucking off their friend on his birthday. Afterwards he came on both their faces and they licked his cum off of each other.'
+					elseif temp = 3:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister3.jpg"></center>'
+						'Your sister reveals to you that she just loves it in the ass. With mother having her innocence checked all the time, she wanted to have sex so decided to try anal. It hurt the first couple of times but after that she loved it. Though once she lost her virginity she found she liked vaginal sex more, but still does anal. She suggest you try it or just stick to blowjobs to keep mom from finding out you''re sexualy active.'
+					elseif temp = 4:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister4.jpg"></center>'
+						'Your sister tells you about how she gave her boyfriend a blowjob and swallowed his load with out slowing down, "Oh, You should have seen his face!"'
+					elseif temp = 5:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister5.jpg"></center>'
+						'Your sister tells you about when in school she use to go to a classmates apartment to help her study and afterwards he would fuck her in the ass.'
+					elseif temp = 6:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister6.jpg"></center>'
+						'Your sister reveals to you, that she just loves when a guy just takes over and grabs her by the head and just fucks her mouth.'
+					elseif temp = 7:
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister7.jpg"></center>'
+						'Your sister reveals to you, that at a party she let two guys fuck her at the same time. Sucking one and getting fucked by the other was fun, but having one fuck her pussy while is friend fucked her ass was amazing.'
+					else
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sister8.jpg"></center>'
+						'Your sister admits to you that she wants to have sex with a black man. To suck his dick, to get fucked by him and finally for him to pound her little ass.'
+						act 'Tell her you want to':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+							'You grin at that imagery as well. "God yes I would like to as well, there is a boy in my school from America. He is tall and well built and as dark skinned as I have ever seen."'
+							'She laughs. "Well why don''t you hit on him then. I am sure he would be eager to show you what it is like."'
+							'You laugh and the two of you talk about what it would be like and why it is taboo.'
+							act 'Move away':gt $loc, $metka
+							act 'Keep talking': gt 'sister_chat', 'sister_chat'
+						end
+						act 'Tell her you don''t':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+							'You shake your head no. "Eww, don''t you have a boyfriend anyways?"'
+							'She sighs. "Yes but if we ever break up."'
+							'Then she drops the topic.'
+							act 'Move away':gt $loc, $metka
+							act 'Keep talking': gt 'sister_chat', 'sister_chat'
+						end
+						if npc_sex['A55'] > 0:
+							act 'tell her about Olu':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+								'You tell her you have been having sex with Olu, your aunt''s boyfriend. She is shocked at first until you explain that your aunt knows all about it and even asked for help satisfying him.'
+								act 'Move away':gt $loc, $metka
+								act 'Ask if she wants to go':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+									'You ask her if she wants to go up and visit him. "Would you like to come up with me next time I visit him?"'
+									'She thinks about it for a moment and then grins and nods yes. "Yes I think I would, you know just to try it." She says with a blush.'
+									'You promise to text her next time you are going up there and let him know she is willing to help with his needs too. "Ok next time I am going up there I will let you know and tell him."'
+									act 'Move away':gt $loc, $metka
+									act 'Keep talking': gt 'sister_chat', 'sister_chat'
+								end
+								act 'Keep talking': gt 'sister_chat', 'sister_chat'
+							end
+						elseif npc_sex['A146'] > 0:
+							act 'tell her about Marcus':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+								'You tell her about Marcus from school and how you have been having sex with him. Her eyes get big and she starts asking all kinds of questions about how it was. You tell her how big he is and start getting into details about your sex with him.'
+								act 'Move away':gt $loc, $metka
+								act 'Ask if she wants a turn':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+									'You ask her if she wants to give him a go. "Maybe I could invite him over one evening and you can give him a go, interested?"'
+									'She thinks about it for a moment and then grins and nods yes. "Yes I think I would, you know just to try it." She says with a blush.'
+									'You promise to text her next time you are going up there and let him know she is willing to help with his needs too. "Ok I will talk to him about it and let you know."'
+									act 'Move away':gt $loc, $metka
+									act 'Keep talking': gt 'sister_chat', 'sister_chat'
+								end
+								act 'Keep talking': gt 'sister_chat', 'sister_chat'
+							end
+						elseif afrdormgangbang > 0:
+							act 'tell her about the dorm':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+								'You tell her about the guys in the dorm and the sex you have had with them.'
+								act 'Move away':gt $loc, $metka
+								act 'Ask if she wants to join you':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+									'You ask her if she wants to go to the city with you and go have sex with them. "Would you like to come up with me next time I go?"'
+									'She thinks about it for a moment and then grins and nods yes. "Yes I think I would, you know just to try it." She says with a blush.'
+									'You promise to text her next time you are going up there and let him know she is willing to help with his needs too. "Ok next time I am going to the city to see them, I will let you know."'
+									act 'Move away':gt $loc, $metka
+									act 'Keep talking': gt 'sister_chat', 'sister_chat'
+								end
+								act 'Keep talking': gt 'sister_chat', 'sister_chat'
+							end
+						end
+					end
+					act 'Move away':gt $loc, $metka
+					act 'Keep talking': gt 'sister_chat', 'sister_chat'
+				end
+			
+				if sisterLesb = 3 and $loc = 'BedrPar':
+					act 'Tell her you want to have sex':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+						if hour > 6 and hour < 23:
+							'You you crawl over her bed towards her to kiss her and when she realizes what you are about to do she pulls back from you. "What are you doing? Everyone is still up, what if someone walked in?" She shakes her head. "You really need to control yourself little sister." She makes it clear nothing is going to happen.'
+							gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+							gs 'arousal', 'end'
+							gs 'stat'
+							act 'Move away':gt $loc, $metka
+							act 'Keep talking': gt 'sister_chat', 'sister_chat'
+						else
+							'You lean in and give her a quick but passionate kiss on the lips. She stiffens a bit at first, obviously unsure but then returns the kiss. Once you break the kiss she says. "You''re a horny little thing aren''t you?"'
+							'You grin to her. "Come on, it will be fun."'
+							gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+							gs 'stat'
+							if rand(1,3) = 1:
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+								'Anya says "Again? You know I enjoy this, but I''m not a lesbian and we should only do it... occasionally... okay?"'
+								'You give her another short kiss, then gently caress her. "You know you want to, come on." You whisper to her seductively.'
+								'Then she kisses you back as her answer.'
+								gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+								gs 'stat'
+								act 'Have sex with her': gt 'sistersleep', 'sister_sex'
+							else
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+								'Anya says "Again? You know I enjoy this, but we should only do it... occasionally... okay?"'
+								'She gives you another short kiss, then gently pushes you away. "Not tonight, let''s both get some sleep tonight and not wear outselves out, huh?"'
+								gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+								gs 'arousal', 'end'
+								gs 'stat'
+								act 'Move away': gt 'bedrPar'
+								act 'Keep talking': gt 'sister_chat', 'sister_chat'
+							end
+						end
+					end
+				end
+				
+				if npc_QW['A33'] = 0:
+					act 'Ask about her boyfriend':
+						*clr & cla
+						minut += 5
+						npc_rel['A33'] += 2
+						npc_QW['A33'] = 1
+						gs'stat'
+						'<center><h1><font color="maroon">Anya</font></h1></center>'
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister_chat.jpg"></center>'
+						'You ask Anya about her boyfriend. She smiles.'
+						'"Well, I have a boyfriend. Although nothing serious. He is more of a friend who I have sex with."'
+						'"Awesome, now when I think out about it, you simply must introduce me to him!"'
+						'"Good sister, we hang out in the evenings at the community center. Meet me there and I''ll introduce you to him."'
+						act 'Finish': gt 'sister_chat', 'sister_chat'
+					end
+				elseif npc_QW['A33'] >= 2 and npc_rel['A33'] >= 40 and sisboytrioQW > -1 and sisboytrioDayOtkaz <= daystart and sisboypartyQW < 2:
+					act 'Talk about Roma':
+						*clr & cla
+						minut += 5
+						temp = RAND(1,14)
+						gs'stat'
+						!! Anya asks Sveta to go for a walk the next day at 18:00
+						if temp <= 3 and sisboyday ! daystart:
+							'<center><h1><font color="maroon">Anya</font></h1></center>'
+							if sisterQW['romatime'] = 0:
+								sisterQW['romatime'] = 1
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_01.jpg"></center>'
+								'Anya takes a long and hesitant look at you, and eventually decides to ask you.'
+								'"<<$pcs_nickname>> could you spend an hour tomorrow after 18:00 going for a walk or something? Roma wants to visit me here and... well, you know what I mean."'
+								'Your sister is blushing a little and looks at you with pleading eyes.'
+							else
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_09.jpg"></center>'
+								'"The last time Roma was here was so good, thank you very much."'
+								'"You''re welcome, I''m always very happy to help my beloved sister and to see her happy."'
+								'"He would like to come here again tomorrow, do you mind taking another walk for about an hour?"'
+							end
+							act 'No':
+								*clr & cla
+								npc_rel['A33'] -= 5
+								sisboyday = daystart
+								gs'stat'
+								'<center><h1><font color="maroon">Anya</font></h1></center>'
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_04.jpg"></center>'
+								'"Sorry Anya, I need to study in the evening."'
+								'"Fine!" Anya turns away angrily and buries her head in her book.'
+								act 'Finish': gt 'sister_chat', 'sister_chat'
+							end
+							act 'Of course':
+								*clr & cla
+								npc_rel['A33'] += 2
+								sisThank = 1
+								npc_QW['A33'] += 1
+								sisboyday = daystart
+								gs'stat'
+								'<center><h1><font color="maroon">Anya</font></h1></center>'
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_03.jpg"></center>'
+								'"Certainly sister, I understand, I will go for a walk late at night. Only do not be too loud, if Kolka hears you it will blow his tiny little mind."'
+								'You and Anya laugh and she joyfully hugs you saying, "You''re the best!"'
+								act 'Finish': gt 'sister_chat', 'sister_chat'
+							end
+						elseif temp <= 3 and npc_QW['A33'] = 10 and sisterLesb >= 4 and sisboyday ! daystart and sisterQW['roma3block'] = 0:
+							'<center><h1><font color="maroon">Anya</font></h1></center>'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_09.jpg"></center>'
+							if sisterQW['roma3inv'] = 0:
+								sisterQW['roma3inv'] = 1
+								'"Sister, Roma and I have thought about it a lot and... I do not know how to say this..."'
+								'"Well, don''t just leave me hanging. What is it that you want to say to me?"'
+								'"Well, hmmm... We want, you to err... join us <<$siboyday_text>> evening."'
+							else
+								'"Hello <<$pcs_nickname>>! Well, did you like it last time? We had a very good time with Roma."'
+								'You do not say anything and just smile slyly watching your sister''s eyes.'
+								'"We want to repeat our games <<$siboyday_text>> evening, if you would like to."'
+							end
+							act 'Decline':
+								*clr & cla
+								npc_rel['A33'] -= 10
+								npc_QW['A33'] -= 2
+								sisThank = 0
+								sisterQW['roma3block'] = 1
+								gs'stat'
+								'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/sisboyqw_37.jpg"></center>'
+								'You decline your sisters indecent proposal.'
+								'"You fucking perverts! No way, you disgusting bitch!'
+								'You quarrel with your sister and when you have both shouted yourselves out and tears roll down your cheeks, she turns away from you and does not want to talk any more."'
+								act 'Finish': gt 'sister_chat', 'sister_chat'
+							end
+							act 'I would love to, but can we postpone it?':
+								*clr & cla
+								sistrioday = daystart + rand(7,14)
+								gs'stat'
+								'<center><h1><font color="maroon">Anya</font></h1></center>'
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_36.jpg"></center>'
+								'"Oh, sis! I would be glad to join you, but <<$siboyday_text>> evening is really not good! Could we do it some other day?"'
+								'She looks kind of dejected, so you continue to talk to her.'
+								'"Really Anya, I am glad to be asked! And I do want to have sex with you two at the same time! But it is really not a good time, and I am the most bummed about it."'
+								'Finally she realize that you didn''t reject her idea, and simply the timing is off a little. She smiles at you and then kisses your lips.'
+								'"Then later it is, little sis.", she says.'
+								act 'Finish': gt 'sister_chat', 'sister_chat'
+							end
+							act 'Agree':
+								*clr & cla
+								sisboytrioQW = 1
+								npc_rel['A33'] += 2
+								gs'stat'
+								'<center><h1><font color="maroon">Anya</font></h1></center>'
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_36.jpg"></center>'
+								*nl
+								'You agree to Anya''s indecent proposal.'
+								'"Well, aren''t you all liberated? Of course I agree, it will be very interesting."'
+								'You hug and kiss with your beloved sister.'
+								act 'Finish': gt 'sister_chat', 'sister_chat'
+							end
+						elseif temp <= 3 and npc_QW['A33'] = 10 and sisboytrio >= 1 and sisboyday ! daystart:
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_09.jpg"></center>'
+							if rand(0,3) = 1:
+								'"Hello <<$pcs_nickname>>! Well, did you like it last time? We had a very good time with Roma."'
+								'You do not say anything and just smile slyly watching your sister''s eyes.'
+								'"We want to repeat our games <<$siboyday_text>> evening, if you would like to."'
+								act 'I would love to, but can we postpone it?':
+									*clr & cla
+									sistrioday = daystart + rand(7,14)
+									gs'stat'
+									'<center><h1><font color="maroon">Anya</font></h1></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_36.jpg"></center>'
+									'"Oh, sis! I would be glad to join you, but <<$siboyday_text>> evening is really not good! Could we do it some other day?"'
+									'She looks kind of dejected, so you continue to talk to her.'
+									'"Really Anya, I am glad to be asked! And I do want to have sex with you two at the same time! But it is really not a good time, and I am the most bummed about it."'
+									'Finally she realize that you didn''t reject her idea, and simply the timing is off a little. She smiles at you and then kisses your lips.'
+									'"Then later it is, little sis.", she says.'
+									act 'Finish': gt 'sister_chat', 'sister_chat'
+								end
+								act 'Agree':
+									*clr & cla
+									npc_rel['A33'] += 2
+									gs'stat'
+									'<center><h1><font color="maroon">Anya</font></h1></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_36.jpg"></center>'
+									'You agree to Anya''s indecent proposal.'
+									'"Well, aren''t you all liberated? Of course I agree, it will be very interesting."'
+									'You hug and kiss with your beloved sister.'
+									act 'Finish': gt 'sister_chat', 'sister_chat'
+								end
+							else
+								'"The last time Roma was here was so good, thank you very much."'
+								'"You''re welcome, I''m always very happy to help my beloved sister and to see her happy."'
+								'"He would like to come here again tomorrow, do you mind taking another walk for about an hour?"'
+								act 'No':
+									*clr & cla
+									npc_rel['A33'] -= 5
+									sisboyday = daystart
+									gs'stat'
+									'<center><h1><font color="maroon">Anya</font></h1></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_04.jpg"></center>'
+									*nl
+									'"Sorry Anya, I need to study in the evening."'
+									'"Fine!" Anya turns away angrily and buries her head in her book.'
+									act 'Finish': gt 'sister_chat', 'sister_chat'
+								end
+								act 'Of course':
+									*clr & cla
+									npc_rel['A33'] += 2
+									sisThank = 1
+									npc_QW['A33'] += 1
+									sisboyday = daystart
+									gs'stat'
+									'<center><h1><font color="maroon">Anya</font></h1></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_03.jpg"></center>'
+									*nl
+									'"Certainly sister, I understand, I will go for a walk late at night. Only do not be too loud, if Kolka hears you it will blow his tiny little mind."'
+									'You and Anya laugh and she joyfully hugs you saying, "You''re the best!"'
+									act 'Finish': gt 'sister_chat', 'sister_chat'
+								end
+							end
+						elseif temp = 4:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'You ask your sister about Roma, she is happy talking about him and says how he is good, responsive and courageous.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 5:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya says, before she met Roma he was with a mean girl, and after ignoring her for a long time he called her, making Anya jealous and she scolded him.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 6:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'One day she and Roma were in a movie, and noticed on the back row a girl sucking a guy, and that Roma asked her if she would do the same. So she did, she sucked him off right there in the theater and then swallowed all his cum.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 7:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya complains that Roma drinks too much beer, does not buy her gifts, and doesn''t pay enough attention to her.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 8:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya says, Roma offered her a threesome with another girl, which she was most offended by and didn''t speak to him for a week afterwards. Though she admits she was tempted to try it, but it was the way he asked that bothered her.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 9:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya blushes as she tells you that Roma sometimes comes to her work and drags her into the back room for a quicky.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 10:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya in detail and with enthusiasm tells you about Roma''s magnificent virility, and how if not for this, they would have long since parted.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 11:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya shares with you a secret, that her favorite position is "cowgirl", even though Roma prefers to do her in doggy-style.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 12:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'You speak with your sister very frankly about sexual things, and she says shyly, she use to not like to swallow sperm. With Roma it''s different and she was willing to swallow for him, because she loved him. Now she founds he loves the taste of cum and likes swallowing it and even licking it up.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						elseif temp = 13:
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							if reksLike = 0:
+								reksLike = 1
+								rex = 50
+								rexSisTalk = 0
+								rexPark = 0
+								rexCar = 0
+								'Anya talks for a long time about her and Roma''s friends, and asks you if you want to get to know any of them.'
+								'"Well, Rex sounds quite nice... I guess."'
+								'Anya smiles, "Hmm... He is a nice guy, but sometimes behaves a bit strange, Rex is obsessed with women''s legs.'
+								'There was a case when Rex was driving without a license in his father''s car and gazing at a girl walking on the sidewalk, in stockings and a short skirt. Imagine, he was so carried away, he had not noticed a van ahead sitting at the traffic lights.'
+								'He drove straight into it and totalled the car! That''s why we call him Rex, because he stares at legs with his mouth open, teeth on show, wanting to devour them." As she says this, Anya is holding her hands like claws and impersonating a T-Rex growling at your legs.'
+							else
+								'You ask your sister about Roma, she is happy talking about him and says how he is good, responsive and courageous.'
+							end
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						else
+							npc_rel['A33'] += 1
+							gs'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
+							'Anya says that Roma likes you and asks if you like him, too.'
+							act 'Finish': gt 'sister_chat', 'sister_chat'
+						end
+					end
+				end
+			end
+		end
+		act 'Move away':gt $loc, $metka
+	else
+		'OK <<$pcs_nickname>>, it''s time for bed.'
+		act 'Move away':gt $loc, $metka
+	end
+end
+
+if $ARGS[0] = 'pargone':
+	*clr & cla
+	gs'stat'
+	'<center><h1><font color="maroon">Anya</font></h1></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+	*nl
+	'"<<$pcs_nickname>>, you have to get rid of your bird. Have you heard what he has been saying lately. If <<$npc_nickname[''A29'']>> ever heard this she would kick us both out of the house"'
+	'You have become quite attached to your bird and really don''t want to get rid of him. " Wait, there must be another solution. Give me a few days, I will go to the pet store and ask if they have a remedy for this"'
+	if npc_rel['A33'] > 75:
+		'"Fine you have 3 days, if there is no solution by then , I will release him myself"'
+		'"Thanks sis, don''t worry I will find something."'
+		sisrelparday = daystart
+		saveparQW = 1
+		saveparjourQW = 1
+
+	else
+		'"No <<$pcs_nickname>>, it is too dangerous"'
+		'<<$npc_firstname[''A33'']>>, reaches for the cage and opens it. <<$namepopu2>> immediately flies out and leaves through the open window.'
+		'You look at your pet flying away and have to hold back your tears'
+		'You turn away from your sister because you don''t want her to see you crying.'
+		popugai2 = 0
+
+	end
+	act 'Move away':gt $loc, $metka
+end
+
+--- sister_chat ---------------------------------
+

+ 373 - 17
locations/sister_party.qsrc

@@ -24,53 +24,55 @@ end
 if $ARGS[0] = 'talk':
 	*clr & cla
 	minut += 5
-	sister_party_talk += 1
-	sister_party_talkQW += 1
+	sisterQW['partytalk'] += 1
 	gs'stat'
 	'<center><b><font color = maroon>Anya</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_1.jpg"></center>'
-	if sister_party_talk < 3:
-		if sister_party_talkQW = 1:
+	! These chat options will happen when Anya and Roma had their fight.
+	if sisterQW['AnyaRomaQW'] = 1:
+		if sisterQW['partytalk'] = 1:
 			'"It is strange seeing you back together with Roma."'
 			'"We talked things out and decided to give it another chance.'
-		elseif sister_party_talkQW = 2:
+		elseif sisterQW['partytalk'] = 2:
 			'"You''re over it after all the curing, crying and yelling?"'
 			'"I know, I know, I got excited a little bit, but now everything is worked out."'
-		elseif sister_party_talkQW = 3:
+		elseif sisterQW['partytalk'] = 3:
 			'"So you just going to continue dating him, after everything that happened?"'
 			'"Well, little sister, he made mistakes. Now he and I have worked things out and I thank God everything is behind us."'
-		elseif sister_party_talkQW = 4:
+		elseif sisterQW['partytalk'] = 4:
 			'"I can not believe it, my sister letting him crawl back and taking him back, it''s not like you."'
 			'"Well <<$pcs_nickname>>, best to have a bird in the hand, especially now that we don''t have such a simple relationship anymore.'
-		elseif sister_party_talkQW = 5:
+		elseif sisterQW['partytalk'] = 5:
 			'"What do you mean you don''t have a simple relationship, I need more details."'
 			'"Yes I know, so pay attention, I''m not going to repeat this. In a sense we now have an open relationship."'
-		elseif sister_party_talkQW = 6:
+		elseif sisterQW['partytalk'] = 6:
 			'"Open relationship? You mean where you can both fuck anyone you want and you keep dating Roma?"'
 			'"Eh <<$pcs_nickname>>, it is something like that."'
-		elseif sister_party_talkQW = 7:
+		elseif sisterQW['partytalk'] = 7:
 			'"I understand you are a fool, I could not agree to that."'
 			'"Why? I know he loves me and he knows that I love him, but while we are young, we have fun."'
-		elseif sister_party_talkQW = 8:
+		elseif sisterQW['partytalk'] = 8:
 			'"I still say it''s crazy, how you can be in a loving relationship and fuck anyone."'
-			'"<<$pcs_nickname>>, I am a not complete, fool. Why with anyone? Look there is other nice guys here too, such as Rex.'
-		elseif sister_party_talkQW = 9 and Rex_Love = 1:
+			'"<<$pcs_nickname>>, I am a not complete, fool. Why with anyone? Look there are other nice guys here too, such as Rex.'
+		elseif sisterQW['partytalk'] = 9 and Rex_Love = 1:
 			'"You want me to kill you, you know that I''m dating Rex."'
 			'"I know that you two are dating, I was joking, although I did let you fuck my boyfriend, why can''t I fuck yours?"'
-		elseif sister_party_talkQW = 9 and Rex_Love = 0:
+		elseif sisterQW['partytalk'] = 9 and Rex_Love = 0:
 			'"Ok you''re right, I wouldn''t mind it myself but I don''t know if Rex would."'
 			'"Oh what a naughty girl, well then how about we lure him together?"'
-		elseif sister_party_talkQW = 10 and Rex_Love = 1:
+		elseif sisterQW['partytalk'] = 10 and Rex_Love = 1:
+			sisterQW['AnyaRomaQW'] = 2
 			'"I get what you''re you hinting at, but I''m not sure Rex would also agree. You and Roma both agreed ahead of time."'
 			'"The main thing is that you are not opposed <<$pcs_nickname>>, besides all men are all the same. You really think Rex could withstand both of our charms?"'
-		elseif sister_party_talkQW = 10 and Rex_Love = 0:
+		elseif sisterQW['partytalk'] = 10 and Rex_Love = 0:
+			sisterQW['AnyaRomaQW'] = 2
 			'"You want to seduce Rex? Haha I have fucked him, and you have no idea what he is like in bed.'
 			'"Wow what little minx you are, so that''s why you are always running around in his room, well then that will make this easier."'     
 		end
 		
 	else
 		i = rand(1,9)
-		if i = 1:'"<<$pcs_nickname>>, you still do not have a man?"'
+		if i = 1:'"<<$pcs_nickname>>, you still don''t have a man?"'
 		if i = 2:'"Sometimes I can''t decide, what is more important, the size of their wallet or penis? What do you think, <<$pcs_nickname>>?"'
 		if i = 3:'"If you have a reputation as the town whore, the guys won''t let you come to the parties anymore."'
 		if i = 4:'"Its not good to come here when you''re in a bad mood, Rex hates miserable bastards in his house."'
@@ -266,5 +268,359 @@ if $ARGS[0] = 'cum':
 	act 'Fall asleep':gt 'dinParty', 'sleep'
 end
 
+!!this is the party stuff from sisterQW file so we can keep all the party stuff in a single file. Not sure how we should merge it.
+!! party stuff is all under sisboyQW_party as arg 0
+if $ARGS[0] = 'sisboyQW_party':
+	sisterQW['partycount'] += 1
+	sisterQW['party'] = 2
+	if sisterQW['rexbday'] = 1: sisterQW['rexbday'] = 2
+	*clr & cla
+	minut += 15
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_8.jpg"></center>'
+	*nl
+	'Once you burst into Rex''s house, the loud music immediately drowns out just about any other noise.'
+	'You began to help the guys to lay out the table, they carried the drinks, you snacks, but there was so much booze that it covered the table leaving no where to put the snacks.'
+	'Everyone started to thump in unison, dealing, laughing, telling funny stories.'
+	'You cheerfully ask Anya. "You won''t leave me alone at the party will you?"'
+	'Anya smiles and hands you a bottle of vodka. "Of course not <<$pcs_nickname>>."'
+	act 'Decline the drink':
+		*clr & cla
+		minut += 15
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_9.jpg"></center>'
+		*nl
+		'You politely try and refuse the drink.'
+		'But seeing everyone watching gathered around began to chant: "Drink, drink, drink, drink, drink, drink."'
+		'Giving into peer pressure you take the bottle from Anya''s hand, and gulp down a huge amount of vodka.'
+		act 'Go dance': gt 'sisterQW', 'dance'
+		act 'Drink': gt 'sisterQW', 'drink'
+		act 'Sit': gt 'sisterQW', 'sit'
+	end
+	act 'Accept the drink':
+		*clr & cla
+		minut += 15
+		gs 'drugs', 'alcohol', 'vodka'
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_9.jpg"></center>'
+		*nl
+		'You took the bottle from her hands'
+		'"Well, let''s party." You say and gulp down a huge amount of vodka.'
+		'Roma looks at Anya and smirks. "Look, <<$pcs_nickname>> is drinking more than you." with these words, everyone began to drink heavily.'
+		act 'Go dance': gt 'sisterQW', 'dance'
+		act 'Drink': gt 'sisterQW', 'drink'
+		act 'Sit': gt 'sisterQW', 'sit'
+	end
+	act 'Get up to dance':
+		*clr & cla
+		minut += 15
+		gs 'drugs', 'alcohol', 'vodka'
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_9.jpg"></center>'
+		*nl
+		'Standing, you tried to get out from behind the table, to go dancing, but no one was dancing they were all just sitting and drinking.'
+		'Seeing, you got up and wanting to leave the table, Rex pulls you over: "Where are you going, it''s only the beginning, hold the bottle, and let''s drink, otherwise I would be offended."'
+		if sisterQW['rexbday'] = 2:
+			'You can''t deny the birthday boy and take the bottle from his hands, and gulp down a huge shot, feeling it burn down your throat. You hear others shouting in encouragement.'
+		else
+			'You can''t deny the host of the party and take the bottle from his hands, and gulp down a huge shot, feeling it burn down your throat. You hear others shouting in encouragement.'
+		end
+		act 'Go dance': gt 'sisterQW', 'dance'
+		act 'Drink': gt 'sisterQW', 'drink'
+		act 'Sit': gt 'sisterQW', 'sit'
+	end
+!elseif sisboypartyQW >= 2:
+!	gt'sbReksHome','party'
+end
+
+if $ARGS[0] = 'dance':
+	*clr & cla
+	minut += 15
+	pcs_horny += 10
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_10.jpg"></center>'
+	*nl
+	'Drunk you stumble to go dance.'
+	'You did not need to be persuade, you were on the same wavelength with everyone else and pulled off your top, staying just in your bra.'
+	'The boys carried on dancing, jumping and bumping into each other, even though you were almost half-naked, it seemed like no one was paying any attention to you.'
+	'Anya approached you:"<<$pcs_nickname>>, come on cheer up, go get into the center, have fun dancing and other very tempting things."'
+	act 'Drink':
+		*clr & cla
+		minut += 10
+		gs 'drugs', 'alcohol', 'whiskey'
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_13.jpg"></center>'
+		*nl
+		'You wanted to drink again and again, the boys quickly gave you two bottles of whiskey and without hesitation you start to pour both of them into your mouth, the whiskey spills out of your mouth, unable to drink it all fast enough, it pours all down your body.'
+		'All your clothes were wet, and through your wet bra everyone could see your protruding nipples.'
+		'Two guys around you mad with energy, began to dance around you, persistently lapping at the booze on your body.'
+		act 'Dance with them': gt 'sisterQW', 'two_boy'
+	end
+	act 'Keep dancing':
+		*clr & cla
+		gs'stat'
+		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_18.mp4"></video></center>'
+		*nl
+		'You''re drunk, but still able to control yourself, you wanted to continue the dance.'
+		'Your erotic movements have attracted the attention of many guys, and two of them approach.'
+		gs 'arousal', 'foreplay', 10
+		gs 'stat'
+!! This should have a way to back out, but where to?
+		if sisterQW['rexbday'] = 2:
+			act 'Congratulate Rex personally': gt 'sisterQW', 'reks'
+		end
+		if sisterQW['AnyaRomaQW'] = 0:
+			act 'Look For Anya': gt 'sisterQW', 'anna_find'
+		end
+		act 'Dance with them': gt 'sisterQW', 'two_boy'
+	end
+	if sisterQW['rexbday'] = 2:
+		act 'Congratulate Rex personally': gt 'sisterQW', 'reks'
+	end
+end
+
+if $ARGS[0] = 'anna_find':
+	*clr & cla
+	minut += 5
+	gs'stat'
+	'You are looking for your sister, but I can''t find her. "Where the hell, did she go?" You looked everywhere, you need to find her.'
+	act 'Look in the bathroom': gt 'sisterQW', 'anna_toilet'
+	act 'Look in the kitchen': gt 'sisterQW', 'anna_kit'
+	act 'Look in the bedroom': gt 'sisterQW', 'anna_kom'
+end
+
+if $ARGS[0] = 'anna_kit':
+	*clr & cla
+	minut += 5
+	$locclass = 'kitr'
+	sisterQW['AnyaRomaQW'] = 1
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_24.jpg"></center>'
+	*nl
+	'You burst into the kitchen, and look around for your sister. You find two drunk chicks having fun in the corner of the room, but neither of them know where your sister is. Suddenly, you hear heavy breathing behind you.'
+	act 'Turn around':
+		*clr & cla
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_25.jpg"></center>'
+		*nl
+		'Turning you find Anya completely naked, drinking from a bottle with tears running down her face, looking at Roma. "Well it''s over between us, go to hell, dog."'
+		'Roma didn''t say anything in response. Anya turned and ran away. You glare at him few moments for making your sister cry and then you rush after her.'
+		gs 'arousal', 'voyeur', 5
+		gs 'stat'
+		act 'Chase Anya':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_26.jpg"></center>'
+			*nl
+			'It takes you a bit to find Anya again, you find her sitting on her knees in front of two unfamiliar guys. "What are you doing, stop, think about this." You plead with your sister.'
+			'Drunkenly Anya keeps sucking the guys off, The boys turn to look at you. "Come join us, or get the fuck out."'
+			gs 'arousal', 'voyeur_sex', 5
+			gs 'stat'
+			act 'Wait':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_27.jpg"></center>'
+				*nl
+				'You decide not to argue with strong guys afraid of what they might do and wait.'
+				'The guys push Anya down on her stomach, one kneels down in front of her and sticks his cock back in her mouth, while the other kneels down behind her and shoves his dick in her ass and begins to fuck her hard.'
+				'Turning to look at you again, one of the guys leers and pats the floor next to Anya. "Come over here and join us, if your so worried about her. Then we will take turns fucking you both in the ass instead of just her."'
+				gs 'arousal', 'voyeur_sex', 10
+				gs 'stat'
+				if hour < 22:
+					hour = 22
+					minut = 0
+					act 'Leave':
+						gs 'arousal', 'end'
+						gt'bedrPar'
+					end
+				else
+					act 'Leave':
+						minut += 15
+						gs 'arousal', 'end'
+						gt'bedrPar'
+					end
+				end
+				act 'Join':
+					*clr & cla
+					sisterknowslut = 2
+					gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+					gs 'boyStat', $npclastgenerated
+
+					gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
+					gs 'boyStat', $npclastgenerated, 'a'
+					spafinloc = 3
+					gs 'cum_manage'
+					$npc_lastpart['A33'] = '$boy1'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_28.jpg"></center>'
+					*nl
+					'You frown seeing your sister used like this, but maybe it would be better for her if you let them use you too, so she wouldn''t be the solo object of their lust. "Ok, who wants to fuck me first?" You say as you walk over and take your clothes off.'
+					'The one that had been talking to you and fucking your sisters mouth pulls away from her and shoves you down on your hands and knees. Without waiting he shoves his cock in your ass and begins to furiously fuck you.'
+					'You hands tighten as you grimace in pain, trying to think about anything but the pain of having your ass tore up.'
+					'It goes on for some time, eventually the boys switch places, taking turns fucking you and Anya in the ass. Finally mercifully they cum inside of both of you. After they finished they laughed and left the room.'
+					'You gather up your clothes and get dressed and then help Anya get dressed as you help her home.'
+					gs 'arousal', 'anal', 10, 'rough', 'sub', 'group', 'unknown'
+					gs 'stat'
+					if hour < 22:
+						hour = 22
+						minut = 0
+						gs 'arousal', 'end'
+						act 'Leave':SiSonWork = 0 & SiSgdk = 0 & gt'bedrPar'
+					else
+						gs 'arousal', 'end'
+						act 'Leave':SiSonWork = 0 & SiSgdk = 0 & minut += 15 & gt'bedrPar'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'anna_toilet':
+	*clr & cla
+	minut += 5
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_22.jpg"></center>'
+	*nl
+	'In the bathroom you find some guy pushing some poor girls head into the toilet. It wasn''t Anya and you didn''t want to get involved so you left.'
+	act 'Look in the kitchen': gt 'sisterQW', 'anna_kit'
+	act 'Look in the bedroom': gt 'sisterQW', 'anna_kom'
+end
+
+if $ARGS[0] = 'anna_kom':
+	*clr & cla
+	minut += 5
+	pcs_horny += 5
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_23.jpg"></center>'
+	*nl
+	'In the bedroom you see two guys jerking off on the face of some poor unconscious girl. As one of them says to the other. "Let''s get the fuck out of here before she wakes up, I don''t want to deal with her ex-boyfriend, he''s one of the boxers.'
+	act 'Look in the bathroom': gt 'sisterQW', 'anna_toilet'
+	act 'Look in the kitchen': gt 'sisterQW', 'anna_kit'
+end
+
+if $ARGS[0] = 'reks':
+	*clr & cla
+	minut += 5
+	gs 'drugs', 'alcohol', 'champagne'
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_19.jpg"></center>'
+	*nl
+	'"Hey girly, damn you''ve been having fun. Oh yeah, you''re Anya''s sister, I know, she''s... that''s odd, I haven''t seen her. Although I have been drinking bubbly all day, here, drink up."'
+	'With this he starts pouring the sweet champagne down your throat, he''s so drunk he pours it much too fast and as much as you try to keep up, alot of it spills on the floor.
+	 Then, without a word, Rex just staggers off.'
+	act 'Look For Anya': gt 'sisterQW', 'anna_find'
+	act 'Follow Rex to the toilet for birthday sex':
+		*clr & cla
+		toiletRexSex = 1
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_20.jpg"></center>'
+		*nl
+		'You went to the bathroom only to find Rex already there just finishing taking a piss with his dick still out in his hand. "Oh, <<$pcs_nickname>>, you again? I''m here already..."'
+		'Stopping him in mid-sentence, you push him down to sit on the toilet, and pull his hand away from his cock. You start taking your clothes off, you watch his cock stiffen and grow while he stares at your naked nubile body. You climb on and straddle him. Lowering yourself on his cock, you feel it slide into your wet pussy and you being to ride him as you kiss him. While you whisper. "Happy birthday."'
+		'"Fucking hell." he mumbled while you rode him.'
+		gs 'arousal', 'vaginal', 5, 'sub'
+		gs 'stat'
+		act 'Doggystyle':
+			*clr & cla
+			reksSex = 1
+			gs 'boyStat', 'A57'
+			sexpartkno = 1
+			gs 'cum_manage'
+			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_21.mp4"></video></center>'
+			*nl
+			'Rex growls as he grabs you and lifts you off him. He gets up, bends you over, and plunges his dick right back into your pussy and begins to furiously fuck you balls deep.'
+			'"Not so fast, not so deep." You beg him, but gradually, the pain melted from his frantic balls deep fucking and gave way to waves of deep pleasure.'
+			'With a final grunt he shoots his sperm deep inside your pussy. "Wow <<$pcs_nickname>>, You are hotter than your sister." With these words he leaves you alone in the bathroom.'
+			gs 'arousal', 'vaginal', 5, 'sub', 'rough'
+			gs 'stat'
+			act 'Look For Anya': gt 'sisterQW', 'anna_find'
+		end
+	end
+end
+
+if $ARGS[0] = 'two_boy':
+	*clr & cla
+	gs'stat'
+	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_14.mp4"></video></center>'
+	*nl
+	'They rubbed your body, touched boobs, and squeezed your ass. Under the influence of alcohol, you really like it, and just enjoy the moment'
+	'Seeing, that you do not resist they pull you into the next room.'
+	gs 'arousal', 'foreplay', 5, 'sub', 'group', 'unknown'
+	gs 'stat'
+	act 'Go':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_15.jpg"></center>'
+		*nl
+		'As you enter the room, they pushed you down on the bed and pull out their cocks for you to service.'
+		'In a drunken fog you try to grab one, then the other, but you are so drunk the room is spinning.'
+		'One of the guys started licking your pussy, and you can hear yourself moaning in passion.'
+		gs 'arousal', 'cuni', 5, 'sub', 'group', 'unknown'
+		gs 'stat'
+		act 'Doggystyle':
+			*clr & cla
+			gs 'npcgeneratec', 0, 'unknown guy', rand(18,40)
+			$boy1[1] = $npclastgenerated
+			gs 'npcgeneratec', 0, 'unknown guy', rand(18,40)
+			$boy1[2] = $npclastgenerated
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_16.jpg"></center>'
+			*nl
+			'The lift you up into doggystyle, their hands help hold you steady as one of them slips his dick in your pussy and the other shoves his cock in your mouth.'
+			'The guys start laughing, obviously having fun fucking you as they talk and joke to each other. "She''s still a bit young, I think she might be Anya''s little sister."'
+			'"Fuck I think you''re right, she''s a sweet little thing, but I don''t fuck schoolgirls." Looking at his friend getting a blowjob from you. "Hey I''ll trade you."'
+			gs 'arousal', 'vaginal', 5, 'sub', 'group', 'unknown'
+			gs 'arousal', 'bj', 5, 'sub', 'group', 'unknown'
+			minut -= 5
+			gs 'stat'
+			act 'Switch':
+				*clr & cla
+				gs 'boyStat', $boy1[2]
+				cumprecheck = 1
+				gs 'cum_manage'
+				sexpartkno = 0
+				spafinloc = 11
+				gs 'cum_manage'
+				swallow += 1
+				gs 'boyStat', $boy1[1]
+				cumprecheck = 1
+				gs 'cum_manage'
+				sexpartkno = 0
+				spafinloc = 4
+				gs 'cum_manage'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_17.jpg"></center>'
+				*nl
+				'The guys switch places and continued to rhythmically fuck you. After they fucked you awhile, you came to their senses a bit: "Oh yeah, wake up bitch, come on suck and fuck us harder."'
+				'Still mostly out of it you obey and began to suck harder, until he starts to cum. Then he pulls out of your mouth and splatters your entire face in his cum. The second guy cums quickly too, he pulls out of your pussy and splatters your ass with his cum.'
+				'After some time cleaning yourself up, you decide to go find your sister.'
+				gs 'arousal', 'vaginal', 5, 'sub', 'group', 'unknown'
+				gs 'arousal', 'bj', 5, 'sub', 'group', 'unknown'
+				gs 'arousal', 'end'
+				minut -= 5
+				gs 'stat'
+				act 'Look For Anya': gt 'sisterQW', 'anna_find'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'drink':
+	*clr & cla
+	minut += 10
+	gs 'drugs', 'alcohol', 'vodka'
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_11.jpg"></center>'
+	*nl
+	'Everyone undressed to the waist and went into the hall to dance. "Come dance, <<$pcs_nickname>>, you don''t want to be left alone." Anya called to you.'
+	'Not now Anya, I want to drink some more first." You tell her.'
+	act 'Go dance': gt 'sisterQW', 'dance'
+end
+
+if $ARGS[0] = 'sit':
+	*clr & cla
+	minut += 10
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_12.jpg"></center>'
+	*nl
+	'After drinking you start to feel a little dizzy, and you chose to sit for awhile. As your sitting Anya and her friends approached you. "<<$pcs_nickname>> why are you sitting here? Come dance with us." Not taking no for an answer Anya drags you out to dance with her and her friends.'
+	act 'Go dance': gt 'sisterQW', 'dance'
+end
+
 --- sister_party ---------------------------------
 

+ 447 - 420
locations/sistersleep.qsrc

@@ -1,461 +1,488 @@
 # sistersleep
-$sisboyQW_prycaress = {
-	*clr & cla
-	pcs_horny += 10
-	if pcs_horny >= 95: $orgasm_or = 'yes'
-	gs 'arousal', 'masturbate', 5
-	gs 'arousal', 'end'
-	gs 'stat'
-
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_17.jpg"></center>'
-	'From the unexpected turbulent feelings you lay back, spread your legs wide and relax.'
-	'You fondle yourself slowly and gently, enjoying every second, while looking at Anya''s sexy ass.'
-	'You keep thinking, you would like to continue while touching your sleeping sister, you want to run your hands over her tender body, but then you snap out of it.'
-	'Maybe next time I will, you think to yourself trying to build your resolve, while continuing to tease your clit.'
-
-	act 'Move away':gt 'bedrPar'
-}
-
-if lesbian > 0:pcs_horny += 10 & siswath += 1
-randompic = rand(0, 7)
-gs 'stat'
-'<center><b><font color="maroon">Anya</font></b></center>'
-'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sleep0<<randompic>>.jpg"></center>'
-'On her bed, Anya''s ass keeps drawing your attention, like a moth to a flame. A forbidden flame, but you can''t help yourself, you want to touch her so badly.'
 
-if $loc = 'bedrPar':
-	if npc_QW['A33'] >= 8 and sisterLesb = 0 and pcs_horny >= 60:
-		act 'Touch':
-			*clr & cla
-			minut += 1
-			pcs_horny += 5
-			sisterLesb = 1
-			sisprynight = daystart
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_16.jpg"></center>'
-			'You dare to touch your sleeping sister''s perfect ass.'
-			'Touching such a soft butt with your hand, you feel a shock run through your body, the feeling is weird, you can''t seem to place it.'
-			'Suddenly it dawns on you, you want to have sex with sister.'
-
-			act 'Fondle yourself':dynamic $sisboyQW_prycaress
-			act 'Move away':gt 'bedrPar'
-		end
-	elseif sisterLesb = 1 and pcs_horny >= 60 and sisprynight ! daystart:
-		act 'Touch':
-			*clr & cla
-			pcs_horny += 5
-			sisprynight = daystart
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_18.jpg"></center>'
-			'You can not stop thinking about the feelings you experienced last time you touched your sister''s bare ass.'
-			'Convinced that Anya is fast asleep, you once more dare yourself to touch her soft butt.'
-			'This time you decide to caress those buns a little longer, enjoying the moment.'
-			'Anya''s whole body is seriously sexy and it is filling you with desire.'
-
-			act 'Proceed':
+!!when sveta looks at her sister when her sister is asleep or passed out in her bed. I am redoing this part, this first one happens until sisterLesb = 2 then use sister_sleep1 args instead
+if $ARGS[0] = 'sister_sleep':
+	*clr & cla
+	'<center><b><font color="maroon">Anya</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sleep0' + rand(1,5) + '.jpg"></center>'
+	'Anya is sleeping face down on her bed, with her covers tossed aside, exposing her panty clad ass. You admit she has a really nice ass, you never see her workout, you wonder how she keeps so fit.'
+	if sisterLesb >= 6 or sisterLesb = -1:
+		'You want to touch her again but you keep from doing it, you agreed to not wake her up like this anymore. You sigh and then move away.'
+		act 'Move away':gt 'bedrPar'
+	else
+		act 'Move away':gt 'bedrPar'
+		gs 'willpower', 'foreplay', 'self', 'medium'
+		if will_cost <= pcs_willpwr:
+			act 'Touch her (<<will_cost>> Willpower)':
 				*clr & cla
+				gs 'willpower', 'pay', 'self'
 				pcs_horny += 5
-				gs 'arousal', 'vaginal_finger_give', 2, 'lesbian', 'incest'
-				gs 'arousal', 'masturbate', 2
-				gs 'arousal', 'end'
+				sisprynight = daystart
 				gs 'stat'
-
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/event/sisboyqw_19.jpg"></center>'
-				'You continue to explore your sister''s hot body, your frisky fingers accidentally slipping between her legs.'
-				'Sensations of heat and moisture overwhelm you, her pussy is oozing with desire. Apparently she is having a sexual dream, or is it her response to your touch?'
-				'You are caught up in a fantasy, continuing to gently and slowly caress your sister, your other hand in your own panties.'
-				'When suddenly Anya stirs.'
-				'"Fuck...Fuck..!" She''s waking up. you don''t have time to remove you hand.'
-
-				act 'Kiss Anya':
-					*clr & cla
-					pcs_horny += 5
-					gs 'arousal', 'kiss', 1, 'lesbian', 'incest'
-					gs 'stat'
-
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_21.jpg"></center>'
-					'With nothing to lose, you feel yourself fill with courage, and while Anya is still half asleep, you bring your face to hers and sensually kiss her on the lips.'
-					'Anya is too aroused and sleepy to think or resist, her soft body easily giving into your touches as you bring her pleasure.'
-					'Your fingers again slip under your sister''s panties, but now your affection is bold and confident.'
-					 
-					act 'Caress sister':
-						*clr & cla
-						if pcs_horny < 95:pcs_horny += 5
-						sisterLesb = 2
-						if npc_sex['A33'] = 0: npc_sex['A33'] = 1 & girl += 1
-						gs 'arousal', 'vaginal_finger_give', 5, 'lesbian', 'incest'
-						gs 'arousal', 'end'
-						gs 'stat'
-
-						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_22.jpg"></center>'
-						'Anya suddenly huddles in gentle convulsions and roughly orgasms. She gratefully looks into your eyes with a sleepy but pleased look on her face and smiles.'
-						'"Well, aren''t you just the sweetest little sister.'
-						'She nuzzles into her pillow and goes back to sleep. You are really excited and even a little upset not to receive your own release, but you are satisfied for now.'
-
-						act 'Move away':gt 'bedrPar'
-					end
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/touch1.jpg"></center>'
+				if sisterLesb = 0:
+					sisterLesb = 1
+					'You dare to touch your sleeping sister''s perfect ass.'
+					'Touching such a soft butt with your hand, you feel a shock run through your body, the feeling is weird, you can''t seem to place it.'
+					'Her ass feels as good as it looks.'
+				else
+					'You can not stop thinking about the feelings you experienced last time you touched your sister''s bare ass.'
+					'Convinced that Anya is fast asleep, you once more dare yourself to touch her soft butt.'
+					'This time you decide to caress those buns a little longer, enjoying the moment.'
+					'Anya''s whole body is seriously sexy and it is filling you with desire.'
 				end
-
-				act 'Remove hand':
-					*clr & cla
-					minut += 1
-					gs 'stat'
-
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_20.jpg"></center>'
-					'Sleepily Anya looks up and sees you on her bed, as you hastily remove your hand and hide it behind your back.'
-					'"What...what''s going on here? <<$pcs_nickname>>? Are you crazy? What are you doing?"'
-					'You sit in front of your sister on her bed, excited, caught off guard, and not knowing what to do.'
-
-					act 'Move away':
+				gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+				gs 'stat'
+				act 'Move away':
+					gs 'arousal', 'end'
+					gs 'stat' 
+					gt 'bedrPar'
+				end
+				gs 'willpower', 'foreplay', 'self', 'medium'
+				if will_cost <= pcs_willpwr:
+					act 'Proceed (<<will_cost>> Willpower)':
 						*clr & cla
-						minut += 1
-						npc_rel['A33'] -= 50
+						gs 'willpower', 'pay', 'self'
 						gs 'stat'
-
-						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_23.jpg"></center>'
-						'You have decided to do nothing and quietly move away from your sleepy sister, maybe she will forget it all the morning'
-						'As you step away from her bed she calls to you.'
-						'"I do not want to know what you did to me while I was asleep, but do not come near me again."'
-
-						act 'Move away':gt 'bedrPar'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/touch2.jpg"></center>'
+						'You continue to explore your sister''s hot body, your frisky fingers accidentally slipping between her legs. Her panties are wet, you gently pull her panties aside, exposing her wet pussy. Sensations of heat and moisture overwhelm you, her pussy is oozing with desire. Apparently she is having a sexual dream, or is it her response to your touch?'
+						'You are caught up in a fantasy, you start to lower your face to her pussy with your tongue out, wanting to taste her. When suddenly Anya stirs. "Fuck...Fuck..!" She''s waking up.'
+						'Sleepily Anya rolls over, looking up and sees you on her bed, as you hastily remove your hand and hide it behind your back.'
+						'"What...what''s going on here? <<$pcs_nickname>>? What are you doing?" She says as she sleepily sits up.'
+						'You sit in front of your sister on her bed, excited, caught off guard, and not knowing what to do.'
+						gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+						gs 'stat'
+						act 'Act innocent':
+							*clr & cla
+							minut += 1
+							npc_rel['A33'] -= 10
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_20.jpg"></center>'
+							'You decide to do nothing and quietly move away from your sleepy sister, maybe she will forget it all for the morning'
+							'As you step away from her bed she calls to you.'
+							if sisterLesb = 1:
+								sisterLesb = 2
+								'"I do not want to know what you did to me while I was asleep, but don''t do it again."'
+							else
+								'"I told you last time I don''t want to do stuff with you, so please stop and don''t do it again." Then she rolls over angrily.'
+							end
+							gs 'arousal', 'end'
+							gs 'stat'
+							act 'Move away':gt 'bedrPar'
+						end
+						gs 'willpower', 'foreplay', 'self', 'medium'
+						if will_cost <= pcs_willpwr:
+							act 'Kiss Anya (<<will_cost>> Willpower)':
+								*clr & cla
+								gs 'willpower', 'pay', 'self'
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/touch3.jpg"></center>'
+								'With nothing to lose, you feel yourself filled with courage, and while Anya is still half asleep, you bring your face to hers and sensually kiss her on the lips.'
+								'Anya is too aroused and sleepy to think or resist, her soft body easily giving into your touches as you bring her pleasure.'
+								'Your fingers again slip under your sister''s panties, but now your affection is bold and confident.'
+								'She starts fully waking and breaks the kiss and looks at you in a confused way. "What are you doing?"'
+								gs 'arousal', 'foreplay', 2, 'incest', 'lesbian'
+								gs 'stat'
+								act 'Finger your sister':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les3.jpg"></center>'
+									'You smile to her. "Shh... you looked stressed earlier and I thought I would help you out." You tell her as you slide your hand down her panties and then slip a finger inside of her soaking wet pussy. She grabs your wrist obviously intent on stopping you until her breath catches and you can see how turned on she is.'
+									'She slowly lets go of your wrist and just lays back spreading her legs and enjoying you fingering her. You pull her panties off and toss them aside and then go back to fingering her pussy as she starts to moan in pleasure.'
+									gs 'arousal', 'vaginal_finger_give', 5, 'lesbian', 'incest'
+									gs 'stat'
+									act 'Keep fingering her':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les4.jpg"></center>'
+										'You slip another finger in her, now fingering her deeply with two fingers while your thumb rubs her clit. Anya lays all the way back and starts to moan louder, you lean forward and start kissing and sucking on her nipple as you keep finger banging her soaking wet pussy. Suddenly huddles in gentle convulsions and roughly orgasms, she looks at you with a gratefully, sleepy, but pleased look on her face and smiles.'
+										'"Well, aren''t you just the sweetest little sister. Now go to sleep." She says as she rolls over and nuzzles into her pillow, pulling her panties back up, as she goes back to sleep. You are really excited and even a little upset not to receive your own release, but you are satisfied for now.'
+										gs 'arousal', 'vaginal_finger_give', 5, 'lesbian', 'incest'
+										gs 'arousal', 'end'
+										gs 'stat'
+										act 'Move away':gt 'bedrPar'
+									end
+								end
+								act 'Tell her you want to have sex':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les1.jpg"></center>'
+									'"I want to make you feel good, I want to make your orgasm." You tell her and then kiss her, she stiffens at the kiss but then relents and lets you kiss her, she is obviously turned on and trying to fight her desires.'
+									'Then she breaks the kiss and pulls her face a little ways away from yours. "No, it''s wrong, where sisters." She only sounds half convinced to you.'
+									act 'Say your sorry':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_20.jpg"></center>'
+										'You pull away from her. "Sorry, I didn''t think it was a big deal, just comforting each other." You say softly.'
+										'She sighs. "It''s fine, just don''t do it again, ok. It is wrong and I am into guys anyways." With that she rolls over and goes back to sleep.'
+										gs 'arousal', 'end'
+										gs 'stat'
+										act 'Move away':gt 'bedrPar'
+									end
+									gs 'willpower', 'sex', 'force', 'medium'
+									if will_cost <= pcs_willpwr:
+										act 'Convince her (<<will_cost>> Willpower)':
+											*clr & cla
+											gs 'willpower', 'pay', 'force'
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les2.jpg"></center>'
+											if sisterLesb <= 2:
+												sisterLesb = 3
+												'"Why is it wrong? We love each other and just making each other feel good, how can that be wrong?" You ask her as you pull her panties down, she only half heartedly resists you.'
+												'"You know why, where sisters and I like guys even if that wasn''t true." She says, still not really putting up much of a fight.'
+												'You push her legs apart and you can see her pussy is wet from here. "If it is so wrong, why is your pussy so wet?"'
+												'"I... I was having a sex dream is all." She explains.'
+											else
+												'"Did it feel wrong last time? I think you enjoyed it enough to cum, tell me you didn''t enjoy it?" You ask her as you pull her panties down, she only half heartedly resists you.'
+												'"It doesn''t matter, you can enjoy things that are wrong, it doesn''t make them any less wrong." She says, still not really putting up much of a fight.'
+												'You push her legs apart and you can see her pussy is wet from here. "If it is so wrong, why is your pussy so wet?"'
+												'"I... shut up." She says with a blush, knowing why she is wet and knowing you know why as well.'
+											end
+											gs 'arousal', 'foreplay', 5, 'incest', 'lesbian'
+											gs 'stat'
+											act 'Finger her':
+												*clr & cla
+												'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les3.jpg"></center>'
+												'You reach down and slide two fingers into her soaking wet pussy, they easily slide in by how turned on she is. You start rubbing her clit with your other hand. She moans softly obviously enjoying the sensations.'
+												'She moans out. "We should stop."'
+												'You keep fingering her and rubbing her clit. "Do you really want me to stop?"'
+												'She moans louder. "Yes... no..."'
+												gs 'arousal', 'vaginal_finger_give', 5, 'incest', 'lesbian'
+												gs 'stat'
+												act 'Go down on her':
+													*clr & cla
+													'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les5.jpg"></center>'
+													'With that you move around and lay down between her legs and start licking and sucking on her clit with your mouth and tongue, as your fingers keep plunging in and out of her pussy.'
+													if sisterLesb = 3:
+														'She finally lays back and starts caress her breasts no longer resisting or even pretending to not enjoy it anymore.'
+													else
+														'She lays back and starts caress her breasts moaning passionately having fully given into your love making.'
+													end
+													gs 'arousal', 'cuni_give', 5, 'incest', 'lesbian'
+													gs 'arousal', 'vaginal_finger_give', -5, 'incest', 'lesbian'
+													gs 'stat'
+													act 'Have her return the favor':
+														*clr & cla
+														'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les6.jpg"></center>'
+														if sisterLesb = 3:
+															sisterLesb = 4
+															'You get up and strip down, you lay down near her head. She watches you with lust in her eyes, but you can still see a bit of resistance. Not wanting to give her time to recover, you reach over and pull her head between your legs. She resist for a moment and then stops, instead she starts to lick your pussy in return.'
+														else
+															'You get up and strip down, you lay down near her head. This time without even needing to prod her she rolls over and places her face between your legs and starts licking at your pussy and clit.'
+														end
+														gs 'arousal', 'cuni', 5, 'incest', 'lesbian'
+														$orgasm_txt = '"Aaaaaaaaaaaa!!!" You catch a wave of pure bliss as you violently cum.'
+														$orgasm_or = 'yes'
+														gs 'stat'
+														act '69':
+															*clr & cla
+															'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les7.jpg"></center>'
+															'Obviously still wanting more, Anya gets up and moves. She climbs on top of you and places her pussy above your face. You start licking her again, as she positions her face over your pussy and starts licking it again as well. The two of your lay there lapping at each others pussies in complete bliss. Until finally Anya''s body starts to convulse and she has a orgasm right on your face, as she grinds her pussy against you, riding out her orgasm.'
+															gs 'arousal', 'cuni_give', 5, 'lesbian', 'incest'
+															$orgasm_txt = '"Aaaaaaaaaaaa!!!" You catch a wave of pure bliss as you violently cum.'
+															$orgasm_or = 'yes'
+															gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
+															gs 'arousal', 'end'
+															gs 'stat'
+															act 'Aftermath':
+																*clr & cla
+																'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les8.jpg"></center>'
+																if sisterLesb = 4:
+																	sisterLesb = 5
+																	'Once her orgasm has fully passed she climbs off you and gets up on her knees and blushes deeply. "Look I had fun but lets forget this ever happened ok?"'
+																	'You respond by getting up on your knees and kissing her, she returns the kiss. Once you finish kissing her you tell her. "Sure sis, nothing happened." You tell her in a slightly teasing tone.'
+																	'She shakes her head. "I need to get some sleep. You need to go back to your bed and go to sleep too." With that she lays back down and rolls over facing away from you and tries to go back to sleep.'
+																	act 'Move away':gt 'bedrPar'
+																else
+																	act 'Accept her decision':
+																		*clr & cla
+																		sisterLesb = -1
+																		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_20.jpg"></center>'					
+																		'You put your best little sister pout on your face, but thinking she has already made her mind up, you shrug, and accept that you won''t be having any more private times with her.'
+																		'She rolls over and goes to sleep.'
+																		gs 'arousal', 'end'
+																		gs 'stat'
+																		act 'Move away':gt 'bedrPar'
+																	end
+																	gs 'willpower', 'sex', 'force', 'medium'
+																	if will_cost <= pcs_willpwr:
+																		act 'Convince her (<<will_cost>> Willpower)':
+																			*clr & cla
+																			gs 'willpower', 'pay', 'force'
+																			girl += 1
+																			sisterLesb = 6
+																			npc_rel['A33'] += 5 
+																			gs 'stat'
+																			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les8.jpg"></center>'
+																			'"Anya, you don''t have to be a lesbian to enjoy a special release that only another woman can know how to give you.", you say as you begin lightly caressing her thigh.'
+																			'"What if we agreed that we''ll help each other out only when we REALLLLYYYYY need it, but depend on our normal boyfriends most of the time, hmmm?". Her breathing starts to get faster as your fingertips glide to the center of her legs.'
+																			*nl
+																			'"Well... since you put it that way, I''m still not a lesbian, but helping each other out when we.... REALLLLYYYYY....need....mmmmmhhmmmm... help might be okay ....mmmmm..", she sighed, as she leans in and kisses you.'
+																			*nl
+																			'Once you break the kiss she adds. "Ok but seriously no more waking me up like this, we can ... when we really need it just tell the other one ok?" You nod and agree to not wake up her like this anymore, besides her into it from the start would be better anyways. Then she rolls over and tries to go to sleep. "Night" She tells you. You tell her good night as well and then go leave her to sleep.'
+																			gs 'arousal', 'kiss', 3, 'incest'
+																			gs 'arousal', 'forplay', 3, 'incest'
+																			gs 'arousal', 'vaginal_finger', 3, 'incest'
+																			$orgasm_txt = 'You both start feeling the heat, and lay down, kissing, touching, licking each other into orgasm.'
+																			$orgasm_or = 'yes'
+																			gs 'arousal', 'cuni', 3, 'incest'
+																			gs 'arousal', 'end'
+																			gs 'stat'
+																			act 'Move away':gt 'bedrPar'
+																		end
+																	else
+																		act 'Convince her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+																	end
+																end
+															end
+														end
+													end
+												end
+											end
+										end
+									else
+										act 'Convince her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+									end
+								end
+							end
+						else
+							act 'Kiss Anya (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+						end
 					end
-				end
+				else
+					act 'Proceed (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+				end	
 			end
-
-			act 'Fondle yourself':dynamic $sisboyQW_prycaress
-			act 'Move away':gt 'bedrPar'
+		else
+			act 'Touch her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
-	elseif sisterLesb = 3 and pcs_horny >= 60 and sisprynight ! daystart:
-		act 'Touch':
-			*clr & cla
-			pcs_horny += 5
-			sisprynight = daystart
-
-			if sisterLesbScene = 0:
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_30.jpg"></center>'
-				'Waking up your half-naked sister, you start with a kiss on her lips, gradually kissing and caressing your way down her body.'
-				'Removing her panties you are instantly attracted to Anya''s pussy, inhaling its intoxicating aroma.'
-				'Pulling her legs apart you comfortably lay between your sisters legs and you lick the soft folds of her pussy and suck her clitoris.'
-				'Anya clearly enjoying your tongue, looks down at you, admiringly.'
-				'She is so turned on, that it does not take long before she twitches, grabs your head and holds it tightly against her pussy. After riding out her orgasm, she quickly falls asleep.'
-				gs 'arousal', 'kiss', 1, 'lesbian', 'incest'
-				gs 'arousal', 'cuni_give', 5, 'incest'
-				gs 'arousal', 'end'
-				gs 'stat'
-
-			elseif sisterLesbScene = 1:
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_31.jpg"></center>'
-				'You began gently kissing and caressing each other, paying attention to every millimeter of each others bodies.'
-				'Anya sits you down and spreads your legs. She takes her time delicately kissing your pussy from back to front, until her tongue reaches in and you shudder as it finds your clitoris.'
-				'As her tongue continues to play with your clit, she inserts a couple of fingers and begins to fuck you, you feel the approaching orgasm and shout.'
-				'"Oh god! Fuck me, please fuck me, harder, fuck me!!"'
-				'Her tongues movements become more focused and faster, her fingers pumping rapidly and Anya''s other hand is squeezing your boob.'
-				gs 'arousal', 'kiss', 1, 'lesbian', 'incest'
-				$orgasm_txt = '"Aaaaaaaaaaaa!!!" You catch a wave of pure bliss as you violently cum.'
-				$orgasm_or = 'yes'
-				gs 'arousal', 'cuni', 5, 'incest'
-				gs 'arousal', 'end'
-				gs 'stat'
-
-			elseif sisterLesbScene = 2:
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_32.jpg"></center>'
-				'You go down to Anya''s bud which emanates such a sweet, intoxicating smell, circling your head.'
-				'You bring your fingers to her entrance and push inside, at the same time you put your thumb on her clitoris and began to make circular motions.'
-				'You know it feels good, from her involuntarily groans. You stop suddenly and remove your hand. You look Anya in the eye as you slowly lick her essence from your fingers, writhing and moaning the whole time.'
-				'Then, giving your sister a scandalous look, you plunge your tongue into her pussy. You lick it lengthwise and crosswise, filling her with your tongue, sucking her lips and clit.'
-				'She squirms and moans, until finally her body convulses... exhausted... but utterly satisfied.'
-				gs 'arousal', 'vaginal_finger_give', 5, 'incest'
-				gs 'arousal', 'cuni_give', 5, 'incest'
-				gs 'arousal', 'end'
-				gs 'stat'
-
-			elseif sisterLesbScene = 3:
-				pcs_ass += 1
-				gs 'boyStat', 'D1'
-
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_33.jpg"></center>'
-				'This time, Anya goes to her dresser and pulls out a <<$boydesc>> strap-on, then grabbing a small bottle she lubes it up.'
-				'She puts it on, lies on her back and begins to pull you on top of her, but the <<dick>>cm <<$dick_girth>> strap-on dildo appears to be going to the wrong hole, before you can protest it slides into your ass.'
-				'Your first impression is unbearable pain, you want to get away, to jump, but her hands on your hips hold you in place and pull you further down, impaling your ass on the dildo. You gradually stop resisting as it starts to feel nice, really nice.'
-				'Anya firmly massages your boobs, and you start roughly rubbing your clit.'
-				'"aaa... yeah... mmmhmmm.... fuck me.... good.... yeah.... fuck me...." you cried.'
-				$orgasm_txt = 'You spasm and have an intense orgasm with the dildo in your ass and as you recover, Anya moves from under you to stand in front of you, the strap-on held to your lips.'
-				$orgasm_or = 'yes'
-				gs 'arousal', 'anal_strap', 5, 'incest'
-				gs 'stat'
-				
-				act 'Suck Strap-on':
-					*clr & cla
-					pcs_throat += 1
-					sisterLesbScene += 1	
-					gs 'boyStat', 'D1'			
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_34.jpg"></center>'
-					'Anya looks at you and you dutifully lick the <<dick>>cm <<$dick_girth>> strap-on dildo, even though right now it does not taste nice.'
-					'Anya monitors your actions and talks you through how to suck a cock. You lick the shaft from the base outwards, at the end, as you suck the head. Then Anya grabs you by the hair and abruptly shoves the dildo down your throat, you start suffocating and wave your arms in panic.'
-					'"Bitch, What are you doing? I''m suffocating here, you could have killed me."'
-					'"Don''t be so dramatic little sister, I would never hurt you. You see, guys like this, your Anya is helping you train your mouth and throat, now that we already trained your ass."'
-					'Without another word she shoves the <<dick>>cm <<$dick_girth>> strap-on dildo back in your mouth and teaches you the finer arts of how to suck a cock, not to mention what to expect from the boys.'
-					gs 'arousal', 'anal_strap', 5, 'incest'
-					gs 'arousal', 'end'
-					gs 'stat'
-
-					act 'Move away':gt 'bedrPar'
-					exit
-				end
-
-			elseif sisterLesbScene >= 4:
-				sisterLesb = 4
-				if sisboytrioQW < 0: sisboytrioQW = 0
-
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_35.jpg"></center>'
-				'You kiss passionately with your beloved sister, and then she pushes you away.'
-				'"Listen, <<$pcs_nickname>>, I love you very much, but I''m not a lesbian, and I do not want that kind of relationship to develop between us."'
-				'"Of course, I understand, but it has been fun, and I wanted to thank you for everything." You said hopeful to continue.'
-				'"No! Also it seems Roma is starting to get jealous of you... oh, I shouldn''t have said that..."'
-				'"You what? You told him? I did not think you could be so cruel." You feel the tears welling in your eyes.' 
-				'Anya puts an arm around you, "Do not cry, <<$pcs_nickname>>. It will be our little secret, no one else will ever know."'
-				gs 'arousal', 'kiss', 1, 'lesbian', 'incest'
-				gs 'stat'
-
-				act 'Accept her decision':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_38.jpg"></center>'					
-					'You put your best little sister pout on your face, but thinking she has already made her mind up, you shrug, and accept that you won''t be having any more private times with her.'
-					'She rolls over and goes to sleep.'
-					gs 'arousal', 'end'
-					gs 'stat'
-
-					act 'Fondle yourself':dynamic $sisboyQW_prycaress
-					act 'Move away':gt 'bedrPar'
-				end
+	end
+end
 
-				act 'Convince her':
-					*clr & cla
-					sisterLesb = 5
-					girl += 1
-					npc_rel['A33'] += 25 
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_32.jpg"></center>'
-					'"Anya, you don''t have to be a lesbian to enjoy a special release that only another woman can know how to give you.", you say as you begin lightly caressing her thigh.'
-					'"What if we agreed that we''ll help each other out only we REAllllllY need it, but depend on our normal boyfriends most of the time, hmmm?". Her breathing starts to get faster as your fingertips glide to the center of her legs.'
-					'"Well, Sis, since you put it that way, I''m still not a lesbian, but helping out each other when we.... REALLLLYYYYY....need....mmmmmhhmmmm... help might be okay ....mmmmm..", she sighed, as she leans in and kisses you.'
-					gs 'arousal', 'kiss', 3, 'incest'
-					gs 'arousal', 'forplay', 3, 'incest'
-					gs 'arousal', 'vaginal_finger', 3, 'incest'
-					$orgasm_txt = 'You both start feeling the heat, and lay down, kissing, touching, licking each other into orgasm.'
-					$orgasm_or = 'yes'
-					gs 'arousal', 'cuni', 3, 'incest'
-					gs 'arousal', 'end'
-					gs 'stat'
-					
-					act 'Move away':gt 'bedrPar'
-				end
-			end
+if $ARGS[0] = 'sister_sex':
+	sisterLesb += 1
+	if sisterLesb <= 6: 
+		gt 'sistersleep', 'sister_lesbian'
+	elseif sisterLesb >= 8: 
+		gt 'sistersleep', 'sister_strapon'
+	else 
+		gt 'sistersleep', 'sister_repeat'
+	end
+end
 
-			sisterLesbScene += 1
+if $ARGS[0] = 'sister_repeat':
+    sisterles = rand(1,3)
+    if sisterles = 1:
+        gt 'sistersleep', 'sister_strapon'
+    else
+        gt 'sistersleep', 'sister_lesbian'
+    end
+end
 
-			act 'Move away':gt 'bedrPar'
-		end
-	elseif sisterLesb = 5 and (npc_rel['A33'] < 50 or pcs_horny < 80) and sisprynight ! daystart:
-		'   '
-		'Hmmm, maybe she''s not close enough to you yet, or you''re not aching enough for her yet.'
+if $ARGS[0] = 'sister_lesbian':
+	*clr & cla
+	npc_rel['A33'] += 1
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les1.jpg"></center>'
+	'The two of you start kissing and fondling each other as you slowly undress each other, Anya lays back on the bed as you do. You hands roam each others bodies as you remove clothes from each other and passionately keep kissing.'
+	gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+	gs 'stat'
+	act 'Spread her legs':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les2.jpg"></center>'
+		'You finally pull her panties off and place your hands on her knees, spreading her legs wide apart. You can see her labia enlarged and the gleam of her wetness, showing she is already turned on.'
+		gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
 		gs 'stat'
-		act 'Move away':gt 'bedrPar'
-
-	elseif sisterLesb = 5 and pcs_horny >= 80 and npc_rel['A33'] >= 50 and sisprynight ! daystart:
-		sisprynight = daystart
-		temp = rand (1,3)
-
-		if temp = 1:
+		act 'Finger her':
 			*clr & cla
-			minut += 1
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
-			'Anya says "Again? You know I enjoy this, but we should only do it... occasionally... okay?"'
-			'She gives you another short kiss, then gently pushes you away. "Now let''s both get some sleep, huh?"'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les3.jpg"></center>'
+			'You slip one finger in her already wet pussy and start sliding it in and out of her, causing her to moan in pleasure. After a couple of minutes of this you add a second finger as well.'
+			gs 'arousal', 'vaginal_finger_give', 5, 'incest', 'lesbian'
 			gs 'stat'
-
-			act 'Fondle yourself':dynamic $sisboyQW_prycaress
-			act 'Move away':gt 'bedrPar'
-		
-		elseif temp = 2:
-			*clr & cla
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
-			'"Okay, you got me going, but I''m a little sore...down there... what if we just...you know, watched each other get off?"'
-			gs 'stat'
-			
-			act 'Continue':
+			act 'Go down on her': gt 'sistersleep', 'sister_lesbian_cuni'
+			act 'Keep fingering her':
 				*clr & cla
-				'<center><video autoplay loop src="images/shared/accessories/computer/webcam/mast3.mp4"></video></center>'
-				'She sits up in the bed, leaning against the wall, while you sit facing her on the end of her bed.'
-				'Anya began squeezing her left boob with her left hand. You grin, and begin squeezing your right boob with your right hand, matching her movements exactly but in opposite.'
-				'"Oooh, it''s like looking in a mirror, only better", she said as she starting tugging on her firm nipple. You repeat, and let out a sigh as both body and mind are getting overwhelmed with the pleasure of sharing this with your big sister.'
-				'She opened her legs, you do too.'
-				'She grabs her right nipple and tugs on it with her other hand, then slowly, seductively slides her hand down her belly, down over her mound, and pushes a finger into the opening below.'
-				'You follow her moves closely after her, and you both sigh as your finger easily glides into a very wet slick tunnel.'
-				'"Wow, this is so hot, seeing my sister as my mirror" Anya says as she gently pushes another finger in, sliding them both in and out. Your left hand does the same, and you keep admiring her from her sexy face to her sexy crotch, trying to mimic her exactly.'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les4.jpg"></center>'
+				'She lays all the way back as you keep fingering her. You use one hand to kneed her breasts, before lowering your mouth to suck on her mipple. She moans and withers in pleasure as your fingers slide in and out of her and your mouth sucks on her nipple.'
+				gs 'arousal', 'vaginal_finger_give', 5, 'incest', 'lesbian'
+				gs 'arousal', 'foreplay', -5, 'incest', 'lesbian'
 				gs 'stat'
-				
-				act 'Cum together':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/shared/sex/mast/mastr.jpg"></center>'
-
-					if npc_sex['A33'] = 0:npc_sex['A33'] = 1 & girl += 1
-
-					'Anya''s fingers pull out of her pussy, soaked with her sticky juices. Without taking her eyes off of you once, she glides them up to her swollen bud, and begins to stroke in small circles, putting pressure on it as she rubs faster and faster.'
-					'"Oooooooh.... mmmmmmmmm..... yeah, that''s it... beat off with me, <<$pcs_nickname>>...watching your fingers doing what mine are doing is soooo.... hot.... sooooo.... mmmmmmm .... AGGGGHHHHHHHHHH"'
-					$orgasm_or = 'yes'
-					$orgasm_txt = 'You moan along with her, feeling the tension build, and explode. "Heh..Hehh.....Oooooooo....Eeyaaaaahhhhh" comes from your mouth as little warm spurts come out of your pussy. As you look into each other''s eyes, bodies twitching and fingers strumming, you both smile, and lean towards each other in perfect harmony, kissing and sighing into each other''s mouths.'
-					gs 'arousal', 'masturbate', 5
-					gs 'arousal', 'end'
-					gs 'stat'
-					'"Mmmmmmmm.....that was... really special, sis...Now, go over there to your bed so I can get some sleep" she says in a whisper, prodding you back and giving your boob a quick squeeze.'
-					'You both lay down, and quickly fall asleep.' 
-					act 'Move away':gt'bedrPar'
-				end
+				act 'Go down on her': gt 'sistersleep', 'sister_lesbian_cuni'
 			end
-		
-		elseif temp = 3:
+		end
+	end
+end
 
-			if sisboytrioQW < 0: sisboytrioQW = 0
-			'"I explained to Roma that having fun with you every once in a while will keep me at my best for him, and maybe..." she smiled'
-			'"Maybe what, sis? Why are you smiling like that?"'
-			'"Time with you, time with him, time with you and him..ohh, did I just say that out loud?", she giggled.'
+if $ARGS[0] = 'sister_lesbian_cuni':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les5.jpg"></center>'
+	'You slide down the bed, as you finger your sister and crawl between her legs. You lower your mouth to her clit and start to suck and lick on it, as your fingers thrust in and out of her ever increasing twat, her moans getting steadily louder and louder.'
+	gs 'arousal', 'cuni_give', 5, 'lesbian', 'incest'
+	gs 'arousal', 'vaginal_finger_give', -5, 'incest', 'lesbian'
+	gs 'stat'
+	act 'Have her return the favor':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les6.jpg"></center>'
+		'You stop licking and fingering her, she gives you a slightly confused look at first and then seems to realize why. You lay on your back and spread you legs, she rolls over and crawls up between your legs and then starts to lick and nuzzle at your pussy. For someone that keeps telling you she isn''t into girls, she really seems to know how to eat pussy as it feels amazing.'
+		gs 'arousal', 'cuni', 5, 'lesbian', 'incest'
+		gs 'stat'
+		act '69':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les7.jpg"></center>'
+			'After several minutes of her eating you out, she apparently isn''t content with just that. While still licking your pussy she slowly spins her body around and climbs on top of you, until her pussy is directly above your face. You start licking her twat as the two of your sixty nine each other. Several minutes pass until she cries out and her whole body quivers as a orgasm shoots through her body, her juices flow out of her pussy, coating your face.'
+			gs 'arousal', 'cuni_give', 5, 'lesbian', 'incest'
+			gs 'arousal', 'cuni', -5, 'lesbian', 'incest'
+			$orgasm_txt = 'With her orgasming above you and your face getting covered in her juices you feel your own orgasm wrack your body, you cry out as the waves of pleasure rock your body, until it slowly fades.'
+			$orgasm_or = 'yes'
 			gs 'stat'
-			
-			act 'Give her one':
+			act 'Aftermath':
 				*clr & cla
-				if npc_sex['A33'] = 0:npc_sex['A33'] = 1 & girl += 1
-
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_22.jpg"></center>'
-				'You do your best to pleasure her. Anya suddenly huddles in gentle convulsions and roughly orgasms. She gratefully looks into your eyes with a sleepy but pleased look on her face and smiles.'
-				'"Well, aren''t you just the sweetest little sister."'
-				'She nuzzles into her pillow and goes back to sleep. You are even more excited than before and a little upset not to receive your own release, but you decide not to be mad at her.'
-				gs 'arousal', 'cuni_give', 5, 'incest'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les8.jpg"></center>'
+				'Once the orgasm passes she rolls off you and the two of you lay side by side panting and basking in the afterglow of sex, finally she gets up onto her knees, you do the same. You share a brief kiss and butt grab with her before she breaks away from you pushing you slightly away. "That was fun, but we shouldn''t do that... at least not to often." She says with a slight blush.'
+				'You grin at her. "What ever you say sis." Then she starts getting cleaned up and getting ready to go to sleep as you move away.'
+				gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+				gs 'arousal', 'end'
 				gs 'stat'
-				
-				act 'Fondle yourself':dynamic $sisboyQW_prycaress
 				act 'Move away':gt 'bedrPar'
 			end
+		end
+	end
+end
 
-			act 'She gives you one':
-				if npc_sex['A33'] = 0:npc_sex['A33'] = 1 & girl += 1
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_30.jpg"></center>'
-				'Anya lays you back, spreads your thighs wide, and licks you out.'
-				$orgasm_or = 'yes'
-				gs 'arousal', 'cuni', 5, 'incest'
-				gs 'arousal', 'end'
-				gs 'stat'
-				
-				act 'Give back':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_31.jpg"></center>'
-					'Your face still moist with her juices, you pull her to you, and quickly roll her over, under you.'
-					'You kiss back down her body, cheek, neck, chest, breast, tummy - and when she pushes her hips up in anticipation of where your mouth is going next, you tease her by going all around her pussy instead of directly to it.'
-					'"Ohhh, that''s nice, but get to the goodies, will ya sis? I''m definitely ready for it."'
-					'You push her thighs even farther apart, which opens her puffy lips to you, and you lick from juicy entrance to swollen bud and back.'
-					'You glance up at her face, and she has arched her head back, closing her eyes and enjoying the sensations of her little sister <<$pcs_nickname>> giving her a tongue bath.'
-					'You wrap your lips around her pink clit, and start to stroke your tongue back and forth against it, pressing it gently against your teeth. She lets out a long moan, grabbing your head in both hands, and suddenly pushes her hips upwards as she presses downward on your head, as moisture dribbles onto your lips and cheeks.'
-					gs 'arousal', 'cuni_give', 5, 'incest'
-					gs 'arousal', 'end'
+if $ARGS[0] = 'sister_strapon':
+	*clr & cla
+	npc_rel['A33'] += 1
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap1.jpg"></center>'
+	if sisterQW['strapon'] = 0:
+		'The two of you start kissing and fondling each other, but when you start to try and remove her clothes she stops you. "What? What''s wrong?" You ask her.'
+		'She smiles to you and you are not sure you like the way she is smiling. "Nothing I just wanted to do something different this time, something I have been wanting to actually try for a long time." With that she reaches over to her night stand drawer and opens it up. Spends a few moments fishing around for something as you watch her curiously. When she turns back she has a strapon harness with attached dildo in her hand.'
+	else
+		'The two of you start kissing and fondling each other, but when you start to try and remove her clothes she stops you. "What? What''s wrong?" You ask her.'
+		'She smiles to you with a naughty glint in her eye. "Nothing I just wanted to fuck you again." With that she reaches over to her night stand drawer and opens it up. You smile a bit, knowing she is grabbing her strapon again.'
+	gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+	gs 'stat'
+	act 'Refuse':
+		*clr & cla
+		npc_rel['A33'] -= 3
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sister_chat.jpg"></center>'
+		'You shake your head. "No way, I don''t want to get fucked, I just want to make love to you."'
+		'She frowns and drops the strapon back in the draw. "Well I don''t want to do that, I have told you before I am not into girls."'
+		'You put your hand on her hip. "Come on you know you love it."'
+		'She shoves your hand away. "No! I don''t want to do that and if you don''t want to do this, then we should just let it be." With that she lays down on her bed and gets out a book to read. Knowing you shouldn''t push it while she is in her mood right now, you back away.'
+		act 'Move away':gt 'bedrPar'
+	end
+	act 'Help her put it on':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap2.jpg"></center>'
+		'When you don''t disagree she takes it as consent and starts slipping the harness on, you help her getting it into place and pulling all the straps nice and tight so it doesn''t move around. While she is on her knees with the dildo pointing at you, you take it in your hand and stroke it a bit, just testing if the harness is securely in place of course. She gives you a look of what are you waiting for. "Well start sucking my dick."'
+		gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+		gs 'stat'
+		act 'Suck her dick':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap3.jpg"></center>'
+			if sisterQW['strapon'] = 0:
+				sisterQW['strapon'] = 1
+				'Anya monitors your actions and talks you through how to suck a cock. You lick the shaft from the base outwards, at the end, as you suck the head. It isn''t too big, a bit longer than a coke can and kinda thick maybe a bit above average size dick. Then Anya grabs you by the hair and abruptly shoves the dildo down your throat, you start suffocating and wave your arms in panic. Then she pulls it out of your mouth, leaving your mouth and eyes watering.'
+				*nl
+				'"Bitch, What are you doing? I''m suffocating here, you could have killed me." You tell her angrily.'
+				'"Don''t be so dramatic little sister, I would never hurt you. You see, guys like this, your big sister is helping you train your mouth and throat, so you are use to giving boys blowjobs."'
+				'Without another word she shoves the strap-on dildo back in your mouth and teaches you the finer arts of how to suck a cock, not to mention what to expect from the boys.'
+				*nl
+			else
+				'Anya monitors your actions and talks you through how to suck a cock. You lick the shaft from the base outwards, at the end, as you suck the head. It isn''t too big, a bit longer than a coke can and kinda thick maybe a bit above average size dick. Then Anya grabs you by the hair and abruptly shoves the dildo down your throat, this time you expected it and are a bit more ready for it. Still you feel your mouth watering like crazy and your eyes watering as she fucks your throat, as she teaches you the finer arts of how to suck a cock, not to mention what to expect from the boys.'
+				*nl
+				if pcs_vag = 0:
+					'After she fucks your mouth with the dildo for a bit she stops and starts stripping you. Once you are fully naked she slips her hands between your legs and slides a finger inside of your vagina. "Oh I see you''re still a virgin. Mom will be happy, but luckily you have another hole I can use." She says as she pushes you down on the bed to lay on your side.'
+					gs 'arousal', 'bj', 5, 'incest', 'lesbian'
 					gs 'stat'
-					act 'Continue':
+					act 'Get butt fucked': gt 'sistersleep', 'sister_strapon_anal'
+					act 'Refuse':
 						*clr & cla
-						'Anya hugs you, kisses your mouth, licking your lips a bit, then prods you away.'
-						'"That was soooo nice, but I really need to get some sleep now"'
-						'Without another word, she layed back, rolled over, and closed her eyes. You climb into your bed and fall fast asleep yourself, content on both giving and receiving tonight with your loving sister.'
-						gs 'stat'
-						
-						act 'Move away':gt'bedrPar'
+						npc_rel['A33'] -= 1
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les8.jpg"></center>'
+						'You shake your head. "No way, I don''t want to get fucked in the butt."'
+						'She frowns and backs away, pulling the strapon out of you. "Ok suit yourself but I''m not taking your virginity and I am tired of fucking your mouth." She starts taking the harness off, a bit disappointed you help her remove it. Once done she cleans it up and drops it back in her nightstand.'
+						'With that all taken care of you share a brief kiss and butt grab with her before she breaks away from you pushing you slightly away. "Ok time for bed." Then she starts getting cleaned up and getting ready to go to sleep as you move away.'
+						act 'Move away':gt 'bedrPar'
 					end
-				end
-
-				act 'Go to Sleep':
-					npc_rel['A33'] = 30	
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_40.jpg"></center>'
-					'You decide not to help her out, and head to your bed to go to sleep.'
-					'"Well, thanks a lot! Wake me up, get me all worked up, make me eat you out, but leave me horny?"'
-					'She rolled over, facing away from you. This could affect any future fun with her.'
+				elseif sisterQW['knownotvirgin'] = 0:
+					sisterQW['knownotvirgin'] = 1
+					'After she fucks your mouth with the dildo for a bit she stops and starts stripping you. Once you are fully naked she slips her hands between your legs and slides a finger inside of your vagina. "Oh I see you are no longer a virgin, mom won''t be happy." She says as she lays down on her back with the dildo pointing straight up. "Mount up and show me what you have learned from the boys."'
+					gs 'arousal', 'bj', 5, 'incest', 'lesbian'
+					gs 'stat'
+					act 'Get fucked': gt 'sistersleep', 'sister_strapon_vaginal'
+				else
+					'After she fucks your mouth with the dildo for a bit she stops and starts stripping you. Once you are fully naked she slips her hands between your legs and slides a finger inside of your vagina. "Oh I see you are already wet, good, that will make this more fun." She says as she ;lays down on her back with the dildo pointing straight up. "Mount up and show me what you have learned from the boys."'
+					gs 'arousal', 'bj', 5, 'incest', 'lesbian'
 					gs 'stat'
-					
-					act 'Move away':gt'bedrPar'
+					act 'Get fucked': gt 'sistersleep', 'sister_strapon_vaginal'
 				end
 			end
+		end
+	end
+end
 
-			act 'You both get one':
-				if npc_sex['A33'] = 0:npc_sex['A33'] = 1 & girl += 1
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/sex/school/tanga4_6.jpg"></center>'
-				'You crouch above her face, and lean over, pulling her legs apart so you can get to her pussy with your mouth.'
-				'She licks and finger fucks your pussy and anus, you do the same to her until you are both grinding and grunting.'
-				$orgasm_txt = 'She comes first, which triggers you to follow close after, feeling a stream of wetness soak your face and wetting hers too.'
-				$orgasm_or = 'yes'
-				gs 'arousal', 'cuni', 5, 'incest'
-				gs 'arousal', 'end'
-				gs 'stat'
-				'"Wow, that was really nice. I''m going to really sleep good now", she sighs. With that, she gives you a quick kiss on the lips and lays down, falling asleep quickly.'
-				'You lay down on your bed, look over at her firm ass one more time, and close your eyes yourself.'
-				act 'Move away':gt'bedrPar'
-			end
-
-			act 'Strap on':
-				*clr & cla
-				npc_rel['A33'] += 10
-				'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/strapon_miss.jpg"></center>'
-				'You beg her to pull out the strap on and give you an ass fuck again with it.'
-				'She smiles, gets it, but tells you to put it on and do it to her pussy first.'
-				'She shows you how to get it on, and you climb on top of her, awkwardly at first, trying to line it up with her spread lips to push it in.'
-				'She helps guide it in, and tells you to start pumping your hips forward. Once you get the motions figured out, you begin plunging it into her deeper and faster.'
-				'"Ohhhh, baby sister <<$pcs_nickname>>, give it to me! Pump me with your cock as hard as you can! Make me cum!" moans Anya'
-				'You thrust again and again, "You want it rough, horny girl?", you ask her. She keeps looking into your eyes with growing lust, and nods yes.'
-				'"Fuck me! Fuck my hole with your hard dick!", she replies. "Only if you rub my titties", you say as you hold it still.'
-				'"Noooo! Don''t stop now! Okay! I''ll tug your boobs, I''ll lick your ass - anything! Just fuck me, fuck me, fuck me hard!"'
-				'She cups both of your boobs, and you push in and out of her, faster and faster, pistoning into her, thinking - hey, she said she''d lick my ass - I didn''t even mention that.'
-				'Anya gasps as her orgasm takes over, and she slams her head back, panting and writhing as the spasms wash over her whole body.'
-				gs 'arousal', 'anal_strap_give', 5, 'incest'
-				gs 'arousal', 'foreplay', 5, 'incest'		
-				gs 'stat'
-				
-				act 'Strap on Me now':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/anuli1.jpg"></center>'					
-					'"So, you''ll lick MY ass, eh?", you remind her. "Okay, start licking, get it all lubed up with your tongue while you put the strap-on yourself"'
-					'She bends you over, easing a finger in your sopping wet pussy while starting to run the tip of her tongue all around the ringed pucker between your ass cheeks.'
-					'"Mmmmmm.... now stick your tongue in, get it wet inside this time before you put that fake dick in me!", you say.'
-					'She raises no objection to your tone of voice, still enjoying the twitches you just gave her pussy. As her tongue pushes farther and farther in, you hear her moving the harness in place on her hips.'
-					'"Ready, <<$pcs_nickname>>? I am!", she says.'
-					gs 'arousal', 'rimming', 5, 'incest'
-					gs 'arousal', 'vaginal_finger', 5, 'incest'
-					gs 'stat'					
-
-					act 'Continue':
-						*clr & cla
-						'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/strapon_anal.jpg"></center>'
-						'"Yes, dear Anya! Put your dick in my ass! I want to feel it fill me up back there!"'
-						'She touches the tip to your anus, and pushes with just a little pressure, letting you relax and open for her backdoor invasion.'
-						'You feel the head go in, and she pulls back out a bit, then pushes in farther, farther, farther, until you feel it bottom out in your bottom end.'
-						'"Ready?" "Yes! Do it" She pulls back almost all the way, and plunges in. "Mmmmhhhmmm - Again!" She does, again, and again, and again.'
-						'Your hand finds its way down to your clit, and you begin strumming it to add to the pleasure. "Fuck me, Sis! Fuck me, fuck my ass harder!" She plunges faster, and then surprises you with a hard slap on your ass cheek.'
-						$orgasm_txt = 'Your orgasm hits, pleasure from both the back and the front shooting explosions all across your body. "YESSSSSSSS.....mmmmmmmmm...nnnnnnnn" you scream as it happens.'
-						$orgasm_or = 'yes'
-						gs 'arousal', 'anal_strap', 5, 'incest'
-						gs 'arousal', 'masturbate', 5
-						gs 'arousal', 'end'
-						gs 'stat'
-						'She eases her strap on out of your trembling anus, and slides it down her legs, putting it under her bed. "I''ll clean that up tomorrow."'
-						'She gives you a kiss, and then yawns, laying down without another word. You get into your own bed, and close your eyes.' 
+if $ARGS[0] = 'sister_strapon_vaginal':
+	*clr & cla
+	pcs_vag += 1
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap4.jpg"></center>'
+	'You stand over the top of her, with her body between your legs. You slowly lower yourself down until you feel the tip of the dildo pressing against your slit. You reach between your legs and line up the dildo and lower yourself until you feel it party you vaginal lips and start to slide inside of you, causing you to moan softly. You lower yourself down on your knees and start to slowly fuck the dildo, as you do your sister takes off her top. You take the whole thing into you, it''s sightly longer and thicker than average size fills you up completely with out hurting at all.'
+	*nl
+	'As it feels better and better you start riding the dildo faster and faster. Just as it really starts to feel good your sister slaps your ass. "Get up and face the wall, I want to do the fucking now."'
+	gs 'arousal', 'vaginal_strap', 5, 'lesbian', 'incest'
+	gs 'stat'
+	act 'Stand up':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap5.jpg"></center>'
+		'You stand up and face the wall. Anya gets up and stands behind you, she grabs the dildo and lines it up, rubbing the tip against your wet slit a couple of times before sliding it in. She quickly slides it balls deep into your hole, completely filling you up. She quickly starts fucking you hard and fast, her hips bouncing against your butt, causing you to place your hands on the wall to keep your balance as your pounds your little pussy. After a few mins she starts to pant obviously starting to wear herself out. She slaps your ass cheek again. "Lay down, so I can fuck that little ass of yours."'
+		$orgasm_txt = 'You spasm and have an intense orgasm with the dildo buried deep in your pussy, you almost can''t keep yourself standing as your legs threaten to give out.'
+		$orgasm_or = 'yes'
+		gs 'arousal', 'vaginal_strap', 5, 'lesbian', 'incest'
+		gs 'stat'
+		act 'Get butt fucked': gt 'sistersleep', 'sister_strapon_anal'
+		act 'Refuse':
+			*clr & cla
+			npc_rel['A33'] -= 1
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les8.jpg"></center>'
+			'You shake your head. "No way, I don''t want to get fucked in the butt."'
+			'She frowns and backs away, pulling the strapon out of you. "Ok suit yourself but I am to tired to do anymore." She starts taking the harness off, a bit disappointed you help her remove it. Once done she cleans it up and drops it back in her nightstand.'
+			'With that all taken care of you share a brief kiss and butt grab with her before she breaks away from you pushing you slightly away. "That was fun, but we shouldn''t do that... at least not to often." She says with a slight blush.'
+			'You grin at her. "What ever you say sis." Then she starts getting cleaned up and getting ready to go to sleep as you move away.'
+			act 'Move away':gt 'bedrPar'
+		end
+	end
+end
 
-						act 'Move away':gt'bedrPar'
-					end
-				end
+if $ARGS[0] = 'sister_strapon_anal':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap6.jpg"></center>'
+	'You do as she says and lay down on your side, Anya goes to her dresser and pulls out a small bottle of lube and then starts lubing the strapon up.'
+	'She lays down behind you and uses her fingers and hand to line the dildo up with your ass. Once she has it in place she pushes her hips forward, you can feel the pressure building up before the head of the dildo suddenly pops into your ass.'
+	*nl
+	if pcs_ass = 0:
+		'Your first impression is unbearable pain, you want to get away, to jump, but her hands on your hips hold you in place and pull you further back, as she thrust her hips forward, impaling your ass on the dildo. You gradually stop resisting as it starts to feel nice, really nice. Once you stop resisting she lets go of your hip and lifts your leg up, with her hand.'
+	else
+		'It hurts a little at first but then quickly it gives way to pleasure, as you start to moan she starts stroking the dildo deeper into your ass. Reading your actions well, she finds the right rhythm and depth that feels the best and starts butt fucking you to ecstasy.'
+	end
+	gs 'arousal', 'anal_strap', 5, 'lesbian', 'incest'
+	gs 'stat'
+	act 'Pleasure yourself':
+		*clr & cla
+		pcs_ass += 1
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/strap7.jpg"></center>'
+		'With Anya lifting your leg as she thrusts the dildo deep into your ass, you start roughly rubbing your clit.'
+		'"aaa... yeah... mmmhmmm.... fuck me.... good.... yeah.... fuck me...." you cry out, as it starts to feel really good.'
+		$orgasm_txt = 'You spasm and have an intense orgasm with the dildo in your ass and as you recover, Anya moves from under you to stand in front of you, the strap-on held to your lips.'
+		$orgasm_or = 'yes'
+		gs 'arousal', 'anal_strap', 5, 'incest', 'lesbian'
+		gs 'stat'
+		act 'Aftermath':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/les8.jpg"></center>'
+			'Finally she stops fucking your butt and rolls onto her back, causing the dildo to pop out of your ass. She is sweating slightly and panting obviously spent from fucking you. The two of you lay side by side panting and basking in the afterglow of sex, finally she gets up onto her knees, you do the same. She takes off the harness and you help her, once it is off, you share a brief kiss and butt grab with her before she breaks away from you pushing you slightly away. "Well that was a lot of fun, little sis. I think we are going to have to do that again sometime." She says with a slight blush.'
+			'You grin at her. "I enjoyed it as well." Then she starts getting cleaned up and getting ready to go to sleep as you move away.'
+			gs 'arousal', 'foreplay', 3, 'incest', 'lesbian'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Move away':gt 'bedrPar'
 			end
 		end
 	end
-	act 'Move away':gt'bedrPar'
-else
-	act 'Move away':gt $loc, $metka
 end
 
 --- sistersleep ---------------------------------

Some files were not shown because too many files changed in this diff