123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- # shop_fashionista
- $location_type = 'event'
- if $ARGS[0] = 'start':
- $loc_arg = 'start'
- $loc = 'shop_fashionista'
- $menu_loc = 'shop_fashionista'
- $menu_arg = 'start'
- killvar '$locclass'
- menu_off = 0
- !!Variable for buying underwear for Natasha so it only procs once per changingroom event
- NatbelQW['underwearShop'] = 0
-
- gs 'stat'
- gs 'themes', 'indoors'
- '<center><b><font color="maroon">Fashionista</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/fashionista.jpg"</center>'
- 'This shop features many big name brands and designer clothing. Even their bags look cool.'
-
- act 'Leave':
- minut += 3
- view
- gt 'torgcentr'
- end
-
- act 'View clothing': minut += 5 & gt 'shop_fashionista', 'clothes'
- act 'View panties': minut += 5 & gt 'shop_fashionista', 'panties'
- act 'View bras': minut += 5 & gt 'shop_fashionista', 'bras'
- act 'View purses': minut += 5 & gt 'shop_fashionista', 'purses'
-
- act 'Try on some clothes': gt 'shop_fashionista', 'changingroom'
- end
- if $ARGS[0] = 'changingroom':
- $locclass = 'changingroom'
- $loc_arg = 'changingroom'
- $loc = 'shop_fashionista'
- $menu_loc = 'shop_fashionista'
- $menu_arg = 'changingroom'
- gs 'stat'
- menu_off = 0
-
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/changingroom.jpg"</center>'
- 'As you walk through the store you notice that there''s nobody in the changing rooms. Feeling a bit bored you go look at some clothes and grab several items to try on before heading into one of the changing rooms.'
-
- if $clothingworntype = 'nude':
- act 'Try on clothes': gt 'shop_fashionista', 'dressingclothes'
- act 'Try on bra':
- if NatbelQW['seethrough'] = 0 and NatbelQW['QWstage'] > 5 and NatbelQW['underwearShop'] = 0:
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
- 'As you try on a particularly spicy set of seethrough underwear you notice that it doesn''t quite fit you.'
- '"This should fit Natasha perfectly though. And it only costs 750 <b>₽</b>." You think to yourself, imagining the look on her face if you make her wear it.'
- act 'Buy it':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
- 'You put the underwear aside for now so that you can take it to the register with you.'
- money -= 750
- NatbelQW['seethrough'] = 1
- act 'Stay in the changingroom': gt 'shop_fashionista', 'changingroom'
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- end
- act 'Don''t buy it':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
- 'Deciding against it, you look through the rest of the underwear for something that would fit you better.'
- NatbelQW['underwearShop'] = 1
- act 'Stay in the changingroom': gt 'shop_fashionista', 'changingroom'
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- end
- else
- gt 'shop_fashionista', 'dressingbra'
- !*clr & cla
- !clorand = rand(1, 38)
- !gt 'bras', 'view_bra_item', 'shop', 'shop_fashionista',clorand, 750
- end
- end
- act 'Try on panties': gt 'shop_fashionista', 'dressingpanties'
- !*clr & cla
- !clorand = rand(1, 75)
- !gt 'panties', 'view_panty_item', 'shop', 'shop_fashionista',clorand, 750
- !end
- end
- if $clothingworntype = 'nude':
- act 'Put on clothes':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/dressed.jpg"</center>'
- gs 'clothing', 'wear_last_worn'
- act 'Stay in the changingroom': gt 'shop_fashionista', 'changingroom'
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- end
- end
- if $clothingworntype ! 'nude' and $pantyworntype ! 'none':
- act 'Strip to your underwear':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/underwear.jpg"</center>'
- gs 'clothing', 'strip'
- act 'Stay in the changingroom': gt 'shop_fashionista', 'changingroom'
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- end
- end
- if $clothingworntype = 'nude' and $pantyworntype = 'none':
- act 'Put on underwear':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/underwear.jpg"</center>'
- gs 'underwear', 'wear'
- act 'Stay in the changingroom': gt 'shop_fashionista', 'changingroom'
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- end
- end
- if $clothingworntype ! 'nude' or $pantyworntype ! 'none':
- act 'Get naked':
- *clr & cla
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/fashionista/nude.jpg"</center>'
- gs 'clothing', 'strip'
- gs 'underwear', 'remove'
- act 'Stay in the changingroom': gt 'shop_fashionista', 'changingroom'
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- end
- end
- if $clothingworntype = 'nude':
- act 'Get dressed and go back to the store': gt 'shop_fashionista', 'changingend'
- else
- act 'Go back to the store': gt 'shop_fashionista', 'changingend'
- end
- end
- if $ARGS[0] = 'dressingclothes':
- *clr & cla
- $loc_arg = 'dressingclothes'
- $loc = 'shop_fashionista'
- !clorand = rand(1,ARRSIZE('fashionista'))
- !gt 'clothing', 'view_clothing_item', 'shop', 'fashionista', clorand, 8000
- menu_off = 1
- *clr & cla
- gs'stat'
- '<center><b><font color="maroon">Viewing shop_fashionista clothing</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- minut += 1
- gt 'shop_fashionista', 'changingroom'
- end
- clothingfilter['qualitycheck'] = 7
- :loopquality
- i = Clothingstock +1
- if Clothingstock - 12 > 0:i -= 12
- :loopfashionista2
- if fashionista[i] = 0:
- gs 'clothing_attributes', 'fashionista', i
- gs 'clothing_QV', 'shop_filter'
- if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingshmotmag''"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" height="250" /></a> '
- end
- end
- i += 12
- if i <= 433:jump 'loopfashionista2'
- if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
- end
- if $ARGS[0] = 'dressingshmotmag':
- cla
-
- if fashionista[i] ! 0:
- msg 'You already own these clothes.'
- gt 'shop_fashionista', 'dressingclothes'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'fashionista',i, 8000
- end
- if $ARGS[0] = 'dressingbra':
- $loc_arg = 'dressingbra'
- $loc = 'shop_fashionista'
- menu_off = 1
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'shop_fashionista', 'changingroom'
- end
- i = 1
- :loopfashionista_bras2
- if fashionista_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingbras2''"><img src="images/pc/bras/fashionista/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 42:jump 'loopfashionista_bras2'
- end
- if $ARGS[0] = 'dressingbras2':
- cla
-
- if fashionista_bras[i] ! 0:
- msg 'You already own this bra.'
- gt 'shop_fashionista', 'bras'
- end
- gt 'bras', 'view_bra_item', 'shop', 'fashionista',i, 750
- end
- if $ARGS[0] = 'changingend':
- !! Sveta dresses again
- gs 'underwear', 'wear'
- gs 'clothing', 'wear_last_worn'
- gt 'shop_fashionista', 'start'
- end
- if $ARGS[0] = 'dressingpanties':
- $loc_arg = 'dressingpanties'
- $loc = 'shop_fashionista'
- menu_off = 1
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'shop_fashionista', 'changingroom'
- end
- i = 1
- :loopfashionista_panties2
- if fashionista_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''dressingpanties2''"><img src="images/pc/panties/fashionista/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 79:jump 'loopfashionista_panties2'
- end
- if $ARGS[0] = 'dressingpanties2':
- cla
-
- if fashionista_panties[i] ! 0:
- msg 'You already own these panties.'
- gt 'shop_fashionista', 'dressingpanties'
- end
- gt 'panties', 'view_panty_item', 'shop', 'shop_fashionista',i, 750
- end
- !! Old code
- if $ARGS[0] = 'clothes':
- $loc_arg = 'clothes'
- $loc = 'shop_fashionista'
- menu_off = 1
- *clr & cla
- gs'stat'
- '<center><b><font color="maroon">Viewing shop_fashionista clothing</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'shop_fashionista', 'start'
- end
-
- i = Clothingstock +1
- if Clothingstock - 12 > 0:i -= 12
- :loopfashionista
- if fashionista[i] = 0:
- gs 'clothing_attributes', 'fashionista', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''shmotmag''"><img src="images/pc/items/fashionista/dress/<<i>>.jpg" height="250" /></a>'
- end
- i += 12
- if i <= 200:jump 'loopfashionista'
- end
- if $ARGS[0] = 'shmotmag':
- cla
-
- if fashionista[i] ! 0:
- msg 'You already own these clothes.'
- gt 'shop_fashionista', 'clothes'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'fashionista',i, 8000
- end
- if $ARGS[0] = 'panties':
- $loc_arg = 'panties'
- $loc = 'shop_fashionista'
- menu_off = 1
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'shop_fashionista', 'start'
- end
- i = 1
- :loopfashionista_panties
- if fashionista_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''panties2''"><img src="images/pc/panties/fashionista/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 79:jump 'loopfashionista_panties'
- end
- if $ARGS[0] = 'panties2':
- cla
-
- if fashionista_panties[i] ! 0:
- msg 'You already own these panties.'
- gt 'shop_fashionista', 'panties'
- end
- gt 'panties', 'view_panty_item', 'shop', 'fashionista',i, 750
- end
- if $ARGS[0] = 'bras':
- $loc_arg = 'bras'
- $loc = 'shop_fashionista'
- menu_off = 1
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'shop_fashionista', 'start'
- end
- i = 1
- :loopfashionista_bras
- if fashionista_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''bras2''"><img src="images/pc/bras/fashionista/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 42:jump 'loopfashionista_bras'
- end
- if $ARGS[0] = 'bras2':
- cla
-
- if fashionista_bras[i] ! 0:
- msg 'You already own this bra.'
- gt 'shop_fashionista', 'bras'
- end
- gt 'bras', 'view_bra_item', 'shop', 'fashionista',i, 750
- end
- if $ARGS[0] = 'purses':
- $loc_arg = 'purses'
- $loc = 'shop_fashionista'
- menu_off = 1
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'shop_fashionista', 'start'
- end
- i = 1
- :loopfashionista_purses
- if fashionista_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_fashionista'', ''purses2''"><img src="images/pc/items/fashionista/purses/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 20:jump 'loopfashionista_purses'
- end
- if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'fashionista',i, 3000
- --- shop_fashionista ---------------------------------
|