dachi.qsrc 1007 B

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