Twine Version: Twine 2.3.9
Story Format: SugarCube 2.33.0
I’m getting the error “Error: child tag <> was found outside of a call to its parent macro <>” and the only two posts I’ve seen about it don’t seem immediately applicable to what I have. This is my first time making a twine game so please dont judge the actual writing beyond the code and such. I just want to know if theres something I’ve done wrong causing the error to happen. The relevant portion of the passage is
<<if $memory1 + $memory2 == 2>>
You take a deep breath, and think about ?her_ memories that you do know. While you can't be certain that you know the reasoning of someone who does not even know themselves why they are the way they are, you suspect that the neutrality that Caesar ostensibly had by not falling into any political party made them popular in certain online circles. To ''you'' it is unimaginable why people would devote themselves to an online billionaire who they have never met and who named their child <span class="boobs"> a very specific hex code that will 100% get them bullied in school if their parents don't let them change their name after they inevitably get a divorce after fighting on twitter dot com </span>. [[with this information in mind formulate a plan to accomplish your mission|the nuclear option]]
<<else>>
[[begin planning on how to execute your mission|the nuclear option]]
<</if>>
Any help would be appreciated, be it with the way I’ve chosen to do this or if I’ve missed a bracket somewhere.