torgcentr.qsrc 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # torgcentr
  2. CLOSE ALL
  3. if sound = 0:PLAY 'sound/mall.mp3',30
  4. gs 'stat'
  5. '<center><b>Shopping mall</b></center>'
  6. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/torgcentr.jpg"></center>'
  7. ! WD: Supermarket fix
  8. $loc = 'torgcentr'
  9. $location_type = 'public_indoors'
  10. $menu_loc = 'torgcentr'
  11. $menu_arg = ''
  12. menu_off = 0
  13. if hour >= 8 and hour <= 20:
  14. *p '<center><a href="exec: minut += 3 & gt ''young_shop'', ''start''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a>'
  15. !! Pussy-Kats - Youth clothing shop
  16. *p ' '
  17. *p '<a href="exec: minut += 3 & gt ''sportShop'', ''start''"><img src="images/locations/city/citycenter/mall/sports.png"></a>'
  18. !! Danilovich Sporting goods - Sports shop
  19. *p ' '
  20. *p'<a href="exec: minut += 3 & gt ''butik'', ''start''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a>'
  21. !!Mon Cheri - European style expensive boutique
  22. *p ' '
  23. *p '<a href="exec: minut += 3 & gt ''NewCloShop'',''start''"><img src="images/locations/city/citycenter/mall/fashionistat.png"></a>'
  24. !! Fashionista - Shop for designer brands
  25. *nl
  26. *nl
  27. *nl
  28. *p '<a href="exec: minut += 3 & gt ''salon'', ''start''"><img src="images/locations/city/citycenter/mall/beautybart.png"></a>'
  29. !! Beauty bar - Salon
  30. *p ' '
  31. *p'<a href="exec: minut += 3 & gt ''hairsalon'', ''start''"><img src="images/locations/city/citycenter/mall/goldencurl.png"></a>'
  32. !! Golden curl - hairdressers
  33. *p ' '
  34. *p '<a href="exec:torg = 1 & minut += 3 & gt ''budgetclothes'',''start''"><img src="images/locations/city/citycenter/mall/gm.png"></a>'
  35. !! G&M - Cheap clothing store
  36. *nl
  37. *nl
  38. *nl
  39. *p '<a href="exec: minut += 3 & gt ''zoomagazine'',''start''"><img src="images/locations/city/citycenter/mall/petstore.png"></a>'
  40. !! Pet Emporium - Pet shop
  41. *p ' '
  42. *p '<a href="exec: minut += 3 & gt ''shopdacha''"><img src="images/locations/city/citycenter/mall/constructiont.png"></a>'
  43. !! Ilyich and Biryukov Construction - Builders / Land developers
  44. act 'Leave': minut += 5 & gt 'down'
  45. act 'Go to the supermarket': gt 'shop', 'start'
  46. act 'Go bowling': gt 'bouling'
  47. act 'Play pool': gt 'billiard'
  48. act 'Go to the cinema': gt 'kino'
  49. else
  50. 'The shopping center is closed and security are guiding everyone out so they can lock up.'
  51. act 'Leave': minut += 5 & gt 'down'
  52. end
  53. !!{Old menu
  54. *p '<center><a href="exec:gt ''young_shop''">Pussy-Cats</a>'
  55. *p ' - '
  56. *p '<a href="exec:gt ''sportShop'', ''start''">Sporting goods store</a>'
  57. *p ' - '
  58. *p'<a href="exec:gt ''butik'', ''start''">Mon Chéri</a>'
  59. *p ' - '
  60. *p '<a href="exec:torg = 1 & gt ''budgetclothes'',''start''">G&M Store</a>'
  61. *p ' - '
  62. *p '<a href="exec:gt ''NewCloShop'',''start''">Fashionista</a>'
  63. *nl
  64. *nl
  65. *p '<a href="exec:gt ''salon'', ''start''">Beauty Salon</a>'
  66. *p ' - '
  67. *p'<a href="exec:gt ''hairsalon'', ''start''">The Golden Curl Hairsalon</a>'
  68. *nl
  69. *nl
  70. *p '<a href="exec:gt ''zoomagazine'',''start''">Pet store</a>'
  71. *p ' - '
  72. *p '<a href="exec:gt ''shopdacha''">Construction Firm</a>'
  73. *nl
  74. *nl
  75. *p '<a href="exec:gt ''bouling''">Bowling alley</a>'
  76. *p ' - '
  77. *p '<a href="exec:gt ''billiard''">Play Billiards</a>'
  78. *p ' - '
  79. *p'<a href="exec:gt ''kino''">Movie theater</a>'
  80. *nl
  81. *nl
  82. *P '<a href="exec:gt ''shop'', ''start''">Supermarket</a></center>'
  83. end
  84. act 'Leave': minut += 5 & gt 'down'
  85. }
  86. --- torgcentr ---------------------------------