
I've been trying to get this to work, it's a macro to combine the extra 1d4 a mark of hospitality halfling gets, the extra +5 a Paladin of Redemption gets, and the Silver Tongue feature of a Bard of Eloquence which means a roll of 9 or lower is treated as a 10. So far I have: @{wtype}&{template:atkdmg} {{mod=+@{persuasion_bonus}}} {{rname=Persuasion}} {{r1[[@{{1d20,10}kh}cs>20+@{persuasion_bonus}[Skill Bonus]]]}} @{Garett Wiseacre|rtype}cs>20 +@{persuasion_bonus}[Skill Bonus]]]}} {{attack=1}} {{range=}} {{damage=1}} {{dmg1flag=1}} {{dmg1=+[[1d4+5[Silver Emissary]]] (Silver Emissary)}} {{damage=1}} {{desc=}} {{globalattack=@{global_skill_mod}}} But it's returning: No attribute was found for @{Garett Wiseacre|{1d20,10} SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but "G" found. I think the bit breaking it is: @{{1d20,10}kh}cs>20 but I'm not sure what is wrong.