|
@@ -544,10 +544,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'undress':
|
|
|
cla & *clr
|
|
|
- if CloDress = 1:sex_ev['CloDress'] = 1
|
|
|
- if $clothingworntype ! 'nude':gs 'clothing', 'strip'
|
|
|
- if $braworntype ! 'none':gs 'bras', 'remove'
|
|
|
- if $pantyworntype ! 'none':gs 'panties', 'remove'
|
|
|
+ gs 'sex_ev_start', 'undress_function'
|
|
|
gs 'arousal', 'foreplay', 2
|
|
|
gs 'arousal', 'foreplay_give', -2
|
|
|
gs'stat'
|
|
@@ -556,6 +553,14 @@ if $ARGS[0] = 'undress':
|
|
|
gs 'sex_ev_start', 'bed_start'
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'undress_function':
|
|
|
+ if CloDress = 1:sex_ev['CloDress'] = 1
|
|
|
+ if CloStyle2 = 4: npc_know_schoolgirl[$boy] = 1
|
|
|
+ if $clothingworntype ! 'nude':gs 'clothing', 'strip'
|
|
|
+ if $braworntype ! 'none':gs 'bras', 'remove'
|
|
|
+ if $pantyworntype ! 'none':gs 'panties', 'remove'
|
|
|
+end
|
|
|
+
|
|
|
if $ARGS[0] = 'bed_start':
|
|
|
!! $sex_ev['bed_room']
|
|
|
if rand(0,1) = 1:
|