123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- # panties
- !!gs 'panties', 'dispose'
- !!gs 'panties', 'remove'
- !!gs 'panties', 'wear'
- !!gs 'panties', 'linen'
- !!gs 'panties', 'fresh'
- if $ARGS[0] = 'dispose':
- if $pantyworntype = 'cheap':
- clrbelo -= 1
- else
- dynamic $pantyworntype + '_panties[<<lastwornpantynumber>>] = 0'
- end
- $lastwornpantytype = 'none'
- lastwornpantynumber = 0
- $pantyworntype = 'none'
- pantywornnumber = 0
- end
- if $ARGS[0] = 'remove':
- $lastwornpantytype = $pantyworntype
- lastwornpantynumber = pantywornnumber
- $pantyworntype = 'none'
- pantywornnumber = 0
- end
- if $ARGS[0] = 'wear':
- panty_none = 0
- $pantyworntype = $lastwornpantytype
- pantywornnumber = lastwornpantynumber
- end
- if $ARGS[0] = 'linen':
- panty_none = 0
- if $pantyworntype = 'cheap':
- dirtbelo += 1
- else
- dynamic $pantyworntype + '_pantiesC[<<lastwornpantynumber>>] = 1'
- end
- washingbelo = 1
- $lastwornpantytype = 'none'
- lastwornpantynumber = 0
- $pantyworntype = 'none'
- pantywornnumber = 0
- end
- if $ARGS[0] = 'fresh':
- if $ARGS[1] = '':
- $pantyworntype = 'cheap'
- pantywornnumber = rand(1,37)
- clrbelo -= 1
- else
- $pantyworntype = $ARGS[1]
- pantywornnumber = ARGS[2]
- end
- end
- if $ARGS[0] = 'view_panty_list':
- !! ARGS 0 - view_panty_list
- !! ARGS 1 - action type (clean, dirty, store)
- if $args[1] = 'clean':
- metka_panties = 0
- elseif $args[1] = 'dirty':
- metka_panties = 1
- else
- metka_panties = 2
- end
- act 'Back to dresser': gt 'underwear', 'dresser'
- act 'Leave':gt $loc, $metka
- '<center><table border=1><TH><a href="exec:gt ''panties'', ''view_panty_list'', ''clean''">Clean Panties</a></TH><TH><a href="exec:gt ''panties'', ''view_panty_list'', ''dirty''">Dirty Panties</a></TH><TH><a href="exec:gt ''panties'', ''view_panty_list'', ''store''">Panty Storage</a></TH><TH><a href="exec:gt ''bras'', ''view_bra_list'', ''clean''">Clean Bras</a></TH><TH><a href="exec:gt ''bras'', ''view_bra_list'', ''dirty''">Dirty Bras</a></TH><TH><a href="exec:gt ''bras'', ''view_bra_list'', ''store''">Bra Storage</a></TH></center>'
- if $pantyworntype ! 'none':act 'Remove panties':gs 'panties', 'linen' & gt 'panties', 'view_panty_list', $ARGS[1]
-
- if $ARGS[1] = 'store':
- cloc = 1
- end
- '<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
- i = 1
- :loopboutiquepanties
- if boutique_pantiesC[i] = metka_panties and boutique_panties[i] = 1:*p '<a href="exec:gt ''panties'', ''view_panty_item'', <<metka_panties>>, ''boutique'', <<i>>"><img src="images/pc/panties/boutique/<<i>>.jpg" height="300" /></a>'
- i += 1
- if i <= ARRSIZE('boutique_panties'):jump 'loopboutiquepanties'
- '<center><img src="images/locations/oldtown/exhibitshop/shop_name.png"></center>'
- i = 1
- :loopexhibitionistpanties
- if exhibitionist_pantiesC[i] = metka_panties and exhibitionist_panties[i] = 1:*p '<a href="exec:gt ''panties'', ''view_panty_item'', <<metka_panties>>, ''exhibitionist'', <<i>>"><img src="images/pc/panties/exhibitionist/<<i>>.jpg" height="300" /></a>'
- i += 1
- if i <= ARRSIZE('exhibitionist_panties'):jump 'loopexhibitionistpanties'
- '<center><img src="images/locations/city/citycenter/mall/fashionistat.png"></center>'
- i = 1
- :loopfashionistapanties
- if fashionista_pantiesC[i] = metka_panties and fashionista_panties[i] = 1:*p '<a href="exec:gt ''panties'', ''view_panty_item'', <<metka_panties>>, ''fashionista'', <<i>>"><img src="images/pc/panties/fashionista/<<i>>.jpg" height="300" /></a>'
- i += 1
- if i <= ARRSIZE('fashionista_panties'):jump 'loopfashionistapanties'
- '<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
- i = 1
- :loopkatspanties
- if kats_pantiesC[i] = metka_panties and kats_panties[i] = 1:*p '<a href="exec:gt ''panties'', ''view_panty_item'', <<metka_panties>>, ''kats'', <<i>>"><img src="images/pc/panties/kats/<<i>>.jpg" height="300" /></a>'
- i += 1
- if i <= ARRSIZE('kats_panties'):jump 'loopkatspanties'
- '<center><img src="images/locations/city/citycenter/sexshop/shop_name.png"></center>'
- i = 1
- :loopsexshoppanties
- if sexshop_pantiesC[i] = metka_panties and sexshop_panties[i] = 1:*p '<a href="exec:gt ''panties'', ''view_panty_item'', <<metka_panties>>, ''sexshop'', <<i>>"><img src="images/pc/panties/sexshop/<<i>>.jpg" height="300" /></a>'
- i += 1
- if i <= ARRSIZE('sexshop_panties'):jump 'loopsexshoppanties'
- end
- if $ARGS[0] = 'view_panty_item':
- !! ARGS 0 - view_panty_item
- !! ARGS 1 = action type (clean, dirty, store, shop)
- !! ARGS 2 - panty type
- !! ARGS 3 - panty index
- !! ARGS 4 - price for shop
- if $ARGS[1] = '':
- if metka_panties = 0:
- $ARGS[1] = 'clean'
- elseif metka_panties = 1:
- $ARGS[1] = 'dirty'
- elseif metka_panties = 2:
- $ARGS[1] = 'store'
- else
- $ARGS[1] = 'shop'
- end
- end
- cla
- '<center><img src="<<FUNC(''$panty_image'', $ARGS[2], ARGS[3])>>"></center>'
- !! gs 'panty_attributes', $ARGS[2], ARGS[3]
- !! $RESULT = FUNC('$short_description', $ARGS[2], CloStyle2)
- !! $RESULT += '<<ARGS[3]>>'
- !! '<<$RESULT>>'
- gs 'panties', 'descriptions', $ARGS[2]
- !! if PanExhibit + 10 > pcs_exhibition: 'You find these panties more revealing than you are completely comfortable with but that makes it quite exciting too.'
- if $ARGS[1] = 'shop':
- if dyneval('RESULT = <<$ARGS[2]>>_panties[<<ARGS[3]>>]') = 1:
- 'You already own this item.'
- act 'Leave': gt $loc, $metka
- else
- price = ARGS[4]
- 'Price: <<ARGS[4]>> <b>₽</b>'
- act 'Leave': gt $loc, $metka
- if PanExhibit > pcs_exhibition:
- 'You don''t feel confident enough to wear panties this revealing and can''t bring yourself to buy them.'
- elseif money >= price:
- act 'Buy':
- money -= price
- dynamic $ARGS[2] + '_panties[<<ARGS[3]>>] = 1'
- dynamic $ARGS[2] + '_pantiesC[<<ARGS[3]>>] = 0'
- gt $loc, $metka
- end
- else
- 'You cannot afford these panties.'
- end
- end
- elseif $ARGS[1] = 'clean':
- act 'Return':gt 'panties', 'view_panty_list', $ARGS[1]
-
- if $pantyworntype = $ARGS[2] and pantywornnumber = ARGS[3]:
- 'You are wearing these panties.'
- else
- if PanExhibit > pcs_exhibition:
- 'You don''t feel confident enough to wear these panties.'
- else
- act 'Wear':
- gs 'panties', 'fresh', $ARGS[2], ARGS[3]
- gt 'panties', 'view_panty_list', $ARGS[1]
- end
- end
-
- act 'Store them':
- dynamic $ARGS[2] + '_pantiesC[<<ARGS[3]>>] = 2'
-
- gt 'panties', 'view_panty_list', $ARGS[1]
- end
- end
- elseif $ARGS[1] = 'dirty':
- !! Included for possible future events involving the selling of used underwear
- 'These panties are dirty and waiting to be washed.'
- act 'Return':gt 'panties', 'view_panty_list', $ARGS[1]
- elseif $ARGS[1] = 'store':
- act 'Return':gt 'panties', 'view_panty_list', $ARGS[1]
- act 'Move back to wardrobe':
- dynamic $ARGS[2] + '_pantiesC[<<ARGS[3]>>] = 0'
- gt 'panties', 'view_panty_list', $ARGS[1]
- end
- end
- end
- if $ARGS[0] = 'descriptions':
- if $ARGS[1] = 'cheap':
- 'Cheap panties with no redeeming features.'
- elseif $ARGS[1] = 'boutique':
- 'These panties are so beautifully made that your posture and confidence is improved wearing them boosting your appearance even when fully clothed.'
- elseif $ARGS[1] = 'exhibitionist':
- 'These panties are so revealing that they are more exciting than not wearing any and you''ll always feel horny wearing them.'
- elseif $ARGS[1] = 'fashionista':
- 'These panties are well made improving your posture and confidence and slightly boosting your appearance even when fully clothed.'
- elseif $ARGS[1] = 'kats':
- 'These panties feel reassuring and wear them gives your mood a lift.'
- elseif $ARGS[1] = 'sexshop':
- 'Tacky and cheap these panties make you look like a hooker, this could be a bonus if working as one.'
- end
- end
- --- panties ---------------------------------
|