
Hey all. Here's what I'm trying to do in a single macro. Emote, Roll for Hit, Roll for Damage, Then, if I use a certain ability, modify that SAME damage roll to 1.5 times damage. /em holds one hand to his head, another toward the enemy. He trembles noticeably. To Hit: [[1d20+3+3]] If Hit: [[3d10+3]] Damage If "Empower Power" active: (Pseudo code here:) [[The result of the above damage roll] x 1.5] Damage Will Negates: DC= [[10+3+3]] Result should look something like this: (Results of rolls are examples, of course) Roelon holds one hand to his head, another toward the enemy. He trembles noticeably. To Hit: [18] If Hit: [20] Damage If "Empower Power" active: [30] Damage Will Negates: DC = [16] Tips?