Heyo all. I was playing around with a macro that posts a query to try to streamline some rolls for my players, and I hit two snags that my initial research hasn't found answers on, and these are: Whenever I nest a query inside another, I am using escaped curly brackets, comma or pipe. ( &#125 ;, ,
and | ) But, it seems that at some point, maybe when I close the tab of the game and open it again, it substitutes the escaped forms for the common forms ( } , , and | ) So, when I come back to my game, the query no longer works, because it no longer treats }, ,
and | as escaped inputs. Am I doing something wrong? How many queries can I nest together? By what I tested, it seems I can only make 2 subsequent queries. I can only go question 1 > question 2, and not question 1 > question 2 > question 3. Again, am I doing something wrong? Thank you guys for the help, I've posted quite a few times in the past few days and I appreciate the support.