Forráskód Böngészése

[removed] The outside of the city centre train station was just an extra and pointless click

Kevin_Smarts 3 éve
szülő
commit
3731bcf084

+ 1 - 1
locations/city_industrial_train.qsrc

@@ -198,7 +198,7 @@ if $ARGS[0] = 'centre':
 
 	act 'Get off the train at this station':
 		if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
-		gt 'city_train', 'inside'
+		gt 'city_train', 'start'
 	end
 end
 

+ 8 - 29
locations/city_train.qsrc

@@ -10,35 +10,14 @@ if $ARGS[0] = 'start':
 	*clr & cla
 	gs'stat'
 	'<center><B>City center railway station</B></center>'
-	if hour < 9 or hour > 19:
-		'<center><img <<$set_imgh>> src="images/locations/city/shared/trainstation/central_station_night.jpg"></center>'
-	else
-		'<center><img <<$set_imgh>> src="images/locations/city/shared/trainstation/central_station_day.jpg"></center>'
-	end
-	'The main station for the city, it is always busy offering services to many destinations and the best place to park your car or hire a taxi.'
-
+	'<center><img <<$set_imgh>> src="images/locations/city/shared/trainstation/central_station_inside.jpg"></center>'
+	'The grand old station in the city centre is an impressive building. It is busy and has a number of shops and bars as well as all the platforms and trains. '
+	*nl
 	if car > 0 and cardrive = 2:
 		'In the parking lot is <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
 	end
 
 	act 'Go to the city center':minut += 5 & gt 'city_center'
-	act 'Enter the station building': minut += 1 & gt 'city_train', 'inside'
-end
-
-if $ARGS[0] = 'inside':
-	$loc_arg = 'inside'
-	$loc = 'city_train'
-	$location_type = 'public_indoors'
-	$menu_loc = 'city_train'
-	$menu_arg = 'inside'
-	menu_off = 0
-	*clr & cla
-	gs'stat'
-	'<center><B>City center railway station</B></center>'
-	'<center><img <<$set_imgh>> src="images/locations/city/shared/trainstation/central_station_inside.jpg"></center>'
-	'The grand old station is even more impressive on the inside and has a number of shops and bars as well as all the platforms and trains. '
-	*nl
-	act 'Leave the train station': minut += 1 & gt 'city_train', 'start'
 	if Trainpass_day > daystart:
 		'You have <<Trainpass_day - daystart>> days left on your train pass.'
 		act 'Go to the platforms': gt 'city_train', 'platform'
@@ -56,7 +35,7 @@ if $ARGS[0] = 'tickets':
 	'<center><h4>Ticket office</h4></center>'
 	'<center><img <<$set_imgh>> src="images/locations/shared/train/kassa.jpg" ></center>'
 
-	act 'Leave the ticket office':minut += 1 & gt 'city_train', 'inside'
+	act 'Leave the ticket office':minut += 1 & gt 'city_train', 'start'
 	
 	act 'Buy a ticket':
 		cla
@@ -69,7 +48,7 @@ if $ARGS[0] = 'tickets':
 			menu_off = 1
 			money -= 1500
 			Trainpass_day = daystart + 7
-			act 'Return': gt 'city_train', 'inside'
+			act 'Return': gt 'city_train', 'start'
 		end
 	end
 
@@ -79,7 +58,7 @@ if $ARGS[0] = 'tickets':
 			menu_off = 1
 			money -= 5500
 			Trainpass_day = daystart + 30
-			act 'Return': gt 'city_train', 'inside'
+			act 'Return': gt 'city_train', 'start'
 		end
 	end	
 end
@@ -89,7 +68,7 @@ if $ARGS[0] = 'buy_ticket':
 	$menu_arg = 'buy_ticket'
 	menu_off = 0
 	
-	act 'Leave the ticket office': minut += 1 & gt 'city_train', 'inside'
+	act 'Leave the ticket office': minut += 1 & gt 'city_train', 'start'
 	
 	act 'Buy a ticket to the city industrial area (50 <b>₽</b>)':
 		if money >= 50:
@@ -137,7 +116,7 @@ if $ARGS[0] = 'platform':
 	'<center><img <<$set_imgh>> src="images/locations/shared/train/indusplat.jpg" ></center>'
 	'When you arrive at the platform, you can''t help but notice it bustling with activity. Lots of passengers are coming and going, all carrying shopping bags. It feels like it is always busy here, no matter at what time of the day it is.'
 
-	act 'Return to the station hall':gt 'city_train', 'inside'
+	act 'Return to the station hall':gt 'city_train', 'start'
 	
 	act 'Take a train to the city industrial area': gt 'city_train', 'ind'
 

+ 1 - 1
locations/pav_train_hall.qsrc

@@ -353,7 +353,7 @@ if $ARGS[0] = 'centre':
 	'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view.'
 	act 'Get off the train':
 		if rand(1, 100) <= 5: gt 'train_incidental', 'end'
-		gt 'city_train', 'inside'
+		gt 'city_train', 'start'
 	end
 end
 

+ 5 - 5
locations/train.qsrc

@@ -98,7 +98,7 @@ if $ARGS[0] = 'communal_centre':
 	'After 15 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view.'
 	act 'Get off the train':
 		if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
-		gt 'city_train', 'inside'
+		gt 'city_train', 'start'
 	end
 end
 
@@ -248,7 +248,7 @@ if $ARGS[0] = 'village_centre':
 	'After 25 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view.'
 	act 'Get off the train':
 		if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
-		gt 'city_train', 'inside'
+		gt 'city_train', 'start'
 	end
 end
 
@@ -353,7 +353,7 @@ if $ARGS[0] = 'weed':
 				'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
 				act 'Get off the train':
 					if rand(1, 100) <= 5: gt 'train_incidental', 'events'
-					gt 'city_train', 'inside'
+					gt 'city_train', 'start'
 				end
 			end
 		end
@@ -387,7 +387,7 @@ if $ARGS[0] = 'weed':
 					'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
 					act 'Get off the train':
 						if rand(1, 100) <= 5: gt 'train_incidental', 'events'
-						gt 'city_train', 'inside'
+						gt 'city_train', 'start'
 					end
 				end
 			end		
@@ -444,7 +444,7 @@ if $ARGS[0] = 'weed':
 								'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
 								act 'Get off the train':
 									if rand(1, 100) <= 5: gt 'train_incidental', 'events'
-									gt 'city_train', 'inside'
+									gt 'city_train', 'start'
 								end
 							end
 						end