dvor.qsrc 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # dvor
  2. menu_off = 1
  3. $location_type = 'public_outdoors'
  4. set minut += 5
  5. gs 'stat'
  6. '<center><B>Vacant house</B></center>'
  7. '<center><img <<$set_imgh>> src="images/locations/oldtown/dvor1.jpg" ></center>'
  8. act 'Go to town center':gt 'liam' & minut += 5
  9. if hour >= 7 and hour <= 21 and pavserhom = 0 and koncepo = 0 or mesec = 1:
  10. act 'Read the notice on the door':dynamic $koncepodos
  11. end
  12. if hour >= 7 and hour <= 21 and pavserhom = 0 and koncepo = 1 or psiha = 1 or pavserhom = 3:
  13. act 'Read the notice on the door':gt'koncepod1','prs'
  14. end
  15. if hour >= 7 and hour <= 21 and pavserhom = 1 and psiho = 0 and psiha = 0:
  16. act 'Read the notice on the door':dynamic $koncepodos1
  17. end
  18. if pavserhom = 1 and psiho = 1 and psiha = 0 and mesec = 0 and pavserpsiday ! daystart:
  19. act 'Enter the house':gt'koncepod'
  20. end
  21. if psi1day =1 and pavserpsiday ! daystart:
  22. act 'Enter the house':gt'koncepod1','krr2x'
  23. end
  24. !if home_owned[1] = 3: act '<b>Enter the house</b>':gt 'koncepod'
  25. !end
  26. --- dvor ---------------------------------