Hi. I'm creating "abilities" for players, but I've kinda hit a speed-bump. Whenever I test out the attacks, the "to-hit" roll comes out lower than expected. 1d20+ability_modifier+PB comes out as 1d20+ability_modifier; missing the Proficiency Bonus. However, the PB is included in the first description - in the chat - of the ability, but not the end result. Example: /emas "Helm" slashes with his greataxe. Attack roll. [[1d20 + @{selected|Strength_mod}(STR) + @{selected|PB}(PB)]] to hit. [[1d12 + @{selected|Strength_mod}(STR) + 1(Magic)]] slashing damage. (Using highest possible values)Comes out as: Helm slashes with his greataxe Attack roll. 24 to hit. 16 slashing damage. (Strength mod is 4, PB is 3) Hovering over the "to-hit" roll shows: "Rolling 1d20 + 4(STR) + 3(PB) = (20)+4". Hovering over the damage roll shows: "Rolling 1d12 + 4(STR) + 1(Magic) = (12)+4" Where did the PB (and Magic) value go in the end result? Edit: Added missing info + removed unnecessary quotation marks.