|
@@ -1,11 +1,13 @@
|
|
|
# Gadsarai
|
|
|
|
|
|
-menu_off = 1
|
|
|
-
|
|
|
if $ARGS[0] = '':
|
|
|
$metka = ''
|
|
|
$loc = 'Gadsarai'
|
|
|
+ $menu_loc = 'Gadsarai'
|
|
|
+ $menu_arg = ''
|
|
|
+ menu_off = 0
|
|
|
$location_type = 'secluded'
|
|
|
+
|
|
|
|
|
|
'<center><h4>Old Barn</h4></center>'
|
|
|
if month >= 4 and month <= 10:
|
|
@@ -21,7 +23,7 @@ if $ARGS[0] = '':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/village/sarai_winter_night.jpg"></center>'
|
|
|
end
|
|
|
end
|
|
|
- 'An old junk filled barn that could hold some useful items. Sitting near the barn is an old unused dog house.'
|
|
|
+ 'An old junk filled barn that could hold some useful items.'
|
|
|
|
|
|
if mira_dog > 0: 'A naked and chained <a href="exec: gt ''Gadsarai'',''mira_dog'' ">Mira</a> sits near the dog house.</a>'
|
|
|
|