Yo guys. Thanks to the always great work here in the Forum even a person like could make the Silver Tongue Macro work. There is only one problem i run into: I like to play with toggable Advantage and Disadvantage, and as soon i Activate Advantage/Disadvantage the macro does not work anymore, even if have in the macro. Here the Example for the Macros: Deception:
@{wtype}&{template:simple} {{rname=^{deception-u}}} {{mod=@{deception_bonus}}} {{r1=[[{@{d20},0d20+10}k1+2[Proficiency]+5[Mods]@{pbd_safe}]]}} @{advantagetoggle}+2[Proficiency]+5[Mods]@{pbd_safe}]]}} {{global=@{global_skill_mod}}} @{charname_output}
Persuasion:
@{wtype}&{template:simple} {{rname=^{persuasion-u}}} {{mod=@{persuasion_bonus}}}{{r1=[[{@{d20},0d20+10}k1+2[Proficiency]+3[charisma]@{pbd_safe}]]}} @{advantagetoggle}+2[Proficiency]+3[charisma]@{pbd_safe}]]}} {{global=@{global_skill_mod}}} @{charname_output} So i have advancetoggle inside, but it seems it's not enough? Is there something more that i need to add?