Hey all, I'm rather new to making macros and been trying to get an Eldritch Blast macro going and could use some help. Here's the macro itself: &{template:5eDefault}{{multiattack=1}} {{spell=1}} {{title=Eldritch Blast}}{{subheader=@{Alsariph|character_name}}} {{subheaderright=Evocation Cantrip}} {{subheader2= }}{{mattack1=[[1d20 + @{Alsariph|charisma_mod} + @{Alsariph|PB} + (@{Alsariph|global_spell_attack_bonus})]]}}{{mdamage1=[[1d10 + @{Alsariph|charisma_mod} + 0 + (@{Alsariph|global_spell_damage_bonus}) + 0d0]] Force}} {{ mattackcancrit1=1}} {{ mcritdamage1==[[1d10 + @{Alsariph|charisma_mod} + 0 + (@{Alsariph|global_spell_damage_bonus}) + 0d0]] Force}}{{mattack2=[[1d20 + @{Alsariph|charisma_mod} + @{Alsariph|PB} + (@{Alsariph|global_spell_attack_bonus})]]}} 0 0 {{mdamage2=[[1d10 + @{Alsariph|charisma_mod} + 0 + (@{Alsariph|global_spell_damage_bonus}) + 0d0]] Force}} {{ mattackcancrit2=1}} {{ mcritdamage2=[[1d10 + @{Alsariph|charisma_mod} + 0 + (@{Alsariph|global_spell_damage_bonus}) + 0d0]] Force}}@{Alsariph|classactioncustom1skill}[{spellshowdesc=1}} {{spelldescription=A beam of crackling energy streaks toward a creature within range. Make a ranged spell attack against the target. On a hit, the target takes 1d10 force damage. }} And it looks like so: ( <a href="http://i.imgur.com/q61mrLf.png" rel="nofollow">http://i.imgur.com/q61mrLf.png</a> ) I'd like to hide all that extra rolls and only show the attacks and damage rolls (1,2,3) that are at the bottom like I have in this macro: ( <a href="http://i.imgur.com/X0Xdmhh.png" rel="nofollow">http://i.imgur.com/X0Xdmhh.png</a> ) The difference in the 2 macros is one uses just normal rolls like 1d10 + 9 + 2 versus using the modifiers from the character spell sheet. Any help would be awesome.