# sell_young_clothes
if $ARGS[0] = 'start':
$metka = 'start'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 5
gt 'young_shop'
end
i = Clothingstock + 1
if Clothingstock - 12 >= 0:i -= 12
:loopaverage
if average[i] = 0:*p '> src="images/pc/clothing/2average/<>.jpg" height="250" />'
i += 12
if i <= 522:jump 'loopaverage'
end
if $ARGS[0] = 'yshopclo':
cla
gt 'clothing', 'view_clothing_item', 'shop', 'average',i, 7500
end
if $ARGS[0] = 'shoes':
$metka = 'shoes'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 5
gt 'young_shop'
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, 2500
if $ARGS[0] = 'panties':
$metka = 'panties'
$loc = 'sell_young_clothes'
cls
gs'stat'
act 'Return':
cla
minut += 5
gt 'young_shop'
end
i = 1
:loopkats_panties
if kats_panties[i] = 0:*p ' '
i += 1
if i <= 66: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 += 5
gt 'young_shop'
end
i = 1
:loopkats_bras
if kats_bras[i] = 0:*p ' '
i += 1
if i <= 35: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 += 5
gt 'young_shop'
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, 6000
--- sell_young_clothes ---------------------------------