Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Help] 5e Default Template Macro

Hi guys, Please help me find the error in my macro. The macro rolls the dice but doesn't display anything after the emote tag. I have been staring at it for over an hour and cant find the error. &{template:5eDefault} {{title=Tentacles & Beak}} {{weapon=1}}{{subheader=@{selected|token_name}}} {{subheaderright=Melee Weapon Attack}} {{subheader2=Action}} {{subheaderright2=Reach 5 feet}} {{emote=The Grick attacks its enemies with its tentacles and beak.}} {{Target =**@{target|Enemy|token_name}**}} {{Attack =[[1d20+4]] | [[1d20+4]] vs AC}} {{Damage =[[2d6+2]] slashing damage}} {{Crit Damage =[[2d6+2]] slashing damage}} {{Target  =**@{target|Enemy|token_name}**}} {{Attack  =[[1d20+4]] | [[1d20+4]] vs AC}} {{Damage  =[[1d6+2]] piercing damage}} {{Crit Damage  =[[1d6+2]] slashing damage}} {{@selected|classactioncustom1skill}} Cheers, Rob
Found it! {{@selected|classactioncustom1skill}} should have been @{classactioncustom1skill} Thanks
Damn, we're good :)