# sell_young_clothes
if $ARGS[0] = 'start':
$metka = 'start'
$loc = 'sell_young_clothes'
cls
gs'stat'
'
Viewing Pussy Kats clothing'
*nl
gs 'clothing_QV', 'shop_header'
act 'Return':
cla
minut += 1
gt 'young_shop', 'start'
end
i = Clothingstock + 1
if Clothingstock - 12 >= 0:i -= 12
:loopaverage
if average[i] = 0:
gs 'clothing_attributes', 'average', i
gs 'clothing_QV', 'shop_filter'
if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '> src="images/pc/clothing/2average/<>.jpg" height="250" />'
end
i += 12
if i <= 522:jump 'loopaverage'
end
if $ARGS[0] = 'yshopclo': gt 'clothing', 'view_clothing_item', 'shop', 'average',i, 3000
if $ARGS[0] = 'shoes':
$metka = 'shoes'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 1
gt 'young_shop', 'start'
end
if Clothingstock > 11:
i = 1
else
i = 2
end
:loopcats_shoes
if spussy[i] = 0:*p ''
i += 2
if i <= 38:jump 'loopcats_shoes'
end
if $ARGS[0] = 'young_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'pussy',i, 1750
if $ARGS[0] = 'panties':
$metka = 'panties'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 1
gt 'young_shop', 'start'
end
i = 1
:loopkats_panties
if kats_panties[i] = 0:*p ' '
i += 1
if i <= 72:jump 'loopkats_panties'
end
if $ARGS[0] = 'panties2':
cla
if kats_panties[i] ! 0:
msg 'You already own these panties.'
gt 'sell_young_clothes', 'panties'
end
gt 'panties', 'view_panty_item', 'shop', 'kats',i, 500
end
if $ARGS[0] = 'bras':
$metka = 'bras'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 1
gt 'young_shop', 'start'
end
i = 1
:loopkats_bras
if kats_bras[i] = 0:*p ' '
i += 1
if i <= 41:jump 'loopkats_bras'
end
if $ARGS[0] = 'bras2':
cla
if kats_bras[i] ! 0:
msg 'You already own this bra.'
gt 'sell_young_clothes', 'bras'
end
gt 'bras', 'view_bra_item', 'shop', 'kats',i, 500
end
if $ARGS[0] = 'purses':
$metka = 'purses'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 1
gt 'young_shop', 'start'
end
i = 1
:loopkats_purses
if kats_purses[i] = 0:*p ' '
i += 1
if i <= 14:jump 'loopkats_purses'
end
if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'kats',i, 2000
--- sell_young_clothes ---------------------------------