
Scenario: I have multiple orcs attacking a single hero in a 2e campatign. I have a macro for a single attack: /em The @{selected|token_name} hits an AC of [[@{THAC0}-{1d20}]] with its @{weapon_type}! Question: Is there any way I can add some sort of input: "How many monsters are attacking?" and have the macro automatically roll that number of attacks? I know that I can just click the attack macro six times (or equivalent to number of monsters present), but I am looking to make my combat as streamlined as possible. Thank you.