1234567891011121314151617181920212223242526272829303132333435 |
- # dachi
- $metka = ''
- $loc = 'dachi'
- $loc = 'dachi'
- $menu_arg = ''
- menu_off = 0
- $location_type = 'public_outdoors'
- *clr & cla
- gs 'stat'
- '<center><h4>Suburban Cooperative</h4></center>'
- '<center><img <<$set_imgh>> src="images/locations/suburban/dachi.jpg"></center>'
- if car > 0 and cardrive = 13:
- cardrive = 13
- 'In the parking is <a href="exec:GS ''carF'', ''start''">your <<$car>></a>.'
- end
- 'At the alley entrance dug into the ground is a <a href="exec:gt ''etoexhib'', ''pos7''">column with ads</a>.'
- 'At the end of the alley there is <a href="exec:gt ''etoexhib'', ''pos6''">a spring with spring water</a>.'
- act 'Go to the highway':minut += 15 & nroad = 5 & gt 'road'
- if home_owned[3] > 0:
- 'Enter <a href="exec:gt ''dachamy'', ''start''">your yard</a>.'
- 'Across the street from your cottage is another <a href="exec:gt ''etoexhib'', ''pos8''">cottage</a> almost identical to yours.'
- end
- if etoexhib < 13:'You feel a slight presence of magic.'
- act 'Stroll through the alleys':gt 'etoexhib', 'pos2'
- --- dachi ---------------------------------
|