Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Pathfinder 2e - Lore skill check with an Action button click.

April 18 (3 months ago)

I've made an Action on the character sheet for Pathfinder 2e Run Over action. To actually complete the action I need to make a piloting check, but I can't get the inline to retrieve my Lore Driving skill.

Usually you just hover over the total and the tooltip gives something like @{survival}. So I could easily just write [[1d20+@{survival}]] and it would add in my bonus.

All my Lore skills just return @{lore}. I've tried various things like @{lore-driving}, @{lore_driving}, @{lore|driving}, @{driving}. So all [[1d20+___]] has given me is a d20 roll+text.

April 18 (3 months ago)

The lores are part of a repeating section, you can reference them using

repeating_lore_$0_LORE

You can replace the number with any integer to reference different entries in the section.

April 18 (3 months ago)


Dr DM said:

The lores are part of a repeating section, you can reference them using

repeating_lore_$0_LORE

You can replace the number with any integer to reference different entries in the section.


That worked, thank you very much.