# bras !!gs 'bras', 'dispose' !!gs 'bras', 'remove' !!gs 'bras', 'wear' !!gs 'bras', 'linen' !!gs 'bras', 'fresh' if $ARGS[0] = 'dispose': if $braworntype = 'cheap': clrbra -= 1 else dynamic $braworntype + '_bras[<>] = 0' end $lastwornbratype = 'none' lastwornbranumber = 0 $braworntype = 'none' brawornnumber = 0 end if $ARGS[0] = 'remove': $lastwornbratype = $braworntype lastwornbranumber = brawornnumber $braworntype = 'none' brawornnumber = 0 !! $braworntype = 'none' end if $ARGS[0] = 'wear': bra_none = 0 $braworntype = $lastwornbratype brawornnumber = lastwornbranumber end if $ARGS[0] = 'linen': bra_none = 0 if $braworntype = 'cheap': dirtbra += 1 else dynamic $braworntype + '_brasC[<>] = 1' end washingbra = 1 $lastwornbratype = 'none' lastwornbranumber = 0 $braworntype = 'none' brawornnumber = 0 end if $ARGS[0] = 'fresh': if $ARGS[1] = '': $braworntype = 'cheap' brawornnumber = rand(1,19) clrbra -= 1 else $braworntype = $ARGS[1] brawornnumber = ARGS[2] end end if $ARGS[0] = 'view_bra_list': !! ARGS 0 - view_bra_list !! ARGS 1 - action type (clean, dirty, store) if $args[1] = 'clean': metka_bras = 0 elseif $args[1] = 'dirty': metka_bras = 1 else metka_bras = 2 end act 'Back to dresser': gt 'underwear', 'dresser' act 'Leave':gt $loc, $metka '
' if $braworntype ! 'none':act 'Remove bras':gs 'bras', 'linen' & gt 'bras', 'view_bra_list', $ARGS[1] if $ARGS[1] = 'store': cloc = 1 end '
' i = 1 :loopboutiquebras if boutique_brasC[i] = metka_bras and boutique_bras[i] = 1:*p '' i += 1 if i <= ARRSIZE('boutique_bras'):jump 'loopboutiquebras' '
' i = 1 :loopexhibitionistbras if exhibitionist_brasC[i] = metka_bras and exhibitionist_bras[i] = 1:*p '' i += 1 if i <= ARRSIZE('exhibitionist_bras'):jump 'loopexhibitionistbras' '
' i = 1 :loopfashionistabras if fashionista_brasC[i] = metka_bras and fashionista_bras[i] = 1:*p '' i += 1 if i <= ARRSIZE('fashionista_bras'):jump 'loopfashionistabras' '
' i = 1 :loopkatsbras if kats_brasC[i] = metka_bras and kats_bras[i] = 1:*p '' i += 1 if i <= ARRSIZE('kats_bras'):jump 'loopkatsbras' '
' i = 1 :loopsexshopbras if sexshop_brasC[i] = metka_bras and sexshop_bras[i] = 1:*p '' i += 1 if i <= ARRSIZE('sexshop_bras'):jump 'loopsexshopbras' end if $ARGS[0] = 'view_bra_item': !! ARGS 0 - view_bra_item !! ARGS 1 = action type (clean, dirty, store, shop) !! ARGS 2 - bra type !! ARGS 3 - bra index !! ARGS 4 - price for shop if $ARGS[1] = '': if metka_bras = 0: $ARGS[1] = 'clean' elseif metka_bras = 1: $ARGS[1] = 'dirty' elseif metka_bras = 2: $ARGS[1] = 'store' else $ARGS[1] = 'shop' end end cla '
' !! gs 'bra_attributes', $ARGS[2], ARGS[3] !! $RESULT = FUNC('$short_description', $ARGS[2], CloStyle2) !! $RESULT += '<>' !! '<<$RESULT>>' gs 'bras', 'descriptions', $ARGS[2] !! if PanExhibit + 10 > pcs_exhibition: 'You find this bra more revealing than you are completely comfortable with but that makes it quite exciting too.' if $ARGS[1] = 'shop': if dyneval('RESULT = <<$ARGS[2]>>_bras[<>]') = 1: 'You already own this item.' act 'Leave': gt $loc, $metka else price = ARGS[4] 'Price: <> ' act 'Leave': gt $loc, $metka if PanExhibit > pcs_exhibition: 'You don''t feel confident enough to a bra this revealing and can''t bring yourself to buy them.' elseif money >= price: act 'Buy': money -= price dynamic $ARGS[2] + '_bras[<>] = 1' dynamic $ARGS[2] + '_brasC[<>] = 0' gt $loc, $metka end else 'You cannot afford this bra.' end end elseif $ARGS[1] = 'clean': act 'Return':gt 'bras', 'view_bra_list', $ARGS[1] if $braworntype = $ARGS[2] and brawornnumber = ARGS[3]: 'You are wearing this bra.' else if PanExhibit > pcs_exhibition: 'You don''t feel confident enough to wear this bra.' else act 'Wear': gs 'bras', 'fresh', $ARGS[2], ARGS[3] gt 'bras', 'view_bra_list', $ARGS[1] end end act 'Store them': dynamic $ARGS[2] + '_brasC[<>] = 2' gt 'bras', 'view_bra_list', $ARGS[1] end end elseif $ARGS[1] = 'dirty': !! Included for possible future events involving the selling of used underwear 'This bra is dirty and waiting to be washed.' act 'Return':gt 'bras', 'view_bra_list', $ARGS[1] elseif $ARGS[1] = 'store': act 'Return':gt 'bras', 'view_bra_list', $ARGS[1] act 'Move back to wardrobe': dynamic $ARGS[2] + '_brasC[<>] = 0' gt 'bras', 'view_bra_list', $ARGS[1] end end end if $ARGS[0] = 'descriptions': if $ARGS[1] = 'cheap': 'Cheap bra with no redeeming features.' elseif $ARGS[1] = 'boutique': 'This bra is so beautifully made that your posture and confidence is improved wearing it boosting your appearance even when fully clothed.' elseif $ARGS[1] = 'exhibitionist': 'This bra is so revealing that it is more exciting than not wearing one and you''ll always feel horny wearing it.' elseif $ARGS[1] = 'fashionista': 'This bra is well made improving your posture and confidence and slightly boosting your appearance even when fully clothed.' elseif $ARGS[1] = 'kats': 'This bra feels reassuring and wear it gives your mood a lift.' elseif $ARGS[1] = 'sexshop': 'Tacky and cheap his bra makes you look like a hooker, this could be a bonus if working as one.' end end --- bras ---------------------------------
Clean PantiesDirty PantiesPanty StorageClean BrasDirty BrasBra Storage