torgcentr.qsrc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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 ''shop_pussycats'', ''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 ''moncheri'', ''start''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a>'
  18. !!Mon Cheri - European style expensive boutique
  19. *p ' '
  20. *p'<a href="exec: minut += 3 & gt ''lusso'', ''start''"><img src="images/locations/city/citycenter/mall/lusso.png"></a>'
  21. !!Lusso Intimo - European style expensive underwear
  22. *p ' '
  23. *p '<a href="exec: minut += 3 & gt ''shop_fashionista'',''start''"><img src="images/locations/city/citycenter/mall/fashionista.png"></a>'
  24. !! shop_fashionista - Shop for designer brands
  25. *nl
  26. *nl
  27. *nl
  28. *p '<a href="exec: minut += 3 & gt ''sportShop'', ''start''"><img src="images/locations/city/citycenter/mall/sports.png"></a>'
  29. !! Danilovich Sporting goods - Sports shop
  30. *p ' '
  31. *p '<a href="exec: minut += 3 & gt ''salon'', ''start''"><img src="images/locations/city/citycenter/mall/beautybart.png"></a>'
  32. !! Beauty bar - Salon
  33. *p ' '
  34. *p'<a href="exec: minut += 3 & gt ''hairsalon'', ''start''"><img src="images/locations/city/citycenter/mall/goldencurl.png"></a>'
  35. !! Golden curl - hairdressers
  36. *p ' '
  37. *p '<a href="exec:torg = 1 & minut += 3 & gt ''budgetclothes'',''start''"><img src="images/locations/city/citycenter/mall/gm.png"></a>'
  38. !! G&M - Cheap clothing store
  39. *nl
  40. *nl
  41. *nl
  42. *p '<a href="exec: minut += 3 & gt ''zoomagazine'',''start''"><img src="images/locations/city/citycenter/mall/petstore.png"></a>'
  43. !! Pet Emporium - Pet shop
  44. *p ' '
  45. *p '<a href="exec: minut += 3 & gt ''shopdacha''"><img src="images/locations/city/citycenter/mall/constructiont.png"></a>'
  46. !! Ilyich and Biryukov Construction - Builders / Land developers
  47. *p ' '
  48. *p '<a href="exec: ml_boughtamp = 0 & ml_boughtguitar = 0 & minut += 3 & gt ''city_musicstore'', ''musicshop''"><img src="images/locations/city/citycenter/mall/musicstore.png"></a>'
  49. !! O''Skull music store
  50. *p ' '
  51. *p '<a href="exec: minut += 3 & gt ''scandalicious'',''start''"><img src="images/locations/city/citycenter/mall/scandalicious.png"></a>'
  52. !! shop_fashionista - Shop for designer brands
  53. act 'Leave': minut += 5 & gt 'city_center'
  54. act 'Go to the supermarket': gt 'shop', 'start'
  55. act 'Go bowling': gt 'bouling'
  56. act 'Play pool': gt 'billiard'
  57. act 'Go to the cinema': gt 'kino'
  58. else
  59. 'The shopping center is closed and security are guiding everyone out so they can lock up.'
  60. act 'Leave': minut += 5 & gt 'city_center'
  61. end
  62. !!{Old menu
  63. *p '<center><a href="exec:gt ''shop_pussycats''">Pussy-Cats</a>'
  64. *p ' - '
  65. *p '<a href="exec:gt ''sportShop'', ''start''">Sporting goods store</a>'
  66. *p ' - '
  67. *p'<a href="exec:gt ''moncheri'', ''start''">Mon Chéri</a>'
  68. *p ' - '
  69. *p '<a href="exec:torg = 1 & gt ''budgetclothes'',''start''">G&M Store</a>'
  70. *p ' - '
  71. *p '<a href="exec:gt ''shop_fashionista'',''start''">shop_fashionista</a>'
  72. *nl
  73. *nl
  74. *p '<a href="exec:gt ''salon'', ''start''">Beauty Salon</a>'
  75. *p ' - '
  76. *p'<a href="exec:gt ''hairsalon'', ''start''">The Golden Curl Hairsalon</a>'
  77. *nl
  78. *nl
  79. *p '<a href="exec:gt ''zoomagazine'',''start''">Pet store</a>'
  80. *p ' - '
  81. *p '<a href="exec:gt ''shopdacha''">Construction Firm</a>'
  82. *nl
  83. *nl
  84. *p '<a href="exec:gt ''bouling''">Bowling alley</a>'
  85. *p ' - '
  86. *p '<a href="exec:gt ''billiard''">Play Billiards</a>'
  87. *p ' - '
  88. *p'<a href="exec:gt ''kino''">Movie theater</a>'
  89. *nl
  90. *nl
  91. *P '<a href="exec:gt ''shop'', ''start''">Supermarket</a></center>'
  92. end
  93. act 'Leave': minut += 5 & gt 'city_center'
  94. }
  95. --- torgcentr ---------------------------------