I'm just beginning to learn macros. I'm trying to write a macro for a dart trap. The trap fires 1D4+1 darts and each dart deals 1D3 damage. I understand the Fires [[1D4+1]] darts part but can't figure out the damage. Is there a way to get it to roll (number of darts)D3 using the previous roll? TIA