Hey all, been doing quite a bit of research as to how to get this to work, but as of yet I'm convinced it isn't possible. I'd like to be able to call the repeating attacks of two different weapons with one macro button, like so: I've tried slapping something like: @{charname|repeating_attacks_$0_atkname}
@{charname|repeating_attacks_$1_atkname}
in a macro (honestly, with my research efforts, I couldn't find any other references to the charsheet weapons.) After taking a closer look at the references in the weapons/attacks section, it looks like those are just singular fields in the weapon description, and there's no apparent way to emulate "clicking" on the weapon(s) with one button. One caveat is that I have a query in my attack and damage roll modifiers - not sure how the engine would parse a query with a call to two weapons with the same query, were such a thing possible. Any tips would be greatly appreciated!