1
0

dvor.qsrc 979 B

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