Browse Source

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

VioletKitten 4 years ago
parent
commit
935b219399
4 changed files with 50 additions and 63 deletions
  1. 47 16
      locations/bedrPar.qsrc
  2. 2 2
      locations/city_kafe.qsrc
  3. 0 44
      locations/family.qsrc
  4. 1 1
      locations/family_schedule.qsrc

+ 47 - 16
locations/bedrPar.qsrc

@@ -133,19 +133,46 @@ if komp = 1:'Your <a href="exec: gt ''Komp'',''start''">laptop</a> is on your de
 gad = 0
 
 if npc_QW['A33'] > 10:npc_QW['A33'] = 10
+!!Default is Anya not being here, can be overwritten in next block
+sisterHere = 0
+
+if sister_indorf = 0:
+	if sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
+		*clr & cla
+		menu_off = 1
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_6_<<rand(1,7)>>.jpg"></center>'
+		'Drunk and disheveled, Anya bursts into the room.'
+		'You notice that her hair, and all her clothes are smeared in sticky sperm.'
+		'In this state, she falls on the bed and instantly falls asleep.'
+		sisboyparty = 1
+		act 'Move away': gt $loc
+	else
+		sisterdialog = 1
+
+		if anyaloc = 1:
+			'Your sister <a href="exec:gt ''sistersleep'', ''sister_sleep''">Anya</a> is asleep in her bed.'
+		elseif anyaloc = 4:
+			sisterdialog = 3
+			sisterHere = 1
+			'Your sister <a href="exec:gt ''sister_chat'', ''sister_chat''">Anya</a> is getting ready to go out.'
+		elseif anyaloc = 15:
+			sisterHere = 1
+			'Your sister <a href="exec:gt ''sister_chat'', ''sister_chat''">Anya</a> is sitting on her bed, reading a book.'
+		elseif anyaloc = 26:
+			if sisboypartyQW = 1: sisboypartyQW = 2
+			if sisboyparty = -1: sisboyparty = 1
+			'Your drunken sister Anya is sound asleep in her bed.'
+		end
+	end
+end
 
 act 'Exit the room':
-	if sisterHere = 2 and daystart - ParrotQW['BuyDate'] > 55 and ParrotQW['Owned2'] = 1 and ParrotQW['SisterReleaseParrotDay'] = 0 : gt 'sister_chat', 'pargone'
+	if (anyaloc = 4 or anyaloc = 15) and daystart - ParrotQW['BuyDate'] > 55 and ParrotQW['Owned2'] = 1 and ParrotQW['SisterReleaseParrotDay'] = 0 : gt 'sister_chat', 'pargone'
 	gt'korrPar'
 end
 
-if sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
-	gs'family'
-else
-	gs'family'
-
-	if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13: act 'Send Rex a SMS message': gt 'reks','sms'
-
 	if student > 0 and kursovik < 100:
 		act 'Do coursework (1:00)':
 			*clr & cla
@@ -163,23 +190,27 @@ else
 		end
 	end
 
+	if pornMagazine > 0:'You have hidden your porn magazines under the mattress of your bed.'
 	!!Masturbation, allowed after sister threesome (when sis_watch is used for a message) or sister not here.
 	sis_watch = 0
 
-	if pcs_horny >= 50 and (sisboytrio > 0 or sisterHere = 0):
-		act 'Masturbate':gt 'selfplay', 'start'
-	end
+	if sisterHere = 0 or sisboytrio > 0:
+		if pornMagazine > 0:gs 'events', 'read_porn'
+		if rexCarCount >= 9 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13:
+			act 'Send Rex a SMS message': gt 'reks','sms'
+		end
+		if pcs_horny >= 50:
+			act 'Masturbate':gt 'selfplay', 'start'
+		end
 
-	if pornMagazine > 0:'You have hidden your porn magazines under the mattress of your bed.'
-	if (sisboytrio > 0 or sisterHere = 0) and pornMagazine > 0:gs 'events', 'read_porn'
+		if vcard > 0: act 'View your vintage porn cards':card_deck = 0 & gt 'card'
+		if card > 0: act 'View your new porn cards':card_deck = 1 & gt 'card'
+	end
 
 	gs 'events', 'read'
 
 	if tovarL > 0:'You currently have <<tovarL>> trinkets to sell at the station. The maximum you can carry is 30.'
 
-	if vcard > 0: act 'View your vintage porn cards':card_deck = 0 & gt 'card'
-	if card > 0: act 'View your new porn cards':card_deck = 1 & gt 'card'
-
 	dynamic $palelady
 end
 

+ 2 - 2
locations/city_kafe.qsrc

@@ -897,7 +897,7 @@ if $ARGS[0] = 'razvod':
 		end	
 	elseif deyst = 3:
 		'<<$boydesc>> is incredibly drunk and you feel tipsy just from the smell of booze on him. "Hey baby, got some spare time? Come have fun in the toilet."'
-		act 'Meet in bathroom':gt 'cafe3', 'toilet'
+		act 'Meet in bathroom':gt 'city_kafeevents3', 'toilet'
 		gs 'willpower', 'sex', 'resist', 'medium'
 		if will_cost <= pcs_willpwr:
 			act 'Leave (<<will_cost>> Willpower)':
@@ -918,7 +918,7 @@ if $ARGS[0] = 'razvod':
 					end	
 					act 'Meet in bathroom':
 						money += 2000
-						gt 'cafe3', 'toilet'
+						gt 'city_kafeevents3', 'toilet'
 					end
 				else
 					'"Well, okay, get out of here, you are ugly anyway."'

+ 0 - 44
locations/family.qsrc

@@ -58,50 +58,6 @@ if StoryLine = 1:
 	end
 
 	if sister_indorf = 0:
-		if $loc = 'bedrPar':
-			sisterHere = 0
-			sisterdialog = 1
-
-			if hour < 7:
-				sisterHere = 1
-				'Your sister <a href="exec:gt ''sistersleep'', ''sister_sleep''">Anya</a> is asleep in her bed.'
-			end
-
-			if week >= 6:
-				if hour >= 7 and hour < 10:
-					sisterHere = 1
-					'Your sister <a href="exec:gt ''sistersleep'', ''sister_sleep''">Anya</a> is asleep in her bed.'
-				end
-
-				if hour = 10:
-					sisterHere = 2
-					sisterdialog = 3
-					'Your sister <a href="exec:gt ''sister_chat'', ''sister_chat''">Anya</a> is getting ready to go for a walk.'
-				end
-			end
-
-			if hour >= 18 and sisboyparty_day + 1 ! daystart:
-				sisterHere = 2
-				'Your sister <a href="exec:gt ''sister_chat'', ''sister_chat''">Anya</a> is sitting on her bed, reading a book.'
-			elseif sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
-				*clr & cla
-				menu_off = 1
-				minut += 5
-				gs 'stat'
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_6_<<rand(1,7)>>.jpg"></center>'
-				'Drunk and disheveled, Anya bursts into the room.'
-				'You notice that her hair, and all her clothes are smeared in sticky sperm.'
-				'In this state, she falls on the bed and instantly falls asleep.'
-				sisboyparty = 1
-				act 'Move away': gt $loc
-				exit
-			elseif sisboyparty_day + 1 = daystart and hour >= 22:
-				sisterHere = 1
-				if sisboypartyQW = 1: sisboypartyQW = 2
-				if sisboyparty = -1: sisboyparty = 1
-				'Your drunken sister Anya is sound asleep in her bed.'
-			end
-		end
 		if $loc = 'pav_commcenter':
 			if week < 6:
 				if hour >= 16 and hour < 18:

+ 1 - 1
locations/family_schedule.qsrc

@@ -57,7 +57,7 @@ if sister_opr_indorf = 0:
 			anyaloc = 24
 		elseif week = 7 and hour = 2 and minut < 20:
 			!!In her room drunk after party
-			anyaloc = 25
+			anyaloc = 26
 		elseif hour < 9:
 			!!Asleep
 			anyaloc = 1