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

[Help] Bladesinger Script / Macro

January 24 (4 years ago)

I want to create a Script / Macro that incrase Const save and AC automatically by click one button like the Paladin Aura script.
I try to use ChatSetAttr but i don't understand.
Can some one help me ?

February 02 (4 years ago)

I really like making things like this! I actually made one for a player last week. This does work, but there's a caveat:

!setattr --silent --sel --repeating_acmod_$0_global_ac_active_flag|1
!setattr --silent --sel --repeating_damagemod_$0_global_damage_active_flag|1

This will turn on the first AC mod and first global damage mod on the 5e OGL sheet. I know there is a way to grant the bonus you want to the CON save but it doesn't actually show the proficiency box as checked. I can't seem to find that one here, but I'll see what I can find.

February 02 (4 years ago)

I use 2 Macro : Active ; Deactive =

ActiveBladeSing  "  !setattr --name Kalanys Rilynt'tar --evaluate --constitution_save_bonus|%intelligence_mod% + %constitution_mod%  "
DeactiveBladeSong  "  !setattr --name Kalanys Rilynt'tar --evaluate --constitution_save_bonus|%intelligence_mod% - %constitution_mod% "