|
@@ -52,6 +52,7 @@ if npc_pregtalk['A34'] = 0 and brother_pregreact <> 1 and ($ARGS[0] = 'start' or
|
|
|
gs 'brother', 'pregreact'
|
|
|
if brother_pregreact = 1: exit
|
|
|
end
|
|
|
+if npc_pregtalk['A34'] = 1: killvar 'brother_pregreact'
|
|
|
|
|
|
if $ARGS[0] = 'start':
|
|
|
menu_off = 1
|
|
@@ -1498,8 +1499,6 @@ if $ARGS[0] = 'brother_voyeur_ev8':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pregreact':
|
|
|
- killvar 'brother_pregreact'
|
|
|
- if npc_pregtalk['A34'] = 1: exit
|
|
|
if $loc = 'sitrPar':
|
|
|
if hour < 6: exit
|
|
|
if hour < 7 and brotherMorningSex ! daystart: exit
|