Hey there roll20 I am trying to create a generic "attack" macro for a specific type of weapon that each player in my game will have and I want the macro to connect to the Exalted 2e character sheet.. Im having some trouble pulling in the name of the character sheet assocated with the macro. here is my generic attack macro &{template:attack} {{name=BladeFury}} {{attribute=[[@{@{selected|character_name}|Dexterity}]]}} {{ability=[[@{@{selected|token_name}|MartialArts}*(1-@{@{selected|character_name}|MartialArts|max})]]}} {{specialty=[[0]]}} {{accuracy=[[14]]}} {{bonus dice=[[?{What is the Soak of your target)|0}]]}} {{bonus successes=[[?{Bonus Successes|0}]]}} {{roll=[[(@{@{selected|character_name}|Dexterity}+@{@{selected|character_name}|MartialArts}*(1-@{@{selected|character_name}|MartialArts|max})+0+14+?{Bonus Dice ( Stunts,etc.)})t[exalted]+?{Bonus Successes}]]}} I want the macro to dynamically pull in the name of the selected token's character sheet the way this post says i should be able to. Any help? No character was found for '@{selected'