# clothing_QV if $ARGS[0] = 'list': '
' if $clothingworntype ! 'nude': act 'Strip':gt 'clothing_QV', 'strip' end if tanga = 0 and clrbelo > 0: act 'Wear underwear': cla tanga = 1 clrbelo -= 1 gt $curloc, 'list' end elseif tanga = 1: act 'Take off your underwear': cla tanga = 0 dirtbelo += 1 gt $curloc, 'list' end end act 'Leave':gt $loc, $metka if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and schoolS[6] = 0:*p '' i = 1 :loopcheap gs 'clothing_attributes', 'cheap', i if CloExhibit <= pcs_exhibition: if CloStyle ! 5: if cheap[i] = 1 and cheapS[i] = 0 and cheapH[i] > 0 and cheapB[i] >= (pcs_hips - 8) and cheapB[i] <= (pcs_hips + 8):*p '' else if cheap[i] = 1 and cheapS[i] = 0 and cheapH[i] > 0:*p '' end end i += 1 if i <= 86:jump 'loopcheap' i = 1 :loopaverage gs 'clothing_attributes', 'average', i if CloExhibit <= pcs_exhibition: if CloStyle ! 5: if average[i] = 1 and averageS[i] = 0 and averageH[i] > 0 and averageB[i] >= (pcs_hips - 8) and averageB[i] <= (pcs_hips + 8):*p '' else if average[i] = 1 and averageS[i] = 0 and averageH[i] > 0:*p '' end end i += 1 if i <= 132:jump 'loopaverage' i = 1 :loopexpensive gs 'clothing_attributes', 'expensive', i if CloExhibit <= pcs_exhibition: if CloStyle ! 5: if expensive[i] = 1 and expensiveS[i] = 0 and expensiveH[i] > 0 and expensiveB[i] >= (pcs_hips - 8) and expensiveB[i] <= (pcs_hips + 8):*p '' else if expensive[i] = 1 and expensiveS[i] = 0 and expensiveH[i] > 0:*p '' end end i += 1 if i <= 150:jump 'loopexpensive' i = 1 :loopformal gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if formal[i] = 1 and formalS[i] = 0 and formalH[i] > 0 and formalB[i] >= (pcs_hips - 8) and formalB[i] <= (pcs_hips + 8):*p '' end i += 1 if i <= 33:jump 'loopformal' i = 1 :loopoffice gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if office[i] = 1 and officeS[i] = 0 and officeH[i] > 0 and officeB[i] >= (pcs_hips - 8) and officeB[i] <= (pcs_hips + 8):*p '' end i += 1 if i <= 44:jump 'loopoffice' i = 1 :loopschool gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if school[i] = 1 and schoolS[i] = 0 and schoolH[i] > 0 and schoolB[i] >= (pcs_hips - 8) and schoolB[i] <= (pcs_hips + 8):*p '' end i += 1 if i = 6: i = 7 if i <= 38:jump 'loopschool' i = 1 :loopexercise gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if exercise[i] = 1 and exerciseS[i] = 0 and exerciseH[i] > 0:*p '' end i += 1 if i <= 37:jump 'loopexercise' i = 1 :loopfetish gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if fetish[i] = 1 and fetishS[i] = 0 and fetishH[i] > 0 and fetishB[i] >= (pcs_hips - 8) and fetishB[i] <= (pcs_hips + 8):*p '' end i += 1 if i <= 54:jump 'loopfetish' i = 1 :loopexhibit gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if exhibit[i] = 1 and exhibitS[i] = 0 and exhibitH[i] > 0 and exhibitB[i] >= (pcs_hips - 8) and exhibitB[i] <= (pcs_hips + 8):*p '' end i += 1 if i <= 42:jump 'loopexhibit' i = 1 :loopuniform gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if uniform[i] = 1 and uniformS[i] = 0 and uniformH[i] > 0 and uniformB[i] >= (pcs_hips - 8) and uniformB[i] <= (pcs_hips + 8):*p '' end i += 1 if i <= 32:jump 'loopuniform' i = 1 :loopburlesque gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if burlesque[i] = 1 and burlesqueS[i] = 0 and burlesqueH[i] > 0 and burlesqueB[i] >= (pcs_hips - 8) and burlesqueB[i] <= (pcs_hips + 8):*p '' end i += 1 if i <= 22:jump 'loopburlesque' end if $ARGS[0] = 'cloak': i = 1 :loopcoat if coat[i] = 1 and coatH[i] > 0:*p '' i += 1 if i <= 12:jump 'loopcoat' end if $ARGS[0] = 'strip': if tanga = 1: '
' '
You strip down to your panties.
' else '
' '
You strip completely naked.
' end gs 'clothing', 'strip' act 'Choose something to wear':gt 'clothing_QV', 'list' act 'Leave':gt $loc, $metka end if $ARGS[0] = 'change': *clr cla '
' $RESULT = FUNC('$short_description', $ARGS[1]) $RESULT += '<>' '<<$RESULT>>' gs 'clothing_attributes', $ARGS[1], ARGS[2] if $ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear': gs 'clothing_descriptions' '<<$description>>' else FUNC('$clothing_name', $ARGS[1], ARGS[2]) end if CloBimbo = 1:'This item is considered bimbo clothing.' if PCloStyle = 4:'This outfit can be used for prostitution.' if $ARGS[1] = 'uniform': if CloStyle2 = 1: 'This outfit is considered to be a maid uniform.' else 'This outfit is a server uniform, suitable for jobs that require one.' end end if $ARGS[2] = 'school': if CloSkirtShortness < 5: 'This uniform complies with the school regulations on skirt length.' elseif CloSkirtShortness = 5: 'This uniform slightly breaches the school regulations on skirt length.' else 'This uniform makes a mockery of the school uniform regulations.' end end if $clothingworntype = $ARGS[1] and clothingwornnumber = ARGS[2]: 'You are wearing this outfit.' elseif CloExhibit > pcs_exhibition: '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 act 'Wear this outfit': gs 'clothing', 'wear', $ARGS[1], ARGS[2] dynamic $ARGS[1] + 'W[<>] = 1' gt $loc, $metka end end act 'Choose another outfit': gt 'clothing_QV', 'list' act 'Leave':gt $loc, $metka end --- clothing_QV ---------------------------------
Wardrobe StorageUnwantedPick something to wear