Bläddra i källkod

[changed] moved rolan's apartment out of complexb3

julzor 6 år sedan
förälder
incheckning
c03868d482
2 ändrade filer med 7 tillägg och 5 borttagningar
  1. 2 0
      locations/pavComplex.qsrc
  2. 5 5
      locations/rolanapt.qsrc

+ 2 - 0
locations/pavComplex.qsrc

@@ -128,6 +128,8 @@ if $ARGS[0] = 'start':
 
 	if seenAD = 1 and pavSharedAptEnabled = 0: '<br>Some guys in one of the <a href="exec:minut += 5 & gt ''pavSharedApt'',''doorNo30''">apartments</a> are looking for a roommate.'
 	
+!!	if rolanblockhome ! 1 and storyline = 1: '<br>Mr. Matveev''s is living in an <a href="exec:minut += 5 & gt ''rolanapt'',''home''">apartment</a> in the Five Eight Estate.'
+	
 	if StoryLine = 1: '<br>Nearby, in another block of apartments, there''s an <a href="exec:minut += 3 & gt ''pavComplexOld'',''etaj_1''">old apartment building</a> that looks quite rundown and possibly abandoned.'
 	
 	if home_owned[2] = 1: act '<b>Go Home</b> (Parents'' Apartment)': minut += 4 & pavhome_enter = 1 & gt 'korrPar'

+ 5 - 5
locations/rolanapt.qsrc

@@ -25,10 +25,10 @@ if $ARGS[0] = 'home':
 	'You walk up to the front door and knock.'
 	if hour >= 23:
 		'It''s too late in the day to visit Mr. Matveev'
-		act 'Move away from the door':gt 'pavComplexb3', 'etaj_1'
+		act 'Move away from the door':gt 'pavComplex', 'start'
 	elseif hour < 15:
 		'Mr. Matveev is probably at work.'
-		act 'Move away from the door':gt 'pavComplexb3', 'etaj_1'
+		act 'Move away from the door':gt 'pavComplex', 'start'
 	elseif newbath = 1 and rolanworker = 3 and hour >= 15 and hour < 23 and RolanLoc[hour] >= 2 and RolanLoc[hour] =< 8:
 		'You can''t wait to see Rolan''s face.'
 		act 'Ring the doorbell':gt 'rolanbath', 'surprise'
@@ -39,7 +39,7 @@ if $ARGS[0] = 'home':
 		act 'Enter': gt 'rolanapt','hallway'
 	else
 		'No one answers. Rolan is not home.'
-		act 'Move away from the door':gt 'pavComplexb3', 'etaj_1'
+		act 'Move away from the door':gt 'pavComplex', 'start'
 	end
 end
 
@@ -113,7 +113,7 @@ if $ARGS[0] = 'hallway':
 			gt 'rolanapt', 'hallway'
 		end
 	else
-		act 'Leave Rolan''s apartment': gt 'pavComplexb3', 'etaj_1'
+		act 'Leave Rolan''s apartment': gt 'pavComplex', 'start'
 	end
 end
 
@@ -525,7 +525,7 @@ if $ARGS[0] = 'grandmaroom':
 					'"That''s it," Rolan grabs his phone and dials a number. "Mr. Chervov? It''s Rolan Matveev here... yes, the janitor. There is a thief in my home..."'
 					*nl
 					'"A thief? But I... okay. Okay, I''ll leave."'
-					act 'Leave':gt 'pavComplexb3', 'etaj_1'
+					act 'Leave':gt 'pavComplex', 'start'
 				end
 			end
 		end