# clothing_QV
!!2021/04/15
menu_off = 1
if $ARGS[0] = 'list':
'
Wardrobe - Brand Selection
'
'click on a shop name to view clothes from that shop'
$regularwornclothingtype = ''
*nl
''
*nl
! 'These are the clothes that are currently available for you to wear.
'
! *nl
if org_loc = 1:
act 'Return':
killvar '$ward_list_store'
killvar 'org_loc'
gt 'clothing', 'view_clothing_list', 'wardrobe'
end
else
act 'Return':
killvar '$ward_list_store'
gt 'wardrobe', 'start'
end
end
if ARRSIZE('gm_outfits') > 0 or ARRSIZE('gm_dress'):''
if ARRSIZE('gm_school') > 0:''
if ARRSIZE('gm_office'):''
if ARRSIZE('gm_maid'):''
if ARRSIZE('gm_server'):''
if ARRSIZE('cats_outfits') > 0 or ARRSIZE('cats_dress') > 0:''
if ARRSIZE('flamingos_outfits') > 0 or ARRSIZE('flamingos_dress') > 0:''
if ARRSIZE('coco_outfits') > 0 or ARRSIZE('coco_dress') > 0:''
if ARRSIZE('fashionista') > 0:''
if ARRSIZE('moncheri_gown') > 0 or ARRSIZE('moncheri_dress') > 0:''
if ARRSIZE('scandalicious_outfits') > 0 or ARRSIZE('scandalicious_dress') > 0:''
if ARRSIZE('fancy_burlesque') > 0:''
if ARRSIZE('eroto_dress') > 0 or ARRSIZE('eroto_outfits') > 0 or ARRSIZE('eroto_strip') > 0:''
if ARRSIZE('salacious_outfits') > 0 or ARRSIZE('salacious_dress') > 0:''
if ARRSIZE('dolls_outfits') > 0 or ARRSIZE('dolls_dress') > 0:''
if ARRSIZE('bomba_outfits') > 0 or ARRSIZE('bomba_dress') > 0:''
if ARRSIZE('danilovich') > 0:''
if ARRSIZE('loopmaterinstvo_dress') > 0:''
if ARRSIZE('loopmarket_outfits') > 0:'Clothing from the market'
if $ARGS[1] = 'gm':
$ward_list_store = $ARGS[1]
*clr & cla
'Wardrobe
'
''
'Regular G&M clothing'
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopgm_outfits
if gm_outfits[i] = 1:
gs 'clothing_attributes', 'gm_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if gm_outfits_s[i] = 0 and gm_outfits_h[i] > 0 and gm_outfits_b[i] >= (pcs_hips - 8) and gm_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if gm_outfits_s[i] = 0 and gm_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('gm_outfits'):jump 'loopgm_outfits'
*nl
i = 1
:loopgm_dress
if gm_dress[i] = 1:
gs 'clothing_attributes', 'gm_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if gm_dress_s[i] = 0 and gm_dress_h[i] > 0 and gm_dress_b[i] >= (pcs_hips - 8) and gm_dress_b[i] <= (pcs_hips + 8):*p ''
else
if gm_dress_s[i] = 0 and gm_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('gm_dress'):jump 'loopgm_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'gm_office':
$ward_list_store = $ARGS[1]
*clr & cla
'Wardrobe
'
''
'Office wear from G&M'
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
*nl
i = 1
:loopoffice
if gm_office[i] = 1:
gs 'clothing_attributes', 'gm_office', i
if CloInhibit <= pcs_inhib:
if gm_office_s[i] = 0 and gm_office_h[i] > 0 and gm_office_b[i] >= (pcs_hips - 8) and gm_office_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('gm_office'):jump 'loopoffice'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'gm_maid':
$ward_list_store = $ARGS[1]
*clr & cla
'Wardrobe
'
''
'Maid outfits from G&M'
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
*nl
i = 1
:loopgm_maid
if gm_maid[i] = 1:
gs 'clothing_attributes', 'gm_maid', i
if CloInhibit <= pcs_inhib:
if gm_maid_s[i] = 0 and gm_maid_h[i] > 0 and gm_maid_b[i] >= (pcs_hips - 8) and gm_maid_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('gm_maid'):jump 'loopgm_maid'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'gm_server':
$ward_list_store = $ARGS[1]
*clr & cla
'Wardrobe
'
''
'Server uniforms from G&M'
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
*nl
i = 1
:loopgm_server
if gm_server[i] = 1:
gs 'clothing_attributes', 'gm_server', i
if CloInhibit <= pcs_inhib:
if gm_server_s[i] = 0 and gm_server_h[i] > 0 and gm_server_b[i] >= (pcs_hips - 8) and gm_server_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('gm_server'):jump 'loopgm_server'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'gm_school':
$ward_list_store = $ARGS[1]
*clr & cla
'Wardrobe
'
''
'School uniforms'
*nl
''
*nl
'These are the school uniforms you own that are currently available for you to wear.
'
*nl
if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and gm_school_s[6] = 0:*p ''
i = 1
:loopschool
if gm_school[i] = 1:
gs 'clothing_attributes', 'gm_school', i
if CloInhibit <= pcs_inhib:
if gm_school_s[i] = 0 and gm_school_h[i] > 0 and gm_school_b[i] >= (pcs_hips - 8) and gm_school_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i = 6: i = 7
if i <= ARRSIZE('gm_school'):jump 'loopschool'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'kats':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopcats_outfits
if cats_outfits[i] = 1:
gs 'clothing_attributes', 'cats_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if cats_outfits_s[i] = 0 and cats_outfits_h[i] > 0 and cats_outfits_b[i] >= (pcs_hips - 8) and cats_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if cats_outfits_s[i] = 0 and cats_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('cats_outfits'):jump 'loopcats_outfits'
i = 1
:loopcats_dress
if cats_dress[i] = 1:
gs 'clothing_attributes', 'cats_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if cats_dress_s[i] = 0 and cats_dress_h[i] > 0 and cats_dress_b[i] >= (pcs_hips - 8) and cats_dress_b[i] <= (pcs_hips + 8):*p ''
else
if cats_dress_s[i] = 0 and cats_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('cats_dress'):jump 'loopcats_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'flamingos':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopflamingos_outfits
if flamingos_outfits[i] = 1:
gs 'clothing_attributes', 'flamingos_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if flamingos_outfits_s[i] = 0 and flamingos_outfits_h[i] > 0 and flamingos_outfits_b[i] >= (pcs_hips - 8) and flamingos_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if flamingos_outfits_s[i] = 0 and flamingos_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('flamingos_outfits'):jump 'loopflamingos_outfits'
i = 1
:loopflamingos_dress
if flamingos_dress[i] = 1:
gs 'clothing_attributes', 'flamingos_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if flamingos_dress_s[i] = 0 and flamingos_dress_h[i] > 0 and flamingos_dress_b[i] >= (pcs_hips - 8) and flamingos_dress_b[i] <= (pcs_hips + 8):*p ''
else
if flamingos_dress_s[i] = 0 and flamingos_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('flamingos_dress'):jump 'loopflamingos_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'coco':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopcoco_outfit
if coco_outfits[i] = 1:
gs 'clothing_attributes', 'coco_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if coco_outfits_s[i] = 0 and coco_outfits_h[i] > 0 and coco_outfits_b[i] >= (pcs_hips - 8) and coco_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if coco_outfits_s[i] = 0 and coco_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('coco_outfits'):jump 'loopcoco_outfit'
i = 1
:loopcoco_dress
if coco_dress[i] = 1:
gs 'clothing_attributes', 'coco_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if coco_dress_s[i] = 0 and coco_dress_h[i] > 0 and coco_dress_b[i] >= (pcs_hips - 8) and coco_dress_b[i] <= (pcs_hips + 8):*p ''
else
if coco_dress_s[i] = 0 and coco_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('coco_dress'):jump 'loopcoco_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'fashionista':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopfashionista
if fashionista[i] = 1:
gs 'clothing_attributes', 'fashionista', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if fashionista_s[i] = 0 and fashionista_h[i] > 0 and fashionista_b[i] >= (pcs_hips - 8) and fashionista_b[i] <= (pcs_hips + 8):*p ''
else
if fashionista_s[i] = 0 and fashionista_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('fashionista'):jump 'loopfashionista'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'moncheri':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopmoncheri_gown
if moncheri_gown[i] = 1:
gs 'clothing_attributes', 'moncheri_gown', i
if CloInhibit <= pcs_inhib:
if moncheri_gown_s[i] = 0 and moncheri_gown_h[i] > 0 and moncheri_gown_b[i] >= (pcs_hips - 8) and moncheri_gown_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('moncheri_gown'):jump 'loopmoncheri_gown'
i = 1
:loopmoncheri_dress
if moncheri_dress[i] = 1:
gs 'clothing_attributes', 'moncheri_dress', i
if CloInhibit <= pcs_inhib:
if moncheri_dress_s[i] = 0 and moncheri_dress_h[i] > 0 and moncheri_dress_b[i] >= (pcs_hips - 8) and moncheri_dress_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('moncheri_dress'):jump 'loopmoncheri_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'scandalicious':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopscandalicious_outfits
if scandalicious_outfits[i] = 1:
gs 'clothing_attributes', 'scandalicious_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if scandalicious_outfits_s[i] = 0 and scandalicious_outfits_h[i] > 0 and scandalicious_outfits_b[i] >= (pcs_hips - 8) and scandalicious_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if scandalicious_outfits_s[i] = 0 and scandalicious_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('scandalicious_outfits'):jump 'loopscandalicious_outfits'
i = 1
:loopscandalicious_dress
if scandalicious_dress[i] = 1:
gs 'clothing_attributes', 'scandalicious_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if scandalicious_dress_s[i] = 0 and scandalicious_dress_h[i] > 0 and scandalicious_dress_b[i] >= (pcs_hips - 8) and scandalicious_dress_b[i] <= (pcs_hips + 8):*p ''
else
if scandalicious_dress_s[i] = 0 and scandalicious_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('scandalicious_dress'):jump 'loopscandalicious_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'fancypancy':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopburlesque
if fancy_burlesque[i] = 1:
gs 'clothing_attributes', 'fancy_burlesque', i
if CloInhibit <= pcs_inhib:
if fancy_burlesque_s[i] = 0 and fancy_burlesque_h[i] > 0 and fancy_burlesque_b[i] >= (pcs_hips - 8) and fancy_burlesque_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('fancy_burlesque'):jump 'loopburlesque'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'sexshop':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:looperoto_dress
if eroto_dress[i] = 1:
gs 'clothing_attributes', 'eroto_dress', i
if CloInhibit <= pcs_inhib:
if eroto_dress_s[i] = 0 and eroto_dress_h[i] > 0 and eroto_dress_b[i] >= (pcs_hips - 8) and eroto_dress_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('eroto_dress'):jump 'looperoto_dress'
i = 1
:looperoto_outfits
if eroto_outfits[i] = 1:
gs 'clothing_attributes', 'eroto_outfits', i
if CloInhibit <= pcs_inhib:
if eroto_outfits_s[i] = 0 and eroto_outfits_h[i] > 0 and eroto_outfits_b[i] >= (pcs_hips - 8) and eroto_outfits_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('eroto_outfits'):jump 'looperoto_outfits'
i = 1
:looperoto_strip
if eroto_strip[i] = 1:
gs 'clothing_attributes', 'eroto_strip', i
if CloInhibit <= pcs_inhib:
if eroto_strip_s[i] = 0 and eroto_strip_h[i] > 0 and eroto_strip_b[i] >= (pcs_hips - 8) and eroto_strip_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('eroto_strip'):jump 'looperoto_strip'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'exhibitshop':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopsalacious_dress
if salacious_dress[i] = 1:
gs 'clothing_attributes', 'salacious_dress', i
if CloInhibit <= pcs_inhib:
if salacious_dress_s[i] = 0 and salacious_dress_h[i] > 0 and salacious_dress_b[i] >= (pcs_hips - 8) and salacious_dress_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('salacious_dress'):jump 'loopsalacious_dress'
i = 1
:loopsalacious_outfits
if salacious_outfits[i] = 1:
gs 'clothing_attributes', 'salacious_outfits', i
if CloInhibit <= pcs_inhib:
if salacious_outfits_s[i] = 0 and salacious_outfits_h[i] > 0 and salacious_outfits_b[i] >= (pcs_hips - 8) and salacious_outfits_b[i] <= (pcs_hips + 8):*p ''
end
end
i += 1
if i <= ARRSIZE('salacious_outfits'):jump 'loopsalacious_outfits'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'dolls':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopdolls_outfits
if dolls_outfits[i] = 1:
gs 'clothing_attributes', 'dolls_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if dolls_outfits_s[i] = 0 and dolls_outfits_h[i] > 0 and dolls_outfits_b[i] >= (pcs_hips - 8) and dolls_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if dolls_outfits_s[i] = 0 and dolls_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('dolls_outfits'):jump 'loopdolls_outfits'
i = 1
:loopdolls_dress
if dolls_dress[i] = 1:
gs 'clothing_attributes', 'dolls_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if dolls_dress_s[i] = 0 and dolls_dress_h[i] > 0 and dolls_dress_b[i] >= (pcs_hips - 8) and dolls_dress_b[i] <= (pcs_hips + 8):*p ''
else
if dolls_dress_s[i] = 0 and dolls_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('dolls_dress'):jump 'loopdolls_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'bomba':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopbomba_outfits
if bomba_outfits[i] = 1:
gs 'clothing_attributes', 'bomba_outfits', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if bomba_outfits_s[i] = 0 and bomba_outfits_h[i] > 0 and bomba_outfits_b[i] >= (pcs_hips - 8) and bomba_outfits_b[i] <= (pcs_hips + 8):*p ''
else
if bomba_outfits_s[i] = 0 and bomba_outfits_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('bomba_outfits'):jump 'loopbomba_outfits'
i = 1
:loopbomba_dress
if bomba_dress[i] = 1:
gs 'clothing_attributes', 'bomba_dress', i
if CloInhibit <= pcs_inhib:
if CloStyle ! 5:
if bomba_dress_s[i] = 0 and bomba_dress_h[i] > 0 and bomba_dress_b[i] >= (pcs_hips - 8) and bomba_dress_b[i] <= (pcs_hips + 8):*p ''
else
if bomba_dress_s[i] = 0 and bomba_dress_h[i] > 0:*p ''
end
end
end
i += 1
if i <= ARRSIZE('bomba_dress'):jump 'loopbomba_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'sports':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
''
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopdanilovich
if danilovich[i] = 1:
gs 'clothing_attributes', 'danilovich_outfits', i
if CloInhibit <= pcs_inhib:
if danilovich_s[i] = 0 and danilovich_h[i] > 0:*p ''
end
end
i += 1
if i <= ARRSIZE('danilovich'):jump 'loopdanilovich'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'market':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
'Clothing from the market'
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopmarket_outfits
if market_outfits[i] = 1:
gs 'clothing_attributes', 'market_outfits', i
if CloInhibit <= pcs_inhib:
if market_outfits_s[i] = 0 and market_outfits_h[i] > 0:*p ''
end
end
i += 1
if i <= ARRSIZE('market_outfits'):jump 'loopmarket_outfits'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $ARGS[1] = 'materinstvo':
*clr & cla
$ward_list_store = $ARGS[1]
'Wardrobe
'
'Clothing from Materinstvo'
*nl
''
*nl
'These are the clothes that are currently available for you to wear.
'
*nl
i = 1
:loopmaterinstvo_dress
if materinstvo_dress[i] = 1:
gs 'clothing_attributes', 'materinstvo_dress', i
if CloInhibit <= pcs_inhib:
if materinstvo_dress_s[i] = 0 and materinstvo_dress_h[i] > 0:*p ''
end
end
i += 1
if i <= ARRSIZE('materinstvo_dress'):jump 'loopmaterinstvo_dress'
act 'Return': killvar '$ward_list_store' & gt 'clothing_QV', 'list'
end
if $clothingworntype ! 'nude':
act 'Strip':gt 'clothing_QV', 'strip'
end
end
if $ARGS[0] = 'gym':
if $regularwornclothingtype = '':
$regularwornclothingtype = $clothingworntype
regularwornclothingnumber = clothingwornnumber
end
''
i = 1
:loopdanilovich2
if danilovich[i] = 1:
gs 'clothing_attributes', 'danilovich_outfits', i
if CloInhibit <= pcs_inhib:
if danilovich_s[i] = 0 and danilovich_h[i] > 0:*p ''
end
end
i += 1
if i <= ARRSIZE('danilovich'):jump 'loopdanilovich2'
act 'Return': gt $loc, $loc_arg
if $clothingworntype ! $regularwornclothingtype: gs 'clothing_QV', 'gym2'
if $clothingworntype ! 'nude':
act 'Strip':gt 'clothing_QV', 'strip'
end
end
if $ARGS[0] = 'gym2':
act 'Change back into your regular clothes':
$clothingworntype = $regularwornclothingtype
clothingwornnumber = regularwornclothingnumber
killvar '$regularwornclothingtype'
killvar 'regularwornclothingnumber'
gt 'clothing_QV', 'gym'
end
end
if $ARGS[0] = 'cloak':
i = 1
:loopcoat
if coat[i] = 1:
if coat_h[i] > 0:*p ''
end
i += 1
if i <= ARRSIZE('coat'):jump 'loopcoat'
end
if $ARGS[0] = 'strip':
if $pantyworntype ! 'none':
''
'You strip down to your panties.'
else
''
'You strip completely naked.'
end
gs 'clothing', 'strip'
act 'Choose something to wear':
if $regularwornclothingtype = '':
gt 'clothing_QV', 'list'
else
gt 'clothing_QV', 'gym'
end
end
act 'Leave': gt $loc, $loc_arg
end
if $ARGS[0] = 'change':
*clr
cla
$swimwear_description = ''
gs 'clothing_attributes', $ARGS[1], ARGS[2]
''
if $ARGS[1] = 'misc_outfits' and ARGS[2] = 1:
'A hessian sack the hunters gave you.'
else
$RESULT = FUNC('$short_description', $ARGS[1], CloStyle2)
$RESULT += '<>'
'<<$RESULT>>'
if $swimwear_description = '':
gs 'clothing_descriptions'
'<<$description>>'
else
$swimwear_description
end
end
if CloBimbo = 1 and cheatBimbo = 0:'This item is considered bimbo clothing.'
if CloStyle = 4:'This outfit can be used for prostitution.'
!!CloStyle2: 1 Maid, 2 Server, 3 Stripper, 4 School
if CloStyle2 = 1: 'This is a maid outfit.'
if CloStyle2 = 2: 'This outfit is a server uniform.'
if CloStyle2 = 3: 'This outfit is a stripper uniform, suitable for jobs that require one.'
if CloStyle2 = 4:
if CloInhibit <= 10:
'This uniform is very conservative. Only the nerds would approve of you wearing it.'
elseif CloSkirt < 5 and CloThinness < 5 and CloBra = 0:
if CloQuality = 4:
'This uniform complies with the regulations and is of good quality. It would certainly help you with your standing with the cool kids and jocks.'
else
'This uniform complies with the school regulations on skirt length. Nobody in school would be offended by you wearing it.'
end
elseif CloSkirt = 5 and CloThinness < 5 and CloBra = 0:
if CloQuality = 4:
'This uniform slightly breaches the school regulations on skirt length and is of good quality. Everybody apart from the nerds would approve of you wearing it.'
else
'This uniform slightly breaches the school regulations on skirt length. The gopnik would approve of you wearing it.'
end
else
'This uniform makes a mockery of the school uniform regulations. Everybody in school apart from the gopniks will think that you''re a slut.'
end
end
act 'Return':gt 'clothing_QV', 'list', '<<$ward_list_store>>'
if $clothingworntype = $ARGS[1] and clothingwornnumber = ARGS[2]:
'You are wearing this outfit.'
elseif CloInhibit > pcs_inhib:
'You don''t feel confident enough to wear an outfit this revealing.'
elseif ARRPOS('$CloLosTyp', $ARGS[1]) ! -1 and ARRPOS('CloLosNum',ARGS[2]) ! -1 :
'You lost these clothes somewhere, maybe you can find them again?.'
else
if CloInhibit > 10:
if CloInhibit + 10 > pcs_inhib: 'You find this outfit more revealing than you are completely comfortable with but that makes it quite exciting too.'
end
act 'Wear this outfit':
gs 'clothing', 'wear', $ARGS[1], ARGS[2]
if $regularwornclothingtype = '':
gt 'wardrobe', 'start'
else
gt 'clothing_QV', 'gym'
end
end
end
end
if $ARGS[0] = 'shop_header':
$Headerstring = 'Sort by quality '
if clothingfilter['quality'] = 0:
$Headerstring += 'High - Low | '
else
$Headerstring += 'Random'
end
$Headerstring += 'Prostitute clothing '
if clothingfilter_prost = 0:
$Headerstring += 'Included | '
else
$Headerstring += 'Excluded'
end
$Headerstring += 'Bimbo clothing '
if clothingfilter_bimbo = 0:
$Headerstring += 'Included | '
else
$Headerstring += 'Excluded'
end
$Headerstring += 'Neither Prostitute or Bimbo clothing '
if clothingfilter_norm = 0:
$Headerstring += 'Included | '
else
$Headerstring += 'Excluded'
end
$Headerstring += 'Clothing you don''t find risqué '
if clothingfilter_comf = 0:
$Headerstring += 'Included | '
else
$Headerstring += 'Excluded'
end
$Headerstring += 'Risqué clothing '
if clothingfilter_daring = 0:
$Headerstring += 'Included | '
else
$Headerstring += 'Excluded'
end
$Headerstring += 'Clothing too risqué for you '
if clothingfilter_too_daring = 0:
$Headerstring += 'Included | '
else
$Headerstring += 'Excluded'
end
''
end
if $ARGS[0] = 'shop_filter':
if (clothingfilter_comf = 0 and CloInhibit + 10 < pcs_inhib) or (clothingfilter_daring = 0 and CloInhibit + 10 >= pcs_inhib and CloInhibit <= pcs_inhib) or (clothingfilter_too_daring = 0 and CloInhibit > pcs_inhib):
clothingfilter_risk = 1
else
clothingfilter_risk = 0
end
if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0):
clothingfilter_pandb = 1
else
clothingfilter_pandb = 0
end
if clothingfilter_norm = 1 and CloStyle ! 4 and CloBimbo ! 1:
clothingfilter_norm2 = 0
else
clothingfilter_norm2 = 1
end
end
--- clothing_QV ---------------------------------