Jelajahi Sumber

[changed] popups to normal lines of text when driving outside urban centres

Sicaa 4 tahun lalu
induk
melakukan
357a5f2a3b
1 mengubah file dengan 12 tambahan dan 6 penghapusan
  1. 12 6
      locations/carF.qsrc

+ 12 - 6
locations/carF.qsrc

@@ -179,12 +179,14 @@ if $ARGS[0] = 'salon':
 				act 'Go to local destination': gs 'carF', 'pav'
 				act 'Go to local destination': gs 'carF', 'pav'
 				act 'Go to the city':
 				act 'Go to the city':
 					minut += 65
 					minut += 65
-					msg 'You drive for more than an hour on the highway before you get to the city.'
+					*nl
+					'You drive for more than an hour on the highway before you get to the city.'
 					gs 'carF', 'city'
 					gs 'carF', 'city'
 				end
 				end
 				act 'Go to another destination':
 				act 'Go to another destination':
 					minut += 30
 					minut += 30
-					msg 'You drive out of Pavlovsk.'
+					*nl
+					'You drive out of Pavlovsk.'
 					gs 'carF', 'other'
 					gs 'carF', 'other'
 				end
 				end
 			elseif cardrive <= 11 or cardrive = 25:
 			elseif cardrive <= 11 or cardrive = 25:
@@ -192,24 +194,28 @@ if $ARGS[0] = 'salon':
 				act 'Go to another city destination': gs 'carF', 'city'
 				act 'Go to another city destination': gs 'carF', 'city'
 				act 'Go to Pavlosvsk':
 				act 'Go to Pavlosvsk':
 					minut += 65
 					minut += 65
-					msg 'You drive for more than an hour on the highway before you get to the town of Pavlovsk.'
+					*nl
+					'You drive for more than an hour on the highway before you get to the town of Pavlovsk.'
 					gs 'carF', 'pav'
 					gs 'carF', 'pav'
 				end
 				end
 				act 'Go to another destination':
 				act 'Go to another destination':
 					minut += 30
 					minut += 30
-					msg 'You drive out of the city.'
+					*nl
+					'You drive out of the city.'
 					gs 'carF', 'other'
 					gs 'carF', 'other'
 				end
 				end
 			else
 			else
 				car_town = 2
 				car_town = 2
 				act 'Go to a city destination':
 				act 'Go to a city destination':
 					minut += 30
 					minut += 30
-					msg 'You drive for half an hour on the highway before you get to the city.'
+					*nl
+					'You drive for half an hour on the highway before you get to the city.'
 					gs 'carF', 'city'
 					gs 'carF', 'city'
 				end
 				end
 				act 'Go to a Pavlosvsk destination':
 				act 'Go to a Pavlosvsk destination':
 					minut += 30
 					minut += 30
-					msg 'You drive for half an hour on the highway before you get to the town of Pavlovsk.'
+					*nl
+					'You drive for half an hour on the highway before you get to the town of Pavlovsk.'
 					gs 'carF', 'pav'
 					gs 'carF', 'pav'
 				end
 				end
 				act 'Go to another destination': gs 'carF', 'other'
 				act 'Go to another destination': gs 'carF', 'other'