dachi.qsrc 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # dachi
  2. $loc_arg = ''
  3. $region = '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 'Walk to the bus station (0:03)': minut += 3 & gt 'bus', 'communal'
  21. act 'Go to the highway (0:15)': minut += 15 & nroad = 5 & gt 'road'
  22. if func('homes_properties', 'has_access','village_cottage'):
  23. 'Enter <a href="exec:gt ''dachamy'', ''start''">your yard</a>.'
  24. 'Across the street from your cottage is another <a href="exec:gt ''etoexhib'', ''pos8''">cottage</a> almost identical to yours.'
  25. if hour = meethour:
  26. if svidanie[0] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 0 & gt ''lover_meet'',''start''"><<$loverdesc[0]>></a></b>'
  27. if svidanie[1] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 1 & gt ''lover_meet'',''start''"><<$loverdesc[1]>></a></b>'
  28. if svidanie[2] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 2 & gt ''lover_meet'',''start''"><<$loverdesc[2]>></a></b>'
  29. end
  30. end
  31. if func('homes_properties', 'is_current_home', 'village_cottage'):
  32. if vladimirQW['day'] = daystart and vladimirQW['stage'] = 30 and hour >= 16 and week = 6:'<a href="exec:gt ''vladimirQW_meet'',''2''">There''s an Audi parked in front of your cottage, and standing beside it, you notice Vladimir</a>.'
  33. if vladimirQW['day'] = daystart and vladimirQW['stage'] = 40 and hour >= 16 and week = 6:'<a href="exec:gt ''vladimirQW_meet'',''3''">There''s an Audi parked in front of your cottage, and standing beside it, you notice Vladimir</a>.'
  34. if hour = meethour[0]:
  35. if svidanie[0] = 1:'<b><a href="exec:lover_number = 0 & gt ''lover_meet'', ''start''"><<$loverdesc[0]>></a> is waiting at the entrance to your yard.</b>'
  36. end
  37. if hour = meethour[1]:
  38. if svidanie[1] = 1:'<b><a href="exec:lover_number = 1 & gt ''lover_meet'', ''start''"><<$loverdesc[1]>></a> is waiting at the entrance to your yard.</b>'
  39. end
  40. if hour = meethour[2]:
  41. if svidanie[2] = 1:'<b><a href="exec:lover_number = 2 & gt ''lover_meet'', ''start''"><<$loverdesc[2]>></a> is waiting at the entrance to your yard.</b>'
  42. end
  43. end
  44. if etoexhib < 13:'You feel a slight presence of magic.'
  45. act 'Stroll through the alleys':gt 'etoexhib', 'pos2'
  46. --- dachi ---------------------------------