Browse Source

[fixed] I got the returns wrong for the changes I made to Hermitage. Also added variant text for returning to the visitor's center after viewing one of the collections

Kevin_Smarts 11 months ago
parent
commit
c0ed0ef3b8
1 changed files with 15 additions and 8 deletions
  1. 15 8
      locations/city_hermitage.qsrc

+ 15 - 8
locations/city_hermitage.qsrc

@@ -8,10 +8,17 @@ if $ARGS[0] = 'start':
 	gs 'stat'
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/locations/city/citycentre/hermitage/gp1.jpg"></center>'
-	'You see in the distance The State Hermitage Museum. It''s the second largest art museum in the world and was founded in 1764 by Empress Catherine the Great and has been open to the public since 1852.'
-	'The collections occupy a large complex of six historic buildings along Palace Embankment, including the Winter Palace, a former residence of Russian emperors.'
-	'Of the six buildings in the main museum complex, five, being the Winter Palace, Small Hermitage, Old Hermitage, New Hermitage, and Hermitage Theatre are all open to the public.'
-	'You approach the visitors entrance which is located in the Winter Palace.'
+	if $ARGS[1] = 'return':
+		'You return to the visitors entrance which is located in the Winter Palace.'
+		'The State Hermitage Museum is the second largest art museum in the world and was founded in 1764 by Empress Catherine the Great and has been open to the public since 1852.'
+		'The collections occupy a large complex of six historic buildings along Palace Embankment, including the Winter Palace, a former residence of Russian emperors.'
+		'Of the six buildings in the main museum complex, five, being the Winter Palace, Small Hermitage, Old Hermitage, New Hermitage, and Hermitage Theatre are open to the public.'
+	else
+		'You see in the distance The State Hermitage Museum. It''s the second largest art museum in the world and was founded in 1764 by Empress Catherine the Great and has been open to the public since 1852.'
+		'The collections occupy a large complex of six historic buildings along Palace Embankment, including the Winter Palace, a former residence of Russian emperors.'
+		'Of the six buildings in the main museum complex, five, being the Winter Palace, Small Hermitage, Old Hermitage, New Hermitage, and Hermitage Theatre are all open to the public.'
+		'You approach the visitors entrance which is located in the Winter Palace.'
+	end
 	act 'Return city centre': gt 'city_center'
 	if hour >= 8 and hour <= 17:
 		act 'View The Golden Peacock (90 mins)': gt 'city_hermitage', 'peacock'
@@ -48,7 +55,7 @@ if $ARGS[0] = 'peacock':
 		'It is one of only two such automatons surviving in the world today, the other is The Silver Swan which can be viewed in the Bowes museum in Barnard Castle in the UK.'
 		'These two pieces were at the forefront of exploring what is meant by <i>life</i>, both real and artificial and are marvels of their time.'
 		'Having thoroughly enjoyed your visit you feel nice and calm and maybe you''ve learnt something today as you decide that it''s probably time to be on your way.'
-		act 'Return city centre': gt 'city_center'
+		act 'Return to visitor''s entrance': gt 'city_hermitage', 'start', 'return'
 	end
 end
 
@@ -72,7 +79,7 @@ if $ARGS[0] = 'art':
 		'The collection consisted mainly of Dutch or Flemish pieces and included 13 by Rembrandt and 11 by Rubens plus a number of other well known and renowned artists.'
 		'Perhaps some of the most famous and notable artworks that were a part of Catherine''s original purchase from Gotzkowsky were Danaë, painted by Rembrandt in 1636; Descent from the Cross, painted by Rembrandt in 1624; and Portrait of a Young Man Holding a Glove, painted by Frans Hals in 1650. These paintings remain in the Hermitage collection today.'
 		'Having thoroughly enjoyed your visit you feel nice and calm and maybe you''ve learnt something today as you decide that it''s probably time to be on your way.'
-		act 'Return city centre': gt 'city_center'
+		act 'Return to visitor''s entrance': gt 'city_hermitage', 'start', 'return'
 	end
 end
 
@@ -104,7 +111,7 @@ if $ARGS[0] = 'highlights':
 			'She wanted her own copy so much so that she commissioned a reproduction in the late 1780s.'
 			'Architect Giacomo Quarenghi made this loggia, after which it was accented with Biblical stories and bas-reliefs.'
 			'Having thoroughly enjoyed your visit you feel nice and calm and maybe you''ve learnt something today as you decide that it''s probably time to be on your way.'
-			act 'Return city centre': gt 'city_center'
+			act 'Return to visitor''s entrance': gt 'city_hermitage', 'start', 'return'
 		end
 	end
 end
@@ -147,7 +154,7 @@ if $ARGS[0] = 'red_rooms':
 				'At the Hermitage it’s so easy to get lost in the thousands of paintings and numerous art collections inside so on this visit you decide to wander around the outside for a bit and admire the beautiful architecture.'
 				'As you walk around the museum''s exterior you ensure you have time to take in the building’s green and white façade facing the Palace Square.'
 				'Having thoroughly enjoyed your visit you feel nice and calm and maybe you''ve learnt something today as you decide that it''s probably time to be on your way.'
-				act 'Return city centre': gt 'city_center'
+				act 'Return to visitor''s entrance': gt 'city_hermitage', 'start', 'return'
 			end
 		end
 	end