pavComplexOld.qsrc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # pavComplexOld
  2. ! apt house entry hallway
  3. if $ARGS[0] = 'etaj_1':
  4. $menu_loc = 'pavComplexOld'
  5. $menu_arg = 'etaj_1'
  6. menu_off = 0
  7. minut += 2
  8. gs 'stat'
  9. '<center><h3>old apartment building</h3></center>'
  10. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/apthallway.jpg"></center>'
  11. ''
  12. 'An old, common russian apartment house, lacking lots of years of repairs and maintenance.'
  13. 'The entry doors are left unlocked and even if they werent, they look like fall apart any moment.'
  14. 'Inside is a board with <a href="exec:gt ''pavComplexOld'', ''advert''">announcements</a> for the tenants.'
  15. act 'Leave the building':gt 'pavcomplex', 'start'
  16. act 'Take the elevator':
  17. *clr & cla
  18. minut +=1
  19. menu_off = 1
  20. gs 'stat'
  21. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/stairs/liftnotwork.jpg"></center>'
  22. 'The building supervisor put a sign on the elevator: "Dear tenants, the elevator is out of order for today. Don''t worry, I should have it working again by tomorrow!". Unfortunately, that sign has been there for years.'
  23. act 'Leave': gt 'pavComplexOld', 'etaj_1'
  24. end
  25. act 'Go up to the second floor':
  26. *clr & cla
  27. minut +=1
  28. menu_off = 1
  29. gs 'stat'
  30. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/stairs/brokenstairs.jpg"></center>'
  31. 'The stairs are as rundown as the rest of the apartment building.Thankfully there is no one I want to see on the floor above.'
  32. act 'Turn back': gt 'pavComplexOld', 'etaj_1'
  33. end
  34. end
  35. if $ARGS[0] = 'advert':
  36. $menu_loc = 'pavComplexOld'
  37. $menu_arg = 'advert'
  38. menu_off = 0
  39. minut += 2
  40. gs 'stat'
  41. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/sharedapt/board.jpg"></center>'
  42. ''
  43. act 'Continue':gt 'pavComplexOld', 'etaj_1'
  44. end
  45. --- pavComplexOld ---------------------------------