
Using the Pathfinder character sheet. Under class abilities, I make one with this macro code: &{template:pf_block} {{header_image=@{header_image-pf_block}}} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{Class=**Class**: @{class-number}}} {{name=@{name}}} {{description = @{short-description}}} {{attack=**Ranged touch (30 ft)**: [[ 1d20cs>20 + [[ @{attk-ranged} ]] ]]}} {{damage=**Elettricity Dmg**: [[ 1d6 + [[ floor(@{class-0-level} / 2) ]] ]]}} If I use it from its own macro button (I mean the one in the same space where the ability details are entered), it works fine, but if I try to use it from the shortcut above (in the list of 0-26 class ability buttons), or drag & drop that shortcut to the quick bar, it only shows in chat the template, name of the ability and class, but not the rolls. What's wrong? How should I fix it?