Browse Source

[changed] moved the leave option to the top and bold in rolanapt, fedorev4, tanhouse

julzor 5 years ago
parent
commit
9a2efbc5e8
3 changed files with 28 additions and 27 deletions
  1. 18 18
      locations/FedorEv4.qsrc
  2. 8 8
      locations/rolanapt.qsrc
  3. 2 1
      locations/tanhouse.qsrc

+ 18 - 18
locations/FedorEv4.qsrc

@@ -2611,38 +2611,38 @@ if $ARGS[0] =  'Hallway':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/fedorhome/hallway.jpg"></center>'
 	'This is the central hallway which connects the whole house. There is a <a href="exec:gt ''mirror'', ''start''">mirror</a>, a coat rack and multiple painting on the walls.'
 
+	act'<b>Leave the house</b>':
+		if $clothingworntype = 'nude':
+			gt 'FedorEv4', 'Nude'
+		elseif FedorHomeDate = 1 and week <= 5 and hour >= 14 and hour <= 24:
+			gt 'FedorEv4', 'End Date'
+		else
+			FedorHomeDate = 0 & gt 'pavResidential'
+		end
+	end
+	
 	if fedorKozlovQW > 1 and week <= 5 and hour >= 16 and hour <= 17:
-		act 'Bedroom':gt 'FedorMisc', 'Workout Time'
+		act 'Go to Fedor''s bedroom':gt 'FedorMisc', 'Workout Time'
 	else
-		act 'Bedroom':gt 'FedorEv4', 'Bedroom'
+		act 'Go to Fedor''s bedroom':gt 'FedorEv4', 'Bedroom'
 	end
 
 	if fedorKozlovQW > 1 and week <= 5 and hour >= 16 and hour <= 17:
-		act 'Bathroom':gt 'FedorMisc', 'Workout Time'
+		act 'Go to the bathroom':gt 'FedorMisc', 'Workout Time'
 	else
-		act 'Bathroom':gt 'FedorEv4', 'Bathroom'
+		act 'Go to the bathroom':gt 'FedorEv4', 'Bathroom'
 	end
 
 	if fedorKozlovQW > 1 and week <= 5 and hour >= 16 and hour <= 17:
-		act 'Kitchen':gt 'FedorMisc', 'Workout Time'
+		act 'Go to the kitchen':gt 'FedorMisc', 'Workout Time'
 	else
-		act 'Kitchen':gt 'FedorEv4', 'Kitchen'
+		act 'Go to the kitchen':gt 'FedorEv4', 'Kitchen'
 	end
 
 	if fedorKozlovQW > 1 and week <= 5 and hour >= 16 and hour <= 17:
-		act 'Living room':gt 'FedorMisc', 'Workout Time'
+		act 'Go to the living room':gt 'FedorMisc', 'Workout Time'
 	else
-		act 'Living room':gt 'FedorEv4', 'Livingroom'
-	end
-
-	act'Leave House':
-		if $clothingworntype = 'nude':
-			gt 'FedorEv4', 'Nude'
-		elseif FedorHomeDate = 1 and week <= 5 and hour >= 14 and hour <= 24:
-			gt 'FedorEv4', 'End Date'
-		else
-			FedorHomeDate = 0 & gt 'pavResidential'
-		end
+		act 'Go to the living room':gt 'FedorEv4', 'Livingroom'
 	end
 end
 

+ 8 - 8
locations/rolanapt.qsrc

@@ -99,22 +99,22 @@ if $ARGS[0] = 'hallway':
 	if rolan_panty_day ! daystart: rolan_panty_count = 1
 	if rolan_steal_day ! daystart: rolan_steal_count = 0
 
-	act 'Room': gt 'rolanapt','room'
-	act 'Bathroom': gt 'rolanbath','start'
-	act 'Guest Room': gt 'rolanapt','guestroom'
-	act 'Living Room': gt 'rolanapt','livingroom'
-	act 'Kitchen': gt 'rolanapt','kitchen'
-	act 'Grandma''s Room': gt 'rolanapt','grandmaroom'
 	if rolanworker = 4 and rolanknow = 1:
 		RolanLoc[hour] = 6
 		gs 'stat'
 		'You should check on Rolan, he seems really upset...'
-		act 'Leave Rolan''s apartment':
+		act '<b>Leave Rolan''s apartment</b>':
 			gt 'rolanapt', 'hallway'
 		end
 	else
-		act 'Leave Rolan''s apartment': gt 'pavComplex', 'start'
+		act '<b>Leave Rolan''s apartment</b>': gt 'pavComplex', 'start'
 	end
+	act 'Go to Rolan''s room': gt 'rolanapt','room'
+	act 'Go to the bathroom': gt 'rolanbath','start'
+	act 'Go to the guest room': gt 'rolanapt','guestroom'
+	act 'Go to the living room': gt 'rolanapt','livingroom'
+	act 'Go to the the kitchen': gt 'rolanapt','kitchen'
+	act 'Go to grandma''s room': gt 'rolanapt','grandmaroom'
 end
 
 if $ARGS[0] = 'room':

+ 2 - 1
locations/tanhouse.qsrc

@@ -54,13 +54,14 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 		'Your contract states that, around this time, you should go to the living room and talk to Nicholas, so he can evaluate your day''s work.'
 	end
 
+	act '<b>Leave and go to the city center</b>':
 	act 'Go to the bathroom':gt 'tanvanr'
 	act 'Go to the kitchen':gt 'tankitchen'
 	act 'Go to your bedroom':gt 'tanspalnya'
 	act 'Go to the master bedroom':gt 'tanhozspal'
 	act 'Go to the living room':gt 'tanhousezal'
 	act 'Go to Tanya''s room':gt 'tanroom'
-	act 'Go outside (City Center)':
+	
 		if $clothingworntype ! 'nude':
 			gt'down'
 		else