|
@@ -475,7 +475,7 @@ $stat_bra_text = ''
|
|
if $clothingworntype ! 'nude':
|
|
if $clothingworntype ! 'nude':
|
|
if PCloThinness = 6 and $braworntype ! 'none':
|
|
if PCloThinness = 6 and $braworntype ! 'none':
|
|
$stat_bra_msg = 'Your bra is clearly showing through your transparent top.'
|
|
$stat_bra_msg = 'Your bra is clearly showing through your transparent top.'
|
|
- $stat_bra_text = '<BR><font color = #FF00FF><<$stat_bra_msg>></font>'
|
|
|
|
|
|
+ $stat_bra_text = '<BR><font color = #FF0000><<$stat_bra_msg>></font>'
|
|
elseif PCloThinness = 5 and $braworntype ! 'none':
|
|
elseif PCloThinness = 5 and $braworntype ! 'none':
|
|
if PCloDress = 1:
|
|
if PCloDress = 1:
|
|
$stat_bra_msg = 'The outline of your bra is visible through your dress.'
|
|
$stat_bra_msg = 'The outline of your bra is visible through your dress.'
|
|
@@ -529,13 +529,13 @@ if $clothingworntype ! 'nude':
|
|
end
|
|
end
|
|
if PCloCoverTop = 4:
|
|
if PCloCoverTop = 4:
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are completely exposed.'
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are completely exposed.'
|
|
- $stat_bra_text = '<BR><font color = #FF00FF><<$stat_bra_msg>></font>'
|
|
|
|
|
|
+ $stat_bra_text = '<BR><font color = #FF0000><<$stat_bra_msg>></font>'
|
|
elseif PCloCoverTop = 3:
|
|
elseif PCloCoverTop = 3:
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are clearly visible through your clothing.'
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are clearly visible through your clothing.'
|
|
- $stat_bra_text = '<BR><font color = #FF00FF><<$stat_bra_msg>></font>'
|
|
|
|
|
|
+ $stat_bra_text = '<BR><font color = #FF0000><<$stat_bra_msg>></font>'
|
|
elseif PCloCoverTop = 2:
|
|
elseif PCloCoverTop = 2:
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are visible through your clothing.'
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are visible through your clothing.'
|
|
- $stat_bra_text = '<BR><font color = #FF00FF><<$stat_bra_msg>></font>'
|
|
|
|
|
|
+ $stat_bra_text = '<BR><font color = #FF0000><<$stat_bra_msg>></font>'
|
|
elseif PCloCoverTop = 1:
|
|
elseif PCloCoverTop = 1:
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are barely visible through your clothing.'
|
|
$stat_bra_msg = 'Your <<$pcdesc_breasts>> breasts are barely visible through your clothing.'
|
|
$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
|
|
$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
|
|
@@ -550,24 +550,24 @@ if $clothingworntype ! 'nude':
|
|
if $pantyworntype ! 'none':
|
|
if $pantyworntype ! 'none':
|
|
if PCloSkirt = 6:
|
|
if PCloSkirt = 6:
|
|
$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
|
|
$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloSkirt = 5:
|
|
elseif PCloSkirt = 5:
|
|
if PCloDress = 1:
|
|
if PCloDress = 1:
|
|
$stat_panty_msg = 'Your dress is short and transparent so anyone can see your panties.'
|
|
$stat_panty_msg = 'Your dress is short and transparent so anyone can see your panties.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
else
|
|
else
|
|
$stat_panty_msg = 'Your skirt is short and transparent so anyone can see your panties.'
|
|
$stat_panty_msg = 'Your skirt is short and transparent so anyone can see your panties.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
end
|
|
end
|
|
elseif PCloDress = 1:
|
|
elseif PCloDress = 1:
|
|
$stat_panty_msg = 'Your panties are clearly showing through your transparent dress.'
|
|
$stat_panty_msg = 'Your panties are clearly showing through your transparent dress.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloSkirt > 0:
|
|
elseif PCloSkirt > 0:
|
|
$stat_panty_msg = 'Your panties are clearly showing through your transparent skirt.'
|
|
$stat_panty_msg = 'Your panties are clearly showing through your transparent skirt.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
else
|
|
else
|
|
$stat_panty_msg = 'Your panties are clearly showing through your transparent pants.'
|
|
$stat_panty_msg = 'Your panties are clearly showing through your transparent pants.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
elseif PCloThinness = 5:
|
|
elseif PCloThinness = 5:
|
|
@@ -575,18 +575,18 @@ if $clothingworntype ! 'nude':
|
|
if PCloSkirt = 6:
|
|
if PCloSkirt = 6:
|
|
if PCloDress = 1:
|
|
if PCloDress = 1:
|
|
$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
|
|
$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
else
|
|
else
|
|
$stat_panty_msg = 'Your skirt is so short that your panties clearly visible.'
|
|
$stat_panty_msg = 'Your skirt is so short that your panties clearly visible.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
end
|
|
end
|
|
elseif PCloSkirt = 5:
|
|
elseif PCloSkirt = 5:
|
|
if PCloDress = 1:
|
|
if PCloDress = 1:
|
|
$stat_panty_msg = 'The outline of your panties can be seen and often exposed by your short dress.'
|
|
$stat_panty_msg = 'The outline of your panties can be seen and often exposed by your short dress.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
else
|
|
else
|
|
$stat_panty_msg = 'The outline of your panties can be seen and often exposed by your short skirt.'
|
|
$stat_panty_msg = 'The outline of your panties can be seen and often exposed by your short skirt.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
end
|
|
end
|
|
elseif PCloDress = 1:
|
|
elseif PCloDress = 1:
|
|
$stat_panty_msg = 'The outline of your panties is visible through your dress.'
|
|
$stat_panty_msg = 'The outline of your panties is visible through your dress.'
|
|
@@ -597,7 +597,7 @@ if $clothingworntype ! 'nude':
|
|
else
|
|
else
|
|
if PCloPants = 6:
|
|
if PCloPants = 6:
|
|
$stat_panty_msg = 'Your short shorts expose your panties and are so thin the outline of the rest of your panties can be seen.'
|
|
$stat_panty_msg = 'Your short shorts expose your panties and are so thin the outline of the rest of your panties can be seen.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
else
|
|
else
|
|
$stat_panty_msg = 'The outline of your panties is visible through your pants.'
|
|
$stat_panty_msg = 'The outline of your panties is visible through your pants.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
@@ -606,16 +606,16 @@ if $clothingworntype ! 'nude':
|
|
end
|
|
end
|
|
elseif PCloSkirt = 6:
|
|
elseif PCloSkirt = 6:
|
|
$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
|
|
$stat_panty_msg = 'Your dress is so short that your panties clearly visible.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloSkirt = 5:
|
|
elseif PCloSkirt = 5:
|
|
$stat_panty_msg = 'Your dress is short and your panties can often be seen.'
|
|
$stat_panty_msg = 'Your dress is short and your panties can often be seen.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloSkirt = 4:
|
|
elseif PCloSkirt = 4:
|
|
$stat_panty_msg = 'Your dress is short enough that and your panties can be seen when you bend over.'
|
|
$stat_panty_msg = 'Your dress is short enough that and your panties can be seen when you bend over.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
elseif PCloPants = 6:
|
|
elseif PCloPants = 6:
|
|
$stat_panty_msg = 'Your short shorts expose your panties.'
|
|
$stat_panty_msg = 'Your short shorts expose your panties.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
end
|
|
end
|
|
|
|
|
|
if PCloPanties = 1:
|
|
if PCloPanties = 1:
|
|
@@ -624,7 +624,7 @@ if $clothingworntype ! 'nude':
|
|
elseif $pantyworntype = 'none':
|
|
elseif $pantyworntype = 'none':
|
|
if pcs_inhib < 30:
|
|
if pcs_inhib < 30:
|
|
$stat_panty_msg = 'You are not wearing panties.'
|
|
$stat_panty_msg = 'You are not wearing panties.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif pcs_inhib < 70:
|
|
elseif pcs_inhib < 70:
|
|
$stat_panty_msg = 'You are not wearing panties.'
|
|
$stat_panty_msg = 'You are not wearing panties.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
@@ -637,13 +637,13 @@ if $clothingworntype ! 'nude':
|
|
if PCloCoverBack = 4:
|
|
if PCloCoverBack = 4:
|
|
if PCloCoverFront = 4:
|
|
if PCloCoverFront = 4:
|
|
$stat_panty_msg = 'Your pussy and butt are completely exposed.'
|
|
$stat_panty_msg = 'Your pussy and butt are completely exposed.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 3:
|
|
elseif PCloCoverFront = 3:
|
|
$stat_panty_msg = 'Your pussy is clearly visible and your butt completely exposed through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is clearly visible and your butt completely exposed through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 2:
|
|
elseif PCloCoverFront = 2:
|
|
$stat_panty_msg = 'Your pussy is visible and your butt completely exposed through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is visible and your butt completely exposed through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 1:
|
|
elseif PCloCoverFront = 1:
|
|
$stat_panty_msg = 'Your pussy is barely visible and your butt completely exposed through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is barely visible and your butt completely exposed through your clothing.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
@@ -651,13 +651,13 @@ if $clothingworntype ! 'nude':
|
|
elseif PCloCoverBack = 3:
|
|
elseif PCloCoverBack = 3:
|
|
if PCloCoverFront = 4:
|
|
if PCloCoverFront = 4:
|
|
$stat_panty_msg = 'Your butt is clearly visible and your pussy completely exposed.'
|
|
$stat_panty_msg = 'Your butt is clearly visible and your pussy completely exposed.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 3:
|
|
elseif PCloCoverFront = 3:
|
|
$stat_panty_msg = 'Your pussy and your butt are clearly visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy and your butt are clearly visible through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 2:
|
|
elseif PCloCoverFront = 2:
|
|
$stat_panty_msg = 'Your pussy is visible and your butt clearly visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is visible and your butt clearly visible through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 1:
|
|
elseif PCloCoverFront = 1:
|
|
$stat_panty_msg = 'Your pussy is barely visible and your butt clearly visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is barely visible and your butt clearly visible through your clothing.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
@@ -665,13 +665,13 @@ if $clothingworntype ! 'nude':
|
|
elseif PCloCoverBack = 2:
|
|
elseif PCloCoverBack = 2:
|
|
if PCloCoverFront = 4:
|
|
if PCloCoverFront = 4:
|
|
$stat_panty_msg = 'Your butt is visible and your pussy completely exposed.'
|
|
$stat_panty_msg = 'Your butt is visible and your pussy completely exposed.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 3:
|
|
elseif PCloCoverFront = 3:
|
|
$stat_panty_msg = 'Your pussy is clearly visible and your butt visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is clearly visible and your butt visible through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 2:
|
|
elseif PCloCoverFront = 2:
|
|
$stat_panty_msg = 'Your pussy and butt are visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy and butt are visible through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 1:
|
|
elseif PCloCoverFront = 1:
|
|
$stat_panty_msg = 'Your pussy is barely visible and your butt visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is barely visible and your butt visible through your clothing.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
@@ -679,13 +679,13 @@ if $clothingworntype ! 'nude':
|
|
elseif PCloCoverBack = 1:
|
|
elseif PCloCoverBack = 1:
|
|
if PCloCoverFront = 4:
|
|
if PCloCoverFront = 4:
|
|
$stat_panty_msg = 'Your butt is barely visible and your pussy completely exposed.'
|
|
$stat_panty_msg = 'Your butt is barely visible and your pussy completely exposed.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 3:
|
|
elseif PCloCoverFront = 3:
|
|
$stat_panty_msg = 'Your pussy is clearly visible and your butt barely visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is clearly visible and your butt barely visible through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 2:
|
|
elseif PCloCoverFront = 2:
|
|
$stat_panty_msg = 'Your pussy is visible and your butt barely visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy is visible and your butt barely visible through your clothing.'
|
|
- $stat_panty_text = '<BR><font color = #FF00FF><<$stat_panty_msg>></font>'
|
|
|
|
|
|
+ $stat_panty_text = '<BR><font color = #FF0000><<$stat_panty_msg>></font>'
|
|
elseif PCloCoverFront = 1:
|
|
elseif PCloCoverFront = 1:
|
|
$stat_panty_msg = 'Your pussy and your butt are barely visible through your clothing.'
|
|
$stat_panty_msg = 'Your pussy and your butt are barely visible through your clothing.'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
$stat_panty_text = '<BR><font color = #0064FF><<$stat_panty_msg>></font>'
|
|
@@ -744,7 +744,7 @@ if $clothingworntype = 'nude':
|
|
$stat_clothes_tooltip = 'Being naked is far better than wearing clothes.'
|
|
$stat_clothes_tooltip = 'Being naked is far better than wearing clothes.'
|
|
$stat_clothes_msg = 'You are completely naked, which is far better than having to wear clothes.'
|
|
$stat_clothes_msg = 'You are completely naked, which is far better than having to wear clothes.'
|
|
else
|
|
else
|
|
- $stat_clothes_text = '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting, and you feel tingly inside.</font></b>'
|
|
|
|
|
|
+ $stat_clothes_text = '<BR><b><font color = #FF0000>You are completely naked. It''s exciting, and you feel tingly inside.</font></b>'
|
|
$stat_clothes_tooltip = 'It''s exciting to be naked.'
|
|
$stat_clothes_tooltip = 'It''s exciting to be naked.'
|
|
$stat_clothes_msg = 'You are completely naked. It''s exciting, and you feel tingly inside.'
|
|
$stat_clothes_msg = 'You are completely naked. It''s exciting, and you feel tingly inside.'
|
|
end
|
|
end
|