
Just spent a few hours trying do accomplish something specific, and I'm running my head into the wall at every turn. What I'm trying to do is create a macro that can let me chose between a selected token's various abilities.
Something along the lines of...
Attack
?{Which Attack?|Attack 1,%{Selected|Attack1|Attack 2,%{Selected|Attack2|Attack 3,%{Selected|Attack3}}
I got as far as reading on the wiki "Roll Queries currently end at the first closing brace the parser encounters. Within a Roll Query, other characters that serve as Roll Query syntax (vertical bars and commas) will always be treated as such by the parser, potentially causing unwanted behavior when placed within the Roll Query for other purposes. To work around this, replace some but not all of these "problematic" characters with their HTML entities (see notes below)."
But I can't figure out which characters are "problematic" and which aren't. Any chance someone could lend a hand here?
Something along the lines of...
Attack
?{Which Attack?|Attack 1,%{Selected|Attack1|Attack 2,%{Selected|Attack2|Attack 3,%{Selected|Attack3}}
I got as far as reading on the wiki "Roll Queries currently end at the first closing brace the parser encounters. Within a Roll Query, other characters that serve as Roll Query syntax (vertical bars and commas) will always be treated as such by the parser, potentially causing unwanted behavior when placed within the Roll Query for other purposes. To work around this, replace some but not all of these "problematic" characters with their HTML entities (see notes below)."
But I can't figure out which characters are "problematic" and which aren't. Any chance someone could lend a hand here?