|
@@ -1,11 +1,11 @@
|
|
|
-# psiklin
|
|
|
+# city_suburbs
|
|
|
|
|
|
$location_type = 'public_outdoors'
|
|
|
|
|
|
if $ARGS[0]='start':
|
|
|
- $loc = 'psiklin'
|
|
|
+ $loc = 'city_suburbs'
|
|
|
$loc_arg = 'start'
|
|
|
- $menu_loc = 'psiklin'
|
|
|
+ $menu_loc = 'city_suburbs'
|
|
|
$menu_arg = 'start'
|
|
|
menu_off = 0
|
|
|
gs'stat'
|
|
@@ -28,8 +28,8 @@ if $ARGS[0]='start':
|
|
|
'One of the most impressive buildings is your newly built mansion.'
|
|
|
act 'Visit your mansion': gt 'youplace'
|
|
|
end
|
|
|
- act 'View the insane asylum': minut += 2 & gt 'psiklin', 'ps1'
|
|
|
- act 'View the creepy old building': minut += 2 & gt 'psiklin', 'ps2'
|
|
|
+ act 'View the insane asylum': minut += 2 & gt 'city_suburbs', 'ps1'
|
|
|
+ act 'View the creepy old building': minut += 2 & gt 'city_suburbs', 'ps2'
|
|
|
|
|
|
act 'Go to the main road':nroad = 1 & minut += 15 & gt 'road'
|
|
|
|
|
@@ -49,7 +49,7 @@ end
|
|
|
if $ARGS[0]='ps1':
|
|
|
cla
|
|
|
*clr
|
|
|
- $menu_loc = 'psiklin'
|
|
|
+ $menu_loc = 'city_suburbs'
|
|
|
$menu_arg = 'ps1'
|
|
|
menu_off = 0
|
|
|
gs'stat'
|
|
@@ -58,13 +58,13 @@ if $ARGS[0]='ps1':
|
|
|
if psiklik = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/asylum0.jpg" ></center>'
|
|
|
if psiklik = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/asylum1.jpg" ></center>'
|
|
|
|
|
|
- act 'Go': minut += 2 & gt'psiklin','start'
|
|
|
+ act 'Go': minut += 2 & gt'city_suburbs','start'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0]='ps2':
|
|
|
cla
|
|
|
*clr
|
|
|
- $menu_loc = 'psiklin'
|
|
|
+ $menu_loc = 'city_suburbs'
|
|
|
$menu_arg = 'ps2'
|
|
|
menu_off = 0
|
|
|
gs'stat'
|
|
@@ -72,8 +72,8 @@ if $ARGS[0]='ps2':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/suburb/abandoned.jpg" ></center>'
|
|
|
'An abandoned building that spoils the local communities appearance and intimidates local residents.'
|
|
|
|
|
|
- act 'Go': minut += 2 & gt'psiklin','start'
|
|
|
+ act 'Go': minut += 2 & gt'city_suburbs','start'
|
|
|
end
|
|
|
|
|
|
---- psiklin ---------------------------------
|
|
|
+--- city_suburbs ---------------------------------
|
|
|
|