dachi.qsrc 1.5 KB

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