
We are using Pathfinder 1e and the official Roll20 Pathfinder sheet. I am trying to make a macro that will roll some skill checks. I have my token selected, but it seems like it doesn't pay attention to the "selected" tag. /me Basil examines it. [[d20+@{selected|perception}]] It will roll a d20 but not add the perception bonus. If I just do this: [[10+@{selected|perception}]] It returns "10" But if I specify the character by name [[d20+@{Basil|perception}]] or [[10+@{Basil|perception}]] Then it adds the character's perception in correctly. I want it to use "selected" though. Am I using "selected" wrong?