>'
'<<$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 CloSkirtShortness < 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 CloSkirtShortness = 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', 'clothing_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', 'main'
else
gt 'clothing_QV', 'gym'
end
end
end
end
if $ARGS[0] = 'filter_header':
!!Exclude filters
$Headerstring = ''
if clothingfilter['prost'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['stripper'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['bimbo'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['conservative'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['risque'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['loose'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
if $ARGS[1] ! 'store':
$Headerstring += ''
if clothingfilter['sport'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
end
$Headerstring += ''
if clothingfilter['school'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
if $ARGS[1] ! 'store':
$Headerstring += ''
if clothingfilter['maid'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['server'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
if $ward_list_file = 'clothing':
$Headerstring += ''
if clothingfilter['swim'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
end
end
!!sort by filters
$Headerstring += ''
if clothingfilter['number'] = 0:
clothingfilter['quality'] = 1 & clothingfilter['inhibition'] = 1
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['quality'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['inhibition'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
!! Show only filers
$Headerstring[1] = ''
if clothingfilter['prost_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['stripper_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['bimbo_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['conservative_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['risque_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['loose_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
if $ARGS[1] ! 'store':
$Headerstring[1] += ''
if clothingfilter['sport_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
end
$Headerstring[1] += ''
if clothingfilter['school_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
if $ARGS[1] ! 'store':
$Headerstring[1] += ''
if clothingfilter['maid_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['server_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
if $ward_list_file = 'clothing':
$Headerstring[1] += ''
if clothingfilter['swim_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
end
end
$Headerstring[2] = ' | | | '
if $ARGS[1] ! 'store':
$Headerstring[2] += ' | '
end
if $ward_list_file = 'clothing':
$Headerstring[2] += ' | '
end
$Headerstring[2] += 'Include | '
if $ARGS[1] ! 'store':
$Headerstring[2] += ' | | '
end
$Headerstring[2] += ' | | | | Sort by | | '
$Headerstring[3] = ' | | | '
if $ARGS[1] ! 'store':
$Headerstring[3] += ' | '
end
if $ward_list_file = 'clothing':
$Headerstring[3] += ' | '
end
$Headerstring[3] += 'Only show | '
'<<$Headerstring[2]>>'
'<<$Headerstring>>'
'<<$Headerstring[3]>>'
'<<$Headerstring[1]>>
'
end
if $ARGS[0] = 'clo_filter':
!!Exclude filters
clothingfilter['inc'] = 1
!!filters, if inc set to 0 they will not display
if clothingfilter['prost'] = 1 and CloStyle = 4:
clothingfilter['inc'] = 0
end
if clothingfilter['stripper'] = 1 and CloStyle2 = 3:
clothingfilter['inc'] = 0
end
if clothingfilter['bimbo'] = 1 and CloBimbo = 1:
clothingfilter['inc'] = 0
end
if clothingfilter['conservative'] = 1 and CloInhibit <= pcs_inhib - 10:
clothingfilter['inc'] = 0
end
if clothingfilter['risque'] = 1 and (CloInhibit > pcs_inhib - 10) and (CloInhibit <= pcs_inhib):
clothingfilter['inc'] = 0
end
if clothingfilter['loose'] = 1 and CloStyle = 5:
clothingfilter['inc'] = 0
end
if clothingfilter['school'] = 1 and CloStyle2 = 4:
clothingfilter['inc'] = 0
end
if clothingfilter['maid'] = 1 and CloStyle2 = 1:
clothingfilter['inc'] = 0
end
if clothingfilter['server'] = 1 and CloStyle2 = 2:
clothingfilter['inc'] = 0
end
!!only filters
clothingfilter['only'] = 0
!!filters, if only set to 1 they will only display those set
if clothingfilter['prost_only'] = 1 and CloStyle = 4:
clothingfilter['only'] += 1
end
if clothingfilter['stripper_only'] = 1 and CloStyle2 = 3:
clothingfilter['only'] += 1
end
if clothingfilter['bimbo_only'] = 1 and CloBimbo = 1:
clothingfilter['only'] += 1
end
if clothingfilter['conservative_only'] = 1 and CloInhibit <= pcs_inhib - 10:
clothingfilter['only'] += 1
end
if clothingfilter['risque_only'] = 1 and (CloInhibit > pcs_inhib - 10) and (CloInhibit <= pcs_inhib):
clothingfilter['only'] += 1
end
if clothingfilter['loose_only'] = 1 and CloStyle = 5:
clothingfilter['only'] += 1
end
if clothingfilter['school_only'] = 1 and CloStyle2 = 4:
clothingfilter['only'] += 1
end
if clothingfilter['maid_only'] = 1 and CloStyle2 = 1:
clothingfilter['only'] += 1
end
if clothingfilter['server_only'] = 1 and CloStyle2 = 2:
clothingfilter['only'] += 1
end
!!Check total count to make sure it fits all groups selected
if clothingfilter['only'] = clothingfilter['prost_only'] + clothingfilter['stripper_only'] + clothingfilter['bimbo_only'] + clothingfilter['conservative_only'] + clothingfilter['risque_only'] + clothingfilter['loose_only'] + clothingfilter['school_only'] + clothingfilter['maid_only'] + clothingfilter['server_only']:
clothingfilter['only'] = 1
else
clothingfilter['only'] = 0
end
end
if $ARGS[0] = 'shop_filter_header':
!! exclude filters
$Headerstring = ''
if clothingfilter['prost'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['stripper'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['bimbo'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['conservative'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['risque'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['too_risque'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['loose'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['school'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
!! sort by filters
$Headerstring += ''
if clothingfilter['number'] = 0:
clothingfilter['quality'] = 1 & clothingfilter['inhibition'] = 1
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['quality'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
$Headerstring += ''
if clothingfilter['inhibition'] = 0:
$Headerstring += ' | '
else
$Headerstring += ''
end
!! Show only filers
$Headerstring[1] = ''
if clothingfilter['prost_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['stripper_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['bimbo_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['conservative_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['risque_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['too_risque_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['loose_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[1] += ''
if clothingfilter['school_only'] = 0:
$Headerstring[1] += ' | '
else
$Headerstring[1] += ''
end
$Headerstring[2] = ' | | | Include | | | | | | Sort by | | '
$Headerstring[3] = ' | | | Only show | '
'<<$Headerstring[2]>>'
'<<$Headerstring>>'
'<<$Headerstring[3]>>'
'<<$Headerstring[1]>>
'
end
if $ARGS[0] = 'shop_filter':
!!Exclude filters
clothingfilter['inc'] = 1
!!filters, if inc set to 0 they will not display
if clothingfilter['prost'] = 1 and CloStyle = 4:
clothingfilter['inc'] = 0
end
if clothingfilter['stripper'] = 1 and CloStyle2 = 3:
clothingfilter['inc'] = 0
end
if clothingfilter['bimbo'] = 1 and CloBimbo = 1:
clothingfilter['inc'] = 0
end
if clothingfilter['conservative'] = 1 and CloInhibit <= pcs_inhib - 10:
clothingfilter['inc'] = 0
end
if clothingfilter['risque'] = 1 and (CloInhibit > pcs_inhib - 10) and (CloInhibit <= pcs_inhib):
clothingfilter['inc'] = 0
end
if clothingfilter['too_risque'] = 1 and CloInhibit > pcs_inhib:
clothingfilter['inc'] = 0
end
if clothingfilter['loose'] = 1 and CloStyle = 5:
clothingfilter['inc'] = 0
end
if clothingfilter['school'] = 1 and CloStyle2 = 4:
clothingfilter['inc'] = 0
end
!!only filters
clothingfilter['only'] = 0
!!filters, if only set to 1 they will only display those set
if clothingfilter['prost_only'] = 1 and CloStyle = 4:
clothingfilter['only'] += 1
end
if clothingfilter['stripper_only'] = 1 and CloStyle2 = 3:
clothingfilter['only'] += 1
end
if clothingfilter['bimbo_only'] = 1 and CloBimbo = 1:
clothingfilter['only'] += 1
end
if clothingfilter['conservative_only'] = 1 and CloInhibit <= pcs_inhib - 10:
clothingfilter['only'] += 1
end
if clothingfilter['risque_only'] = 1 and (CloInhibit > pcs_inhib - 10) and (CloInhibit <= pcs_inhib):
clothingfilter['only'] += 1
end
if clothingfilter['too_risque_only'] = 1 and CloInhibit > pcs_inhib:
clothingfilter['inc'] += 1
end
if clothingfilter['loose_only'] = 1 and CloStyle = 5:
clothingfilter['only'] += 1
end
if clothingfilter['school_only'] = 1 and CloStyle2 = 4:
clothingfilter['only'] += 1
end
!!Check total count to make sure it fits all groups selected
if clothingfilter['only'] = clothingfilter['prost_only'] + clothingfilter['stripper_only'] + clothingfilter['bimbo_only'] + clothingfilter['conservative_only'] + clothingfilter['risque_only'] + clothingfilter['too_risque_only'] + clothingfilter['loose_only'] + clothingfilter['school_only']:
clothingfilter['only'] = 1
else
clothingfilter['only'] = 0
end
end
--- clothing_QV ---------------------------------