Yeh, there's an underscore missing in that line so it's trying to go to something that doesn't exist. If anyone wants to fix it themselves, open up the html file in notepad++ or visual studio code and run a search on "bella_generic_6lvl2". The full code block will be on line 55178
Code:
<<if $bella_house.friend >= 9>>
<br><br>
<span class="btn red"> <<link "We should take advantage of that time in the meantime...">>
<<goto "bella_generic_6lvl2">>
<</link>></span>
<<else>>
<br><br>
<h2 class="big4">
<p class="nobtn">We should take advantage of that time in the meantime...</p>
<br>
You need:
<br>
Trust with Bella (x9)
<br>
</h2>
<</if>></tw-passagedata><tw-passagedata pid="782" name="bella_generic_6_lvl2" tags="" position="12500,900" size="100,100"><<chica bella Bella "If I get distracted and the food burns, I will still make you eat it">>
Where it says "goto "bella_generic_6lvl2," just add a _ between 6 and lvl 2 so it looks like
<<goto "bella_generic_6_lvl2">>
and the scene will start running right.