123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- # torgcentr
- CLOSE ALL
- if sound = 0:PLAY 'sound/mall.mp3',30
- gs 'stat'
- '<center><b>Shopping mall</b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/torgcentr.jpg"></center>'
- ! WD: Supermarket fix
- $loc = 'torgcentr'
- $location_type = 'public_indoors'
- $menu_loc = 'torgcentr'
- $menu_arg = ''
- menu_off = 0
- if hour >= 8 and hour <= 20:
- *p '<center><a href="exec: minut += 3 & gt ''shop_pussycats'', ''start''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a>'
- !! Pussy-Kats - Youth clothing shop
- *p ' '
- *p'<a href="exec: minut += 3 & gt ''moncheri'', ''start''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a>'
- !!Mon Cheri - European style expensive boutique
- *p ' '
- *p'<a href="exec: minut += 3 & gt ''lusso'', ''start''"><img src="images/locations/city/citycenter/mall/lusso.png"></a>'
- !!Lusso Intimo - European style expensive underwear
- *p ' '
- *p '<a href="exec: minut += 3 & gt ''shop_fashionista'',''start''"><img src="images/locations/city/citycenter/mall/fashionista.png"></a>'
- !! shop_fashionista - Shop for designer brands
-
- *nl
- *nl
- *nl
-
- *p '<a href="exec: minut += 3 & gt ''sportShop'', ''start''"><img src="images/locations/city/citycenter/mall/sports.png"></a>'
- !! Danilovich Sporting goods - Sports shop
- *p ' '
- *p '<a href="exec: minut += 3 & gt ''salon'', ''start''"><img src="images/locations/city/citycenter/mall/beautybart.png"></a>'
- !! Beauty bar - Salon
- *p ' '
- *p'<a href="exec: minut += 3 & gt ''hairsalon'', ''start''"><img src="images/locations/city/citycenter/mall/goldencurl.png"></a>'
- !! Golden curl - hairdressers
- *p ' '
- *p '<a href="exec:torg = 1 & minut += 3 & gt ''budgetclothes'',''start''"><img src="images/locations/city/citycenter/mall/gm.png"></a>'
- !! G&M - Cheap clothing store
- *nl
- *nl
- *nl
-
- *p '<a href="exec: minut += 3 & gt ''zoomagazine'',''start''"><img src="images/locations/city/citycenter/mall/petstore.png"></a>'
- !! Pet Emporium - Pet shop
- *p ' '
- *p '<a href="exec: minut += 3 & gt ''shopdacha''"><img src="images/locations/city/citycenter/mall/constructiont.png"></a>'
- !! Ilyich and Biryukov Construction - Builders / Land developers
- *p ' '
- *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>'
- !! O''Skull music store
- *p ' '
- *p '<a href="exec: minut += 3 & gt ''scandalicious'',''start''"><img src="images/locations/city/citycenter/mall/scandalicious.png"></a>'
- !! shop_fashionista - Shop for designer brands
- *nl
- *nl
- *nl
-
- *p '<a href="exec: minut += 3 & gt ''shop_materinstvo'',''start''"><img src="images/locations/city/citycenter/mall/mommy.png"></a>'
- !! Pregnancy store
- act 'Leave': minut += 5 & gt 'city_center'
- act 'Go to the supermarket': gt 'shop', 'start'
- act 'Go bowling': gt 'bouling'
- act 'Play pool': gt 'billiard'
- act 'Go to the cinema': gt 'kino'
- else
- 'The shopping center is closed and security are guiding everyone out so they can lock up.'
-
- act 'Leave': minut += 5 & gt 'city_center'
- end
- !!{Old menu
- *p '<center><a href="exec:gt ''shop_pussycats''">Pussy-Cats</a>'
- *p ' - '
- *p '<a href="exec:gt ''sportShop'', ''start''">Sporting goods store</a>'
- *p ' - '
- *p'<a href="exec:gt ''moncheri'', ''start''">Mon Chéri</a>'
- *p ' - '
- *p '<a href="exec:torg = 1 & gt ''budgetclothes'',''start''">G&M Store</a>'
- *p ' - '
- *p '<a href="exec:gt ''shop_fashionista'',''start''">shop_fashionista</a>'
-
- *nl
- *nl
-
- *p '<a href="exec:gt ''salon'', ''start''">Beauty Salon</a>'
- *p ' - '
- *p'<a href="exec:gt ''hairsalon'', ''start''">The Golden Curl Hairsalon</a>'
-
- *nl
- *nl
-
- *p '<a href="exec:gt ''zoomagazine'',''start''">Pet store</a>'
- *p ' - '
- *p '<a href="exec:gt ''shopdacha''">Construction Firm</a>'
-
- *nl
- *nl
- *p '<a href="exec:gt ''bouling''">Bowling alley</a>'
- *p ' - '
- *p '<a href="exec:gt ''billiard''">Play Billiards</a>'
- *p ' - '
- *p'<a href="exec:gt ''kino''">Movie theater</a>'
-
- *nl
- *nl
-
- *P '<a href="exec:gt ''shop'', ''start''">Supermarket</a></center>'
- end
- act 'Leave': minut += 5 & gt 'city_center'
- }
- --- torgcentr ---------------------------------
|