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

Minor Issue with PF Sheet

Hey, the Known Issues thread says to make a separate thread for sheet specific stuff and hopefully I'm just being a moron here. When I want to call a will save in a macro I enter %{CHARNAME|Will-Save} and it doesn't work. Every single other roll from the sheets I call by the same method (e.g. %{CHARNAME|Reflex-Save} or %{CHARNAME|Diplomacy-Check} works flawlessly. Is there a way to see the values behind the buttons apart from the hovering for alt-text? I get the feeling the Will-Save one has an error in it or something.
1401372970
Sam M.
Pro
Sheet Author
I'll take a look later today
@Matthew - Strange I tested this today and did not experience the same problem. I created a new character, then created a simple macro with one line %{Kevin|Will-Save} and it worked without issues. Also looking into the html, the roll button and command look correct. The lines in question are listed in 371-379 of the current version: <a href="https://github.com/Roll20/roll20-character-sheets/" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/</a>... The relevant bits, the roll is called "Will-Save" and is built as: "@{character_name}'s Will save: [[1d20 + @{Will}]]" The "Will" field is built with: "(@{total-Will} + @{WIS-mod} + @{Will-enhance} + @{Will-misc} + @{Will-temp})" Is this a "new" character, or an existing one? One issue I noticed existing characters is that it is possible that you have already have another Ability defined with the name Will-Save or one of the underlying names that build that autocomplete field?
1401377780
Sam M.
Pro
Sheet Author
What's weird is that you're using %{CHARNAME|Reflex-Save} and saying it's working, but Reflex-Save doesn't exist on the Pathfinder sheet.