# outfit if $ARGS[0] = 'set_tags': if PCloStyle2 = 6 and PShoStyle2 = 2: PCloSport = 1 else PCloSport = 0 end gs 'prostitution_functions', 'work_clothes' !{ if PPanFun = 3 and (PBraFun = 3 or $braworntype = 'none') and $clothingworntype = 'nude': PCloSwimwear = 1 else PCloSwimwear = 0 end } end if $ARGS[0] = 'exposure_calc': CoverTop = (PCloCoverTop + PBraCover) - 4 if CoverTop < 0: CoverTop = 0 CoverBack = (PCloCoverBack + PPanCoverBack) - 4 if CoverBack < 0: CoverBack = 0 CoverFront = (PCloCoverFront + PPanCoverFront) - 4 if CoverFront < 0: CoverFront = 0 end --- outfit ----------------------------