@@ -2,7 +2,7 @@
if $ARGS[0] = 'start':
CLOSE ALL
- if sound = 0:PLAY 'sound/metro.mp3',30
+ if sound = 0:PLAY 'sound/metro' + rand(1,4) + '.mp3',30
'<center><b><font color="maroon">Metro station</font></b></center>'
if $loc = 'street':
'<center><b><font color="maroon">Residential Area</font></b></center>'
@@ -3,6 +3,7 @@ $location_type = 'public_outdoors'
if $ARGS[0] = '':
+ if sound = 0:PLAY 'sound/highway.mp3',50
$metka = $ARGS[0]
$loc = $CURLOC
cls
@@ -1,6 +1,6 @@
# torgcentr
-if sound = 0:PLAY 'sound/gipermarket.mp3',30
+if sound = 0:PLAY 'sound/mall.mp3',30
gs 'stat'
'<center><b>Shopping mall</b></center>'
'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/torgcentr.jpg"></center>'