
So I have a couple different complex macros that ask for input. Example: [[ ?{Attack Type|Standard, 1d20|Advantage, 2d20d1|Disadvantage, 2d20dh1} + ?{d20 Modifier|0} ]] ?{Reason?|General, |AC, vs @{target|character_name} AC|Saving Throw, ?{Save ability|Strength|Dexterity|Constitution|Intelligence|Wisdom|Charisma} } When you use the macro it asks if this is roll is standard, advantage, or disadvantage. It then asks for the d20 modifier. Lastly it asks if this is a general role, vs a target's AC, or a Saving Throw (and what type if it is). The question - Am I able to make a macro that executes the macro then automatically answers the prompts? I imagine it something like "#Macro, option 1, 4, option 3, option 5"