@ ∇ince : Pathfinder by Roll20, not the community sheet. I think what everyone is suggesting is for the community sheet... Is there a list somewhere for all the syntax of a sheet? And again, It should NOT be for a macro; I am trying to write out an ability that will click the bite and the claw attacks through a single click. This is not to make a macro ∇ince said: Hi MazeusXenon, Just for clarity, which Pathfinder sheet are you using? The PF Community sheet, Pathfinder by Roll20, or..? Each sheet on roll20 has specific attribute names and macros written for one sheet often do not work on another without changing the attribute names to match the sheet you are using. @Jarren K: Everything gives me the same error no matter how many I try to iterate through. As I say above, this is probably code that works on the community sheet but I am using the Pathfinder by Roll20 sheet. Jarren K. said: MazeusXenon said: Well, I tried this using the pathfinder specifics as defined by this page: <a href="https://wiki.roll20.net/Macros/Pathfinder_Examples" rel="nofollow">https://wiki.roll20.net/Macros/Pathfinder_Examples</a> And used the details from the " Roll First Attack from sheet " section, which is EXACTLY what I want... however I always get an error on the page of "No ability was found for %{selected|repeating_weapon_attack-roll}" and then the chat just spits out the text within the curly brackets. Is that page out of date for what the syntax is for the pathfinder sheet or am I just having issued with my cut and paste? And yes, I am selecting someone before testing the "ability" I am defining. I should note that I am not setting up a macro - my bad. I am defining an ability for a character to pull off the bite/claw/claw attack as a single click. What is the full code you are using? %{selected|repeating_weapon_$0_attack-roll} This should function exactly the same as clicking on the first listed attack on the character sheet. If you just want to replicate the output of that roll, you'll have to use the longer section that is listed below on the Pathfinder Macro examples page you linked above. I'm curious: what is the output from this: %{selected|repeating_weapon_$0_attack-roll}
%{selected|repeating_weapon_$1_attack-roll}
%{selected|repeating_weapon_$2_attack-roll}
%{selected|repeating_weapon_$3_attack-roll}
%{selected|repeating_weapon_$4_attack-roll}
%{selected|repeating_weapon_$5_attack-roll}
%{selected|repeating_weapon_$6_attack-roll}
%{selected|repeating_weapon_$7_attack-roll}
%{selected|repeating_weapon_$8_attack-roll}
%{selected|repeating_weapon_$9_attack-roll}
There's a bug that I've run into before on the D&D 5e by Roll20 sheet where repeating sections can get mis-numbered, so if you're not getting a roll from using the $0 attack roll, it could be that your attack rolls are mis-numbered and you'll see it show up with a different number.