
Hello, I have recently made a macro for one of my players who is playing a Bladesinger Wizard. When a subclass feature is activated the Wizard adds their intelligence modifier to the concentration roll. I came with a macro to do so, but what I am struggling now is how to make the engine understand it is a saving throw hence should check/add for global saves modifier as +N aside of the original roll. The character's name is Willy and what I have now is: &{template:simple} {{rname=CONCENTRATION}} {{mod=[[@{Willy|constitution_save_bonus}+@{Willy|intelligence_mod}]]}} {{r1=[[1d20+@{Willy|constitution_save_bonus}[CON SAVE]+@{Willy|intelligence_mod}[INT]]]}} {{normal=1}} {{r2=r2}} {{charname=Willy}} This rolls fine except doesn't add or track their global modifier saving bonuses (such as eventual bless or their lucky blade) Could someone shine a light on it?