dachi.qsrc 1.0 KB

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