pav_complexold.tw 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. :: pav_complexOld
  2. <<set $here = 'pav_complexOld'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- ! apt house entry hallway-->
  5. <<if $location_var[$here][0] == 'etaj_1'>>
  6. <<set $menu_loc = 'pav_complexold'>>
  7. <<set $menu_arg = 'etaj_1'>>
  8. <<set $menu_off = 0>>
  9. <<set $time.minutes += 2>>
  10. <center><h3>old apartment building</h3></center>
  11. <<image "locations/pavlovsk/resident/sharedapt/apthallway.jpg">>
  12. An old apartment complex that hasn''t seen any kind of maintenance for years.
  13. The entry doors are left unlocked and even if they weren''t, they look like they'll fall apart at any moment.
  14. Inside is a board with <<link "announcements">><<gt 'pav_complexold' 'advert'>><</link>> for the tenants.
  15. <<actCLA 'Leave the building'>>
  16. <<gt 'pav_complex' 'start'>>
  17. <</actCLA>>
  18. <<actCLA 'Take the elevator'>>
  19. <<set $time.minutes += 1>>
  20. <<set $menu_off = 1>>
  21. <<image "locations/pavlovsk/resident/apartment/stairs/liftnotwork.jpg">>
  22. <p>The building supervisor has 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.</p>
  23. <<actCLA 'Leave'>>
  24. <<gt 'pav_complexold' 'etaj_1'>>
  25. <</actCLA>>
  26. <</actCLA>>
  27. <<actCLA 'Go up to the second floor'>>
  28. <<set $time.minutes += 1>>
  29. <<set $menu_off = 1>>
  30. <<image "locations/pavlovsk/resident/apartment/stairs/brokenstairs.jpg">>
  31. The stairs are as run down as the rest of the apartment building. Thankfully, there''s no one you want to see on the floor above.
  32. <<actCLA 'Turn back'>>
  33. <<gt 'pav_complexold' 'etaj_1'>>
  34. <</actCLA>>
  35. <</actCLA>>
  36. <</if>>
  37. <<if $location_var[$here][0] == 'advert'>>
  38. <<set $menu_loc = 'pav_complexold'>>
  39. <<set $menu_arg = 'advert'>>
  40. <<set $menu_off = 0>>
  41. <<set $time.minutes += 2>>
  42. <<image "locations/pavlovsk/resident/sharedapt/board.jpg">>
  43. <p></p>
  44. <<actCLA 'Continue'>>
  45. <<gt 'pav_complexold' 'etaj_1'>>
  46. <</actCLA>>
  47. <</if>>