Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Bladesong (Bladesinger Wizard) Concentration Macro

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?
Aircoding but I believe you just need to add this: {{global=@{Willy|global_save_mod}}} Which looks like this: &{template:simple} {{rname=CONCENTRATION}} {{mod=[[@{Willy|constitution_save_bonus}+@{Willy|intelligence_mod}]]}} {{r1=[[1d20+@{Willy|constitution_save_bonus}[CON SAVE]+@{Willy|intelligence_mod}[INT]]]}}  {{global=@{Willy|global_save_mod}}}  {{normal=1}} {{r2=r2}} {{charname=Willy}}
Yes! That worked pretty swifty. Thank you Jarren!
1660767450

Edited 1660767505
David M.
Pro
API Scripter
EDIT - ninja'd while I walked away to get a drink haha Try adding this? {{global=@{Willy|global_save_mod}}}