I'm encountering a bug where hiding a choice works for me, and the text code is hidden along with the choice, but when the condition for hiding the choice is no longer true, the choice is displayed, but only the parentheses are removed from the text code for the choice.
For example:
A choice like this:
Continue Reading(([v[14]=0]))
will appear like:
Continue Readingv[14]=0
when variable 14 is not equal to zero. Obviously, I want it to just say "Continue Reading"
This bug happens no matter where I place the condition code in the text (front or back)