Quellcode durchsuchen

[added]] Burlesque location (no content yet)
[text edit] intro in Pushkin main had to be updated

KevinSmarts vor 5 Jahren
Ursprung
Commit
841ff14162
4 geänderte Dateien mit 36 neuen und 2 gelöschten Zeilen
  1. 1 0
      glife.qproj
  2. 23 0
      locations/burlesque.qsrc
  3. 2 2
      locations/liam.qsrc
  4. 10 0
      locations/liames.qsrc

+ 1 - 0
glife.qproj

@@ -1089,6 +1089,7 @@
 		<Location name="ugol1"/>
 		<Location name="artstudia"/>
 		<Location name="liames"/>
+		<Location name="burlesque"/>
 		<Location name="exhibitionistshop"/>
 		<Location name="kseniyaQW"/>
 		<Location name="parks"/>

+ 23 - 0
locations/burlesque.qsrc

@@ -0,0 +1,23 @@
+# burlesque
+
+if $ARGS[0] = 'start':
+	$metka = 'start'
+	$loc = 'burlesque'
+	$menu_loc = 'burlesque'
+	$menu_arg = 'start'
+	menu_off = 0
+	*clr & cla
+	$location_type = 'public_indoors'
+	CLOSE ALL
+	gs 'stat'
+	gs 'themes', 'indoors'
+	'<center><b><font color="maroon">Burlesque club</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/oldtown/burlesque_club/burlesque_club.jpg"></center>'
+	'it is empty, someone has to write content here.'
+
+	act 'Leave': gt 'liames'
+end
+
+
+--- burlesque ---------------------------------
+

+ 2 - 2
locations/liam.qsrc

@@ -37,9 +37,9 @@ else
 	end
 end
 
-'The old part of the city, usually call old town. A couple of centuries ago, this was the village of Pushkin, located near a town that is now the city.'
+'The old part of the city, usually call old town. A couple of centuries ago, this was the village of Pushkin.'
 'Later, the rich bought land off the poor here and knocked down the wooden shacks and farm houses to build large houses. As the city continued to grow rapidly, it became a desirable suburb.'
-'Since then even the old huts, have been improved, extended and modernized. The old buildings and beautiful park make it popular with tourists.'
+'Since then even the old houses have been improved, extended and modernized. The old buildings and beautiful park make it popular with tourists and it has become part of Pavlovsk.'
 
 'Not far from here is the quiet <a href="exec:gt ''liames'',''start''">high street</a>.'
 'Close by is a narrow street leading to a <a href="exec:gt ''dvor'',''start''">vacant house</a>.'

+ 10 - 0
locations/liames.qsrc

@@ -47,6 +47,16 @@ if exhibitionQW > 3:
 	end
 end
 
+if hour >= 18 and hour <= 22:
+	if pcs_inhib > 30:
+		'An old theatre here is now a <a href="exec:gt ''burlesque'',''start''">burlesque club</a> with shows running until 22:00.'
+	else
+		'There is a burlesque club in an old theatre here. It makes you self-conscious about your own looks and you cannot bring yourself to go there.'
+	end
+else
+	'The old theatre housing a burlesque club is closed now. It is open every day 10:00 - 22:00'
+end
+
 if home_owned[4] = 1: act '<b>Go home</b>':gt'korr2x'
 
 if hour >= 8 and hour <= 17 and exhibitionQW = 3: act 'Search for the shop on the card from Kseniya': gt 'exhibitionistshop', 'start'