So I'm not terribly good at creating a macro from scratch. I can recognize things in a pre-existing macro and edit them with (normally) no issue. This is probably the most complicated macro I've had to edit about and replace things in, however. I ripped the macro for attack and damage rolls from the Pathfinder Community Contributed sheet I think it's called, and was editing it to reference a specific weapon and added some other things in that were required for the macro. However, now it it is giving me a 'no attribute found for x' on 2 instances, x acting as a placeholder for what it actually says. As mentioned, I'm using the Pathfinder Community sheet, or whatever it is called. I'll post the portion of the macro that seems to be giving me issues, assuming it works for me. This is my first post. {{attack=[[ 1d20cs>18 [Total] + [[ 0 ]] [Macro] + @{Fildarae|repeating_weapon_$0_attack-roll} ]]}} {{damage=[[ @{Fildarae|repeating_weapon_$0_damage-roll]]}} {{crit_confirm=[[ 1d20 + [[ 18 ]] [Total] + [[ 0 ]] [Macro] + @{Fildarae|toggle_global_melee_macro_insert} + @{Fildarae|toggle_global_attack_macro_insert} + [[ 0 ]] ]]}} {{crit_damage=[[ [[ 1 * (3 - 1) ]]d10 + (([[ 29 ]] [Total] + [[ 0 ]] [Macro] + @{Fildarae|repeating_weapon_$0_damage-roll) * [[ 3 - 1 ]]) ]]}} Fildarae is the character name, for the record. anything that says 'global' in it was what was left when I ripped it from the sheet.