
I purchased a pathfinder module from the market and was playing around with the pregen pcs. They don't use the character sheet so much as just the abilities section to make their macros. They have an ability for each saving throw. When I click the FORT save button I get numbers from all over the place. 168, 32, 114, etc etc. Below is the macro that is called when you hit that button. @{selected|token_name} makes a Fortitude Save![[1d20@{FORT}]] Where are those numbers coming from??? The FORT section of the character is listed as 0. So when I see that Macro it seems it should just roll a d20 with nothing added. I have noticed these really large numbers in several macros that don't seem to be right. Any ideas on how to research this??? And here is this initiative roll macro: @{selected|token_name} rolls initiative! [[1d20@{INIT}&{tracker}]] It generates numbers like 49, 138, 140 etc. (This characters INIT bonus is 0) 1