
I'm trying to call two different macros as values to query label drop downs. What I have so far is this: [[ ?{Attack Type|Standard, 1d20|Advantage, 2d20d1|Disadvantage, 2d20dh1} + ?{d20 Modifier|0} ]] ?{Reason?|General, |AC, #vsAC}|Saving Throw, #sthrow } vsAC Macro: vs @{target|character_name} AC sthrow Macro: ?{Save ability|Strength|Dexterity|Constitution|Intelligence|Wisdom|Charisma} both the sthrow and vsAC macros work individually but when used in the top example it just breaks completely. Any help would be awesome.