Hello, I've been working on a macro to roll a bulk number of 'x' type saves of a group of 'y' creatures. There are two layers of nesting involved, "type of save" and "number of saves". I have been having trouble making the queries output anything other than pure text however. I do not have the luxury of making my own API's, so nested queries will have to do. I started with the working nested query example in the wiki: <a href="https://wiki.roll20.net/Macros#Roll_Query_Troubleshooting:_Nesting_Queries" rel="nofollow">https://wiki.roll20.net/Macros#Roll_Query_Troubleshooting:_Nesting_Queries</a> The test code is here: ?{Name of Query|
Label 1, ?{value1&#124;
Label 1A&#44; ?{value1A&amp;#124;
Label 1Ai&amp;#44;&amp;#47;gm test &amp;#124;
Label 1Aii&amp;#44; value 1Aii
&amp;#125; &#124;
Label 1B&#44; ?{value1B&amp;#124;
Label 1Bi&amp;#44; value1Bi &amp;#124;
Label 1Bii&amp;#44; value1Bii
&amp;#125;
&#125; |
Label 2, ?{value2&#124;value2&#125;
} Note: the '&amp;#47;gm test' line is the result of several tests using the entity number for '/' character to see if this was the issue. Obviously the code '/w gm test' works fine, and it works in the following: ?{Name of Query|
Label 1,/w gm test |
Label 2, blah blah
} Is there something I'm missing or is this just a bug? Thanks in advance, - NotNyelaK