I'm attempting to use a random event to put blocks of text into a variable, for me to print into a separate passage. It works for most blocks of text, but any time I use paragraph spacing or formatting, it seems to break Twine's ability to save that information to a variable. Is there a way to output the results of my random event WITHOUT making the multi-paragraph item a separate passage?
For instance, I use a silently called <<display>> macro to generate the RE in question. This contains a randomly set variable, then a nested if/elseif group to track which number was generated. However, the moment I use a multi-paragraph of text, it breaks. Is there a formatting tag I can use to break up paragraphs? I couldn't find any in the Sugarcube documentation. Otherwise, I have to use a separate passage for scenes larger than a single paragraph, and I don't want to do that if I don't have to.