|
@@ -114,7 +114,7 @@ if $ARGS[0] = '':
|
|
|
'<center><b><font color="maroon">Disco</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/dance.jpg"></center>'
|
|
|
if $pantyworntype = 'none' and PCloSkirt > 2:
|
|
|
- gs 'inhibition', 1
|
|
|
+ inhib_exp += 1
|
|
|
'You look around and smile, as no one knows you''re not wearing any panties. You feel a thrilling sensation rush through your body as you think about it.'
|
|
|
end
|
|
|
if pcs_danc <= 30:
|
|
@@ -136,7 +136,7 @@ if $ARGS[0] = '':
|
|
|
'<center><b><font color="maroon">Disco</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/tipsy_dance.jpg"></center>'
|
|
|
if $pantyworntype = 'none' and PCloSkirt > 2:
|
|
|
- gs 'inhibition', 1
|
|
|
+ inhib_exp += 1
|
|
|
'You look around and smile, as no one knows you''re not wearing any panties. You feel a thrilling sensation rush through your body as you think about it.'
|
|
|
end
|
|
|
if pcs_danc <= 30:
|
|
@@ -158,7 +158,7 @@ if $ARGS[0] = '':
|
|
|
'<center><b><font color="maroon">Disco</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/tipsy_dance.jpg"></center>'
|
|
|
if $pantyworntype = 'none' and PCloSkirt > 2:
|
|
|
- gs 'inhibition', 1
|
|
|
+ inhib_exp += 1
|
|
|
'You look around and smile, as no one knows you''re not wearing any panties. You feel a thrilling sensation rush through your body as you think about it.'
|
|
|
end
|
|
|
if pcs_danc <= 30:
|
|
@@ -180,7 +180,7 @@ if $ARGS[0] = '':
|
|
|
'<center><b><font color="maroon">Disco</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/drunk_dance.jpg"></center>'
|
|
|
if $pantyworntype = 'none' and PCloSkirt > 2:
|
|
|
- gs 'inhibition', 1
|
|
|
+ inhib_exp += 1
|
|
|
'You look around and smile, as no one knows you''re not wearing any panties. You feel a thrilling sensation rush through your body as you think about it.'
|
|
|
end
|
|
|
if pcs_danc <= 30:
|
|
@@ -212,7 +212,7 @@ if $ARGS[0] = '':
|
|
|
elseif alko < 10:
|
|
|
if $pantyworntype = 'none' and PCloSkirt > 2:
|
|
|
*clr & cla
|
|
|
- gs 'inhibition', 3
|
|
|
+ inhib_exp += 3
|
|
|
'<center><b><font color="maroon">Disco</font></b></center>'
|
|
|
'<center><video autoplay loop src="images/locations/pavlovsk/community/disco/very_drunk_dance.mp4"></video></center>'
|
|
|
if pcs_danc <= 30:
|