
I have been reading though all the examples on creating macro's, I am just trying to create a simple macro that displays an eldrich blast with everthing calculated out and damage &{template:5eDefault} {{attach_roll=1}} {{title=Eldritch Blast}} {{subheader=Range | 80ft -320ft | Single Target}} {{ Attack1 = [[ 1d20 + 6 ]] | [[ 1d20+6 ]] }} {{ Damage1 = [[ 1d10 + 4 ]] }} This just shows the header and nothing more, I tried playing around with spacing and nothing change Attack to Attack1 to make sure there different from the second line. I also tried this &{template:5eDefault} {{attach_roll=1}} {{title=Eldritch Blast}} {{subheader=Range | 80ft -320ft | Single Target}} {{rollname=Attack}} {{roll=[[ 1d20+6]]}} {{rolladv=[[ 1d20+6 ]]}}{{Damage=[[ 1d10 + 4]]}} {{CritDamage=[[ 2d10 + 4 ]]}} It only shows the Attack roll and nothing more. What am I missing??