|
@@ -3,28 +3,26 @@
|
|
|
|
|
|
$description = ''
|
|
|
if $ARGS[0] = 'panties':
|
|
|
- if PanStyle = 1:
|
|
|
- $description += 'These'
|
|
|
- elseif PanStyle = 2:
|
|
|
- $description += 'These'
|
|
|
- elseif PanStyle = 1:
|
|
|
+ if PanType = 3 or PanType = 4:
|
|
|
$description += 'This'
|
|
|
+ else
|
|
|
+ $description += 'These'
|
|
|
end
|
|
|
|
|
|
if PanQuality = 1:
|
|
|
- $description = ' crappy quality'
|
|
|
+ $description += ' crappy quality'
|
|
|
elseif PanQuality = 2:
|
|
|
- $description = ' very low quality'
|
|
|
+ $description += ' very low quality'
|
|
|
elseif PanQuality = 3:
|
|
|
- $description = ' low quality'
|
|
|
+ $description += ' low quality'
|
|
|
elseif PanQuality = 4:
|
|
|
- $description = ' average quality'
|
|
|
+ $description += ' average quality'
|
|
|
elseif PanQuality = 5:
|
|
|
- $description = ' reasonable quality'
|
|
|
+ $description += ' reasonable quality'
|
|
|
elseif PanQuality = 6:
|
|
|
- $description = ' good quality'
|
|
|
+ $description += ' good quality'
|
|
|
elseif PanQuality = 7:
|
|
|
- $description = ' outstanding quality'
|
|
|
+ $description += ' outstanding quality'
|
|
|
end
|
|
|
|
|
|
if PanMaterial = 1:
|
|
@@ -37,50 +35,60 @@ if $ARGS[0] = 'panties':
|
|
|
$description += ', fishnet'
|
|
|
elseif PanMaterial = 5:
|
|
|
$description += ', vinyl'
|
|
|
- elseif BraMaterial = 7:
|
|
|
+ elseif BraMaterial = 6:
|
|
|
$description += ', lace'
|
|
|
end
|
|
|
|
|
|
- if PanStyle = 1:
|
|
|
- $description += ' panties are'
|
|
|
- elseif PanStyle = 2:
|
|
|
- $description += ' boy shorts are'
|
|
|
- elseif PanStyle = 3:
|
|
|
- $description += ' G-string is'
|
|
|
+ if PanType = 1:
|
|
|
+ $description += ' panties'
|
|
|
+ elseif PanType = 2:
|
|
|
+ $description += ' boy shorts'
|
|
|
+ elseif PanType = 3:
|
|
|
+ $description += ' G-string'
|
|
|
+ elseif PanType = 3:
|
|
|
+ $description += ' C-string'
|
|
|
+ elseif PanType = 3:
|
|
|
+ $description += ' French knickers'
|
|
|
end
|
|
|
|
|
|
- if PanThinness = 1:
|
|
|
- $description += ', transparent.'
|
|
|
- elseif PanThinness = 2:
|
|
|
- $description += ', semi-transparent.'
|
|
|
- elseif PanThinness = 3:
|
|
|
- $description += ', slightly transparent.'
|
|
|
- elseif PanThinness = 4:
|
|
|
- $description += ', thin.'
|
|
|
+ if PanType = 3 or PanType = 4:
|
|
|
+ $description += ' is '
|
|
|
+ else
|
|
|
+ $description += ' are '
|
|
|
+ end
|
|
|
+
|
|
|
+ if PanThinness = 6:
|
|
|
+ $description += 'transparent.'
|
|
|
elseif PanThinness = 5:
|
|
|
- $description += ' not particularly thick or thin.'
|
|
|
- elseif PanThinness = 6:
|
|
|
- $description += ', thick.'
|
|
|
+ $description += 'semi-transparent.'
|
|
|
+ elseif PanThinness = 4:
|
|
|
+ $description += 'slightly transparent.'
|
|
|
+ elseif PanThinness = 3:
|
|
|
+ $description += 'thin.'
|
|
|
+ elseif PanThinness = 2:
|
|
|
+ $description += 'not particularly thick or thin.'
|
|
|
+ elseif PanThinness = 1:
|
|
|
+ $description += 'thick.'
|
|
|
end
|
|
|
|
|
|
if PanCoverFront = 1:
|
|
|
- $description += 'Your pussy can just about be seen in the right light.'
|
|
|
+ $description += ' Your pussy can just about be seen in the right light.'
|
|
|
elseif PanCoverFront = 2:
|
|
|
- $description += 'Your pussy is partly visible.'
|
|
|
+ $description += ' Your pussy is partly visible.'
|
|
|
elseif PanCoverFront = 3:
|
|
|
- $description += 'Your pussy is clearly visible.'
|
|
|
+ $description += ' Your pussy is clearly visible.'
|
|
|
elseif PanCoverFront = 4:
|
|
|
- $description += 'Your pussy is not covered at all.'
|
|
|
+ $description += ' Your pussy is not covered at all.'
|
|
|
end
|
|
|
|
|
|
if PanCoverBack = 1:
|
|
|
- $description += 'Your butt can just about be seen in the right light.'
|
|
|
+ $description += ' Your butt can just about be seen in the right light.'
|
|
|
elseif PanCoverBack = 2:
|
|
|
- $description += 'Your butt is partly visible.'
|
|
|
+ $description += ' Your butt is partly visible.'
|
|
|
elseif PanCoverBack = 3:
|
|
|
- $description += 'Your butt is clearly visible.'
|
|
|
+ $description += ' Your butt is clearly visible.'
|
|
|
elseif PanCoverBack = 4:
|
|
|
- $description += 'Your butt is not covered at all.'
|
|
|
+ $description += ' Your butt is not covered at all.'
|
|
|
end
|
|
|
|
|
|
|
|
@@ -129,32 +137,38 @@ elseif $ARGS[0] = 'bras':
|
|
|
$description += ' sports'
|
|
|
elseif BraType = 7:
|
|
|
$description += ' shelf'
|
|
|
+ elseif BraType = 8:
|
|
|
+ $description += ' open'
|
|
|
+ elseif BraType = 9:
|
|
|
+ $description += ' under wire'
|
|
|
+ elseif BraType = 10:
|
|
|
+ $description += ' bikini'
|
|
|
end
|
|
|
|
|
|
- $description += ' bra is'
|
|
|
+ $description += ' bra is '
|
|
|
|
|
|
- if BraThinness = 1:
|
|
|
- $description += ', transparent.'
|
|
|
- elseif BraThinness = 2:
|
|
|
- $description += ', semi-transparent.'
|
|
|
- elseif BraThinness = 3:
|
|
|
- $description += ', slightly transparent.'
|
|
|
- elseif BraThinness = 4:
|
|
|
- $description += ', thin.'
|
|
|
+ if BraThinness = 6:
|
|
|
+ $description += 'transparent.'
|
|
|
elseif BraThinness = 5:
|
|
|
- $description += ' not particularly thick or thin.'
|
|
|
- elseif BraThinness = 6:
|
|
|
- $description += ', thick.'
|
|
|
+ $description += 'semi-transparent.'
|
|
|
+ elseif BraThinness = 4:
|
|
|
+ $description += 'slightly transparent.'
|
|
|
+ elseif BraThinness = 3:
|
|
|
+ $description += 'thin.'
|
|
|
+ elseif BraThinness = 2:
|
|
|
+ $description += 'not particularly thick or thin.'
|
|
|
+ elseif BraThinness = 1:
|
|
|
+ $description += 'thick.'
|
|
|
end
|
|
|
|
|
|
if BraCover = 1:
|
|
|
- $description += 'Your breasts can just about be seen in the right light.'
|
|
|
+ $description += ' Your breasts can just about be seen in the right light.'
|
|
|
elseif BraCover = 2:
|
|
|
- $description += 'Your breasts are partly visible.'
|
|
|
+ $description += ' Your breasts are partly visible.'
|
|
|
elseif BraCover = 3:
|
|
|
- $description += 'Your breasts are easily visible.'
|
|
|
+ $description += ' Your breasts are easily visible.'
|
|
|
elseif BraCover = 4:
|
|
|
- $description += 'Your breasts are not covered at all.'
|
|
|
+ $description += ' Your breasts are not covered at all.'
|
|
|
end
|
|
|
|
|
|
elseif $ARGS[0] = 'bodysuit':
|
|
@@ -207,23 +221,23 @@ elseif $ARGS[0] = 'bodysuit':
|
|
|
$description += ' romper'
|
|
|
end
|
|
|
|
|
|
- $description += ' bodysuit is'
|
|
|
+ $description += ' bodysuit is '
|
|
|
|
|
|
if BraThinness = 1:
|
|
|
- $description += ' transparent'
|
|
|
+ $description += 'transparent'
|
|
|
elseif BraThinness = 2:
|
|
|
- $description += ' semi-transparent'
|
|
|
+ $description += 'semi-transparent'
|
|
|
elseif BraThinness = 3:
|
|
|
- $description += ' slightly transparent'
|
|
|
+ $description += 'slightly transparent'
|
|
|
elseif BraThinness = 4:
|
|
|
- $description += ' thin'
|
|
|
+ $description += 'thin'
|
|
|
elseif BraThinness = 5:
|
|
|
- $description += ' not particularly thick or thin'
|
|
|
+ $description += 'not particularly thick or thin'
|
|
|
elseif BraThinness = 6:
|
|
|
- $description += ' thick'
|
|
|
+ $description += 'thick'
|
|
|
end
|
|
|
|
|
|
- $description += ' on top and'
|
|
|
+ $description += ' on top and '
|
|
|
|
|
|
if PanThinness = 1:
|
|
|
$description += ' transparent'
|
|
@@ -239,36 +253,36 @@ elseif $ARGS[0] = 'bodysuit':
|
|
|
$description += ' thick'
|
|
|
end
|
|
|
|
|
|
- $description += ' on the bottom. '
|
|
|
+ $description += ' on the bottom.'
|
|
|
|
|
|
if PanCoverFront = 1:
|
|
|
- $description += 'Your pussy can just about be seen in the right light. '
|
|
|
+ $description += ' Your pussy can just about be seen in the right light.'
|
|
|
elseif PanCoverFront = 2:
|
|
|
- $description += 'Your pussy is partly visible. '
|
|
|
+ $description += ' Your pussy is partly visible.'
|
|
|
elseif PanCoverFront = 3:
|
|
|
- $description += 'Your pussy is clearly visible. '
|
|
|
+ $description += ' Your pussy is clearly visible.'
|
|
|
elseif PanCoverFront = 4:
|
|
|
- $description += 'Your pussy is not covered at all. '
|
|
|
+ $description += ' Your pussy is not covered at all.'
|
|
|
end
|
|
|
|
|
|
if PanCoverBack = 1:
|
|
|
- $description += 'Your butt can just about be seen in the right light. '
|
|
|
+ $description += ' Your butt can just about be seen in the right light.'
|
|
|
elseif PanCoverBack = 1:
|
|
|
- $description += 'Your butt is partly visible. '
|
|
|
+ $description += ' Your butt is partly visible.'
|
|
|
elseif PanCoverBack = 1:
|
|
|
- $description += 'Your butt is clearly visible. '
|
|
|
+ $description += ' Your butt is clearly visible.'
|
|
|
elseif PanCoverBack = 1:
|
|
|
- $description += 'Your butt is not covered at all. '
|
|
|
+ $description += ' Your butt is not covered at all.'
|
|
|
end
|
|
|
|
|
|
if BraCover = 1:
|
|
|
- $description += 'Your breasts can just about be seen in the right light.'
|
|
|
+ $description += ' Your breasts can just about be seen in the right light.'
|
|
|
elseif BraCover = 2:
|
|
|
- $description += 'Your breasts are partly visible.'
|
|
|
+ $description += ' Your breasts are partly visible.'
|
|
|
elseif BraCover = 3:
|
|
|
- $description += 'Your breasts are easily visible.'
|
|
|
+ $description += ' Your breasts are easily visible.'
|
|
|
elseif BraCover = 4:
|
|
|
- $description += 'Your breasts are not covered at all.'
|
|
|
+ $description += ' Your breasts are not covered at all.'
|
|
|
end
|
|
|
end
|
|
|
|