Okay my problem is thus.I'm trying to fit every single power into a single macro. For ease of use on mobile, But I've run into a problem. The template calls specific attributes on the character sheet with the @ symbol. But when the @ symbol is placed into a variable roll query assumes its trying to target a character. So I have to escape the @ symbol. But when I escape the @ symbol it loses the ability to target the attributes. Is there a way I can escape the @ symbol and still have it target the attributes its supposed to target? ?{Powers|Piercing Shard,&{template:dnd4epower} {{encounter=2 }} {{emote= As I pierce my enemy’s defenses, its perceptions of reality become twisted, cloaking me from its sight. }} {{name=Piercing Shard}} {{level=Level 1}} {{type=Encounter♦}} {{keywords=Arcane, Cold, Illusion, Implement, Psychic, Weapon }} {{action=Standard ♦}} {{range=Melee Weapon }} {{target=One Creature }} {{attack=[[ 1d20 + @{power-17-attack} ]] vs. **@{power-17-def}** }} {{damage=[[ (floor(@{level}/21)*(@{power-17-weapon-num-dice}d@{power-17-weapon-dice})) + @{power-17-weapon-num-dice}d@{power-17-weapon-dice}+@{power-17-damage} ]] damage. }} {{critical=[[ (floor(@{level}/21)*(@{power-17-weapon-num-dice}*@{power-17-weapon-dice})) + @{power-17-weapon-num-dice}*@{power-17-weapon-dice} + @{power-17-damage} ]] damage. }} {{effect=You are invisible to the target until the start of your next turn.}}