In
FemLitRiley
in the second event, when you are picking a submissive answer vs staying quiet, it seems like it is intended that if the latter option is chosen
set $Replace to 2
then the event repeats because
set $FemLitRiley to 1
.
If that's the case, there is an issue with the if statement leading into that
if $Replace gte 1
this will always be true, maybe
if $Replace gt 1
was intended instead?
With just that, it doesn't advance, so maybe it's
== 1
and
to 2
that needs to change?
Code:
<<if $Replace == 1>>
<span id="spaceAct"><<button [[Return|University Overhaul]]>>
<<set $FemLitRiley to 2>>
<</button>></span>
<</if>>
edit: still exists in 0.7.3b1
edit2: I'm adding code here if anyone wants to replace that section for themselves with my fix, the section to replace is right after this dialogue:
Alright, whatever... Just make sure you study.