Thank you for your reply!!
On one of the saves where I can consistently see the issue, the fallback choice looks like this:
* {save_choice_count()}-> recommendation
where {save_choice_count()} always returns true. (To clarify, the issue also happens on other fallback choices that do not have a conditional in front of them, this is just one that I have a save file for.)
I thought the issue might have been space related, which is why there’s no space between } and -> (I usually have one). I also tried removing the spaces before {save_choice_count()}, but that didn’t work either.
Another thing I tried was adding in a CHOICE_COUNT()==0 check, and this did not work either.
My project can be found here, https://zorkie.itch.io/qdrp – and I’d be happy to share more code if it’s of help?
I hope you have a great day too :)