|
@@ -295,7 +295,7 @@ if $args[0] = 'learning1':
|
|
|
newdress_loop = 0
|
|
|
!check if school uniform exist
|
|
|
:looptamaraschool
|
|
|
- newdress_id = rand(1, 80)
|
|
|
+ newdress_id = rand(1, 60)
|
|
|
newdress_loop += 1
|
|
|
if newdress_loop > 1000:
|
|
|
msg 'ERROR: formal cloth loop > 1000'
|
|
@@ -312,7 +312,7 @@ if $args[0] = 'learning1':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if newdress_id = 0 and newdress_loop <= 80:jump 'looptamaraschool'
|
|
|
+ if newdress_id = 0 and newdress_loop <= 60:jump 'looptamaraschool'
|
|
|
|
|
|
if newdress_id > 0:
|
|
|
'"I picked a real sexy outfit, it''s so sexy that the boys will spontaneously be cumming in their pants." you said smiling.'
|