torgcentr.qsrc 3.3 KB

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