# shop_fancy_pancy
!!2021/04/15
if $ARGS[0] = 'start':
$loc_arg = $ARGS[0]
$loc = 'shop_fancy_pancy'
$location_type = 'public_indoors'
$menu_loc = 'shop_fancy_pancy'
$menu_arg = 'start'
menu_off = 0
*clr & cla
mag = 1
gs 'stat'
gs 'themes', 'indoors'
'
Fancy Pancy'
'> src="images/locations/pushkin/fancypancy/shop_name.png">'
*nl
'This small boutique shop looks more like a dressing room at the burlesque club nearby. Satin, leather, ruffles and glamour make it clear this is not a place to buy a practical outfit. It is the only place to buy outfits suitable for the burlesque club or perhaps spice up things in the bedroom.'
*nl
'The boutique sells designer winter coats, burlesque clothing, beautiful shoes and exquisite handbags.'
act 'Leave the boutique': minut += 3 & gt 'liames'
act 'View clothing': minut += 5 & gt 'shop_fancy_pancy', 'clothes'
end
if $ARGS[0] = 'clothes':
$loc_arg = 'clothes'
$loc = 'shop_fancy_pancy'
$menu_loc = 'shop_fancy_pancy'
$menu_arg = 'clothes'
menu_off = 0
*clr & cla
gs'stat'
'Viewing Fancy Pancy outfits'
*nl
gs 'clothing_QV', 'shop_header'
act 'Return': minut += 1 & gt 'shop_fancy_pancy', 'start'
clothingfilter['qualitycheck'] = 7
:loopquality
if Clothingstock > 11:
i = 1
else
i = 2
end
:loopfancy_burlesque
if fancy_burlesque[i] = 0:
gs 'clothing_attributes', 'fancy_burlesque', 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 ''
end
end
i += 2
if i <= 22:jump 'loopfancy_burlesque'
if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
end
if $ARGS[0] = 'fancy_burlesque':
cla
menu_off = 1
if fancy_burlesque[i] ! 0:
msg 'You already own these clothes.'
gt 'shop_fancy_pancy', 'clothes'
end
gt 'clothing', 'view_clothing_item', 'shop', 'fancy_burlesque',i, 20000
end
--- shop_fancy_pancy ---------------------------------