Good Afternoon, I'm struggling with a problem with the saving throw macro. Currently I use a macro which, once selected, gives me the list of which statistic I need (strength, dexterity etc. etc.) I select the statistic and it checks me with advantage on that statistic. The problem is that the proficiency bonus doesn't count and this isn't correct, can you tell me where is the mistake? I'll leave you below the macro I'm using. This macro is not mine, I found it on the internet /w gm @{selected|wtype}&{template:default} {{name=Ability Score for @{selected|character_name}}} {{?{Ability Score | Forza, Forza +@{selected|strength_mod}@{selected|jack_bonus}=[[@{selected|d20}+@{selected|strength_mod}@{selected|jack_bonus}]] - [[@{selected|d20}+@{selected|strength_mod}@{selected|jack_bonus}]] | Destrezza, Destrezza +@{selected|dexterity_mod}@{selected|jack_bonus}=[[@{selected|d20}+@{selected|dexterity_mod}@{selected|jack_bonus}]] - [[@{selected|d20}+@{selected|dexterity_mod}@{selected|jack_bonus}]] | Costituzione, Costituzione +@{selected|constitution_mod}@{selected|jack_bonus}=[[@{selected|d20}+@{selected|constitution_mod}@{selected|jack_bonus}]] - [[@{selected|d20}+@{selected|constitution_mod}@{selected|jack_bonus}]] | Intelligenza, Intelligenza +@{selected|intelligence_mod}@{selected|jack_bonus}=[[@{selected|d20}+@{selected|intelligence_mod}@{selected|jack_bonus}]] - [[@{selected|d20}+@{selected|intelligence_mod}@{selected|jack_bonus}]] | Saggezza, Saggezza +@{selected|wisdom_mod}@{selected|jack_bonus}=[[@{selected|d20}+@{selected|wisdom_mod}@{selected|jack_bonus}]] - [[@{selected|d20}+@{selected|wisdom_mod}@{selected|jack_bonus}]] | Carisma, Carisma +@{selected|charisma_mod}@{selected|jack_bonus}=[[@{selected|d20}+@{selected|charisma_mod}@{selected|jack_bonus}]] - [[@{selected|d20}+@{selected|charisma_mod}@{selected|jack_bonus}]] }}} I'm Italian and of course the statistics are in Italian for correctness I leave the translation from Italian into English here: Forza - S trength Destrezza - D exterity Costituzione - Constitution Intelligenza - I ntelligence Saggezza - Wisdom Carisma - Charisma Thanks to anyone who can give me a hand.