dachi.qsrc 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. if hour = meethour:
  23. if svidanie[0] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 0 & gt ''lover_meet'',''start''"><<$loverdesc[0]>></a></b>'
  24. if svidanie[1] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 1 & gt ''lover_meet'',''start''"><<$loverdesc[1]>></a></b>'
  25. if svidanie[2] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 2 & gt ''lover_meet'',''start''"><<$loverdesc[2]>></a></b>'
  26. end
  27. end
  28. if etoexhib < 13:'You feel a slight presence of magic.'
  29. act 'Stroll through the alleys':gt 'etoexhib', 'pos2'
  30. --- dachi ---------------------------------