# clothing_QV if $ARGS[0] = 'list': '
Wardrobe | Storage | Unwanted | Pick something to wear | ' dirtyclothes = 0 swamp_clothes = 0 if $clothingworntype ! 'nude': act 'Strip':gt 'clothing_QV', 'strip' end dynamic $wearpan dynamic $removepan act 'Leave':gt $loc, $metka if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and schoolS[6] = 0:*p '' i = 1 :loopcheap if cheap[i] = 1: gs 'clothing_attributes', 'cheap', i if CloExhibit <= pcs_exhibition: if CloStyle ! 5: if cheapS[i] = 0 and cheapH[i] > 0 and cheapB[i] >= (pcs_hips - 8) and cheapB[i] <= (pcs_hips + 8):*p '' else if cheapS[i] = 0 and cheapH[i] > 0:*p '' end end end i += 1 if i <= ARRSIZE('cheap'):jump 'loopcheap' i = 1 :loopaverage if average[i] = 1: gs 'clothing_attributes', 'average', i if CloExhibit <= pcs_exhibition: if CloStyle ! 5: if averageS[i] = 0 and averageH[i] > 0 and averageB[i] >= (pcs_hips - 8) and averageB[i] <= (pcs_hips + 8):*p '' else if averageS[i] = 0 and averageH[i] > 0:*p '' end end end i += 1 if i <= ARRSIZE('average'):jump 'loopaverage' i = 1 :loopexpensive if expensive[i] = 1: gs 'clothing_attributes', 'expensive', i if CloExhibit <= pcs_exhibition: if CloStyle ! 5: if expensiveS[i] = 0 and expensiveH[i] > 0 and expensiveB[i] >= (pcs_hips - 8) and expensiveB[i] <= (pcs_hips + 8):*p '' else if expensiveS[i] = 0 and expensiveH[i] > 0:*p '' end end end i += 1 if i <= ARRSIZE('expensive'):jump 'loopexpensive' i = 1 :loopformal if formal[i] = 1: gs 'clothing_attributes', 'formal', i if CloExhibit <= pcs_exhibition: if formalS[i] = 0 and formalH[i] > 0 and formalB[i] >= (pcs_hips - 8) and formalB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('formal'):jump 'loopformal' i = 1 :loopoffice if office[i] = 1: gs 'clothing_attributes', 'office', i if CloExhibit <= pcs_exhibition: if officeS[i] = 0 and officeH[i] > 0 and officeB[i] >= (pcs_hips - 8) and officeB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('office'):jump 'loopoffice' i = 1 :loopschool if school[i] = 1: gs 'clothing_attributes', 'school', i if CloExhibit <= pcs_exhibition: if schoolS[i] = 0 and schoolH[i] > 0 and schoolB[i] >= (pcs_hips - 8) and schoolB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i = 6: i = 7 if i <= ARRSIZE('school'):jump 'loopschool' i = 1 :loopexercise if exercise[i] = 1: gs 'clothing_attributes', 'exercise', i if CloExhibit <= pcs_exhibition: if exerciseS[i] = 0 and exerciseH[i] > 0:*p '' end end i += 1 if i <= ARRSIZE('exercise'):jump 'loopexercise' i = 1 :loopfetish if fetish[i] = 1: gs 'clothing_attributes', 'fetish', i if CloExhibit <= pcs_exhibition: if fetishS[i] = 0 and fetishH[i] > 0 and fetishB[i] >= (pcs_hips - 8) and fetishB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('fetish'):jump 'loopfetish' i = 1 :loopexhibit if exhibit[i] = 1: gs 'clothing_attributes', 'exhibit', i if CloExhibit <= pcs_exhibition: if exhibitS[i] = 0 and exhibitH[i] > 0 and exhibitB[i] >= (pcs_hips - 8) and exhibitB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('exhibit'):jump 'loopexhibit' i = 1 :loopuniform if uniform[i] = 1: gs 'clothing_attributes', 'uniform', i if CloExhibit <= pcs_exhibition: if uniformS[i] = 0 and uniformH[i] > 0 and uniformB[i] >= (pcs_hips - 8) and uniformB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('uniform'):jump 'loopuniform' i = 1 :loopburlesque if burlesque[i] = 1: gs 'clothing_attributes', 'burlesque', i if CloExhibit <= pcs_exhibition: if burlesqueS[i] = 0 and burlesqueH[i] > 0 and burlesqueB[i] >= (pcs_hips - 8) and burlesqueB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('burlesque'):jump 'loopburlesque' i = 1 :loopalternative if alternative[i] = 1: gs 'clothing_attributes', 'alternative', i if CloExhibit <= pcs_exhibition: if alternativeS[i] = 0 and alternativeH[i] > 0 and alternativeB[i] >= (pcs_hips - 8) and alternativeB[i] <= (pcs_hips + 8):*p '' end end i += 1 if i <= ARRSIZE('alternative'):jump 'loopalternative' end if $ARGS[0] = 'cloak': i = 1 :loopcoat if coat[i] = 1: if coatH[i] > 0:*p '' end i += 1 if i <= ARRSIZE('coat'):jump 'loopcoat' end if $ARGS[0] = 'strip': if $pantyworntype ! 'none': '
---|