dvor.qsrc 1014 B

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