# budgetclothes !2022/03/12 if $ARGS[0] = 'start': killvar 'clothingfilter' $loc_arg = $ARGS[0] $loc = 'budgetclothes' $menu_loc = 'budgetclothes' $menu_arg = 'start' menu_off = 0 $location_type = 'event' '
Welcome to G & M - Clothes for all your needs
' '
> src="images/locations/city/citycenter/mall/gandm/shop.jpg"
' 'G&M is not fancy, it''s certainly not high fashion but it''s cheap and has specific work and school wear.' clr gs 'stat' gs 'themes', 'indoors' act 'Leave the store': cla $shoplocation = '' if torg = 1: minut += 3 gt 'torgcentr' else gt 'pav_industrial' end end act 'Visit clothing department': cla menu_off = 1 act 'Return':gt 'budgetclothes', 'start' act 'View clothing': minut += 5 gt 'budgetclothes', 'clothes' end act 'View dresses': minut += 5 gt 'budgetclothes', 'dresses' end act 'View office wear': minut += 5 gt 'budgetclothes', 'office' end act 'View maid outfits': minut += 5 gt 'budgetclothes', 'gm_maid' end act 'View server uniforms': minut += 5 gt 'budgetclothes', 'gm_server' end act 'View school uniforms': minut += 5 gt 'budgetclothes', 'school' end end act 'View regular shoes': minut += 5 gt 'budgetclothes', 'shoes' end act 'View panties': minut += 5 gt 'budgetclothes', 'panties' end act 'View bras': minut += 5 gt 'budgetclothes', 'bras' end act 'View purses': minut += 5 gt 'budgetclothes', 'purses' end act 'View coats': minut += 5 gt 'budgetclothes', 'coats' end end if $ARGS[0] = 'clothes': $loc_arg = 'clothes' $loc = 'budgetclothes' $menu_loc = 'budgetclothes' $menu_arg = 'clothes' menu_off = 0 *clr & cla gs'stat' '
Viewing G&M outfits
' *nl gs 'clothing_QV', 'shop_filter_header' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end !!To filter just this set clo_i = 0 :loopgm_outfits_filter if Clothingstock - 16 > 0: i = 1 elseif Clothingstock - 8 > 0: i = 2 else i = 3 end :loopgm_outfits if gm_outfits[i] = 0: gs 'clothing_attributes', 'gm_outfits', i gs 'clothing_QV', 'shop_filter' !!sort by filter if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0: if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '' end end i += 3 if i <= 200:jump 'loopgm_outfits' clo_i += 1 if clothingfilter['quality'] = 0 and clo_i <= 7: jump 'loopgm_outfits_filter' elseif clothingfilter['inhibition'] = 0 and clo_i <= 40: jump 'loopgm_outfits_filter' end end if $ARGS[0] = 'gm_outfits': cla menu_off = 1 if gm_outfits[i] ! 0: msg 'You already own these clothes.' gt 'budgetclothes', 'clothes' end gt 'clothing', 'view_clothing_item', 'gm_outfits',i, 1000, 'shop' end if $ARGS[0] = 'dresses': $loc_arg = 'dresses' $loc = 'budgetclothes' $menu_loc = 'budgetclothes' $menu_arg = 'dresses' menu_off = 0 *clr & cla gs'stat' '
Viewing G&M dresses
' *nl gs 'clothing_QV', 'shop_filter_header' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end !!To filter just this set clo_i = 0 :loopgm_dress_filter if Clothingstock > 17: i = 1 elseif Clothingstock > 11: i = 2 elseif Clothingstock > 5: i = 3 else i = 4 end :loopgm_dress if gm_dress[i] = 0: gs 'clothing_attributes', 'gm_dress', i gs 'clothing_QV', 'shop_filter' !!sort by filter if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0: if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '' end end i += 3 if i <= 300:jump 'loopgm_dress' clo_i += 1 if clothingfilter['quality'] = 0 and clo_i <= 7: jump 'loopgm_dress_filter' elseif clothingfilter['inhibition'] = 0 and clo_i <= 40: jump 'loopgm_dress_filter' end end if $ARGS[0] = 'gm_dress': cla menu_off = 1 if gm_dress[i] ! 0: msg 'You already own this dress.' gt 'budgetclothes', 'dresses' end gt 'clothing', 'view_clothing_item', 'gm_dress',i, 1000, 'shop' end if $ARGS[0] = 'office': $menu_loc = 'budgetclothes' $menu_arg = 'office' menu_off = 0 $loc_arg = $ARGS[0] $loc = 'budgetclothes' *clr & cla gs'stat' '
Viewing G&M office clothing
' *nl gs 'clothing_QV', 'shop_filter_header' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end !!To filter just this set clo_i = 0 :loopoffice_filter i = 1 :loopoffice if gm_office[i] = 0: gs 'clothing_attributes', 'gm_office', i gs 'clothing_QV', 'shop_filter' !!sort by filter if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0: if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '' end end i += 1 if i <= 40:jump 'loopoffice' clo_i += 1 if clothingfilter['quality'] = 0 and clo_i <= 7: jump 'loopoffice_filter' elseif clothingfilter['inhibition'] = 0 and clo_i <= 40: jump 'loopoffice_filter' end end if $ARGS[0] = 'officeclo': cla menu_off = 1 if gm_office[i] ! 0: msg 'You already own these clothes.' gt 'budgetclothes', 'office' end gt 'clothing', 'view_clothing_item', 'gm_office',i, 2000, 'shop' end if $ARGS[0] = 'gm_maid': $menu_loc = 'budgetclothes' $menu_arg = 'gm_maid' menu_off = 0 $loc_arg = $ARGS[0] $loc = 'budgetclothes' *clr & cla gs'stat' '
Viewing G&M maid outfits
' *nl gs 'clothing_QV', 'shop_filter_header' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end !!To filter just this set clo_i = 0 :loopgm_maid_filter if Clothingstock > 11: i = 1 else i = 2 end :loopgm_maid if gm_maid[i] = 0: gs 'clothing_attributes', 'gm_maid', i gs 'clothing_QV', 'shop_filter' !!sort by filter if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0: if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '' end end i += 2 if i <= 40:jump 'loopgm_maid' clo_i += 1 if clothingfilter['quality'] = 0 and clo_i <= 7: jump 'loopgm_maid_filter' elseif clothingfilter['inhibition'] = 0 and clo_i <= 40: jump 'loopgm_maid_filter' end end if $ARGS[0] = 'gm_maidclo': gt 'clothing', 'view_clothing_item', 'gm_maid',i, 2000, 'shop' if $ARGS[0] = 'gm_server': $menu_loc = 'budgetclothes' $menu_arg = 'gm_server' menu_off = 0 $loc_arg = $ARGS[0] $loc = 'budgetclothes' *clr & cla gs'stat' '
Viewing G&M server uniforms
' *nl gs 'clothing_QV', 'shop_filter_header' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end !!To filter just this set clo_i = 0 :loopgm_server_filter if Clothingstock > 11: i = 1 else i = 2 end :loopgm_server if gm_server[i] = 0: gs 'clothing_attributes', 'gm_server', i gs 'clothing_QV', 'shop_filter' !!sort by filter if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0: if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '' end end i += 2 if i <= 30:jump 'loopgm_server' clo_i += 1 if clothingfilter['quality'] = 0 and clo_i <= 7: jump 'loopgm_server_filter' elseif clothingfilter['inhibition'] = 0 and clo_i <= 40: jump 'loopgm_server_filter' end end if $ARGS[0] = 'gm_serverclo': gt 'clothing', 'view_clothing_item', 'gm_server', i, 2000, 'shop' if $ARGS[0] = 'school': $menu_loc = 'budgetclothes' $menu_arg = 'school' menu_off = 0 $loc_arg = $ARGS[0] $loc = 'budgetclothes' *clr & cla gs'stat' '
Viewing G&M school uniforms
' *nl gs 'clothing_QV', 'shop_filter_header' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end !!To filter just this set clo_i = 0 :loopgm_school_filter if Clothingstock > 15: i = 1 elseif Clothingstock > 7: i = 2 else i = 3 end :loopschool if gm_school[i] = 0: gs 'clothing_attributes', 'gm_school', i gs 'clothing_QV', 'shop_filter' !!sort by filter if (clothingfilter['quality'] = 0 and CloQuality = clo_i) or (clothingfilter['inhibition'] = 0 and CloInhibit = clo_i) or clothingfilter['number'] = 0: if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1: *p '' end end i += 3 if i = 6:i = 9 if i <= 60:jump 'loopschool' clo_i += 1 if clothingfilter['quality'] = 0 and clo_i <= 7: jump 'loopgm_school_filter' elseif clothingfilter['inhibition'] = 0 and clo_i <= 40: jump 'loopgm_school_filter' end end if $ARGS[0] = 'schoolclo': cla menu_off = 1 if gm_school[i] ! 0: msg 'You already own these clothes.' gt 'budgetclothes', 'school' end gt 'clothing', 'view_clothing_item', 'gm_school',i, 1500, 'shop' end if $ARGS[0] = 'shoes': $loc_arg = 'shoes' $loc = 'budgetclothes' $menu_loc = 'budgetclothes' $menu_arg = 'shoes' menu_off = 0 *clr & cla gs'stat' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end i = 1 :loopgm_shoes if gm_shoe[i] = 0:*p '' i += 1 if i <= 30:jump 'loopgm_shoes' end if $ARGS[0] = 'budget_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'gm',i, 700 if $ARGS[0] = 'coats': $menu_loc = 'budgetclothes' $menu_arg = 'coats' menu_off = 0 $loc_arg = 'coats' $loc = 'budgetclothes' *clr & cla gs'stat' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end i = 1 :loopcoats if gm_coats[i] = 0:*p '' i += 1 if i <= 20:jump 'loopcoats' end if $ARGS[0] = 'coats2': gt 'coats', 'view_coat_item', 'shop', 'gm',i, 1500 if $ARGS[0] = 'purses': $menu_loc = 'budgetclothes' $menu_arg = 'purses' menu_off = 0 $loc_arg = 'purses' $loc = 'budgetclothes' *clr & cla gs'stat' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end i = 1 :looppurses if gm_purses[i] = 0:*p '' i += 1 if i <= 20:jump 'looppurses' end if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'gm',i, 1500 if $ARGS[0] = 'panties': $loc_arg = 'panties' $loc = 'budgetclothes' $menu_loc = 'budgetclothes' $menu_arg = 'panties' menu_off = 0 *clr & cla gs'stat' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end i = 1 :looppanties if cheap_panties[i] = 0:*p '' i += 1 if i = 7: i = 8 if i = 9: i = 10 if i = 21: i = 22 if i = 37: i = 38 if i <= 37:jump 'looppanties' end if $ARGS[0] = 'bras': $menu_loc = 'budgetclothes' $menu_arg = 'bras' menu_off = 0 $loc_arg = 'bras' $loc = 'budgetclothes' *clr & cla gs'stat' act 'Return': cla minut += 1 gt 'budgetclothes', 'start' end i = 1 :loopbras if cheap_bras[i] = 0:*p '' i += 1 if i = 11: i = 13 if i = 16: i = 17 if i = 18: i = 19 if i <= 19:jump 'loopbras' end --- budgetclothes ---------------------------------