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

Character Sheet question regarding effecting rolls based on activated abilities.

Looked around for this option but have yet to find a solution, if there is one. Is there a way to create an ability in the character sheet that can be turned off or on? When on, it will effect all applicable rolls automatically.
1430798572
Gen Kitty
Forum Champion
You can manually set an attribute to be 0 or 1 and then multiply by that attribute in your macro.
1430863884
Kryx
Pro
Sheet Author
API Scripter
Hi Shawn, I've done this in several places in my 5e shaped sheet. the settings tab for example has "break initiative ties" which modifies the initiative rules. You can find a link to the code on my thread in the character sheet forum (currently on mobile). Let me know if you have any questions.
almost got it to work through a macro but can't figure out the syntax to include a defined roll like initiative, then apply the modifier
1430865024
Kryx
Pro
Sheet Author
API Scripter
You can't modify an existing roll with your own macros. What may be easiest is to click a macro and then in the chat hit the up arrow. Copy that code to your macro and modify it as needed.
yeah, got it to work that way. was just hoping it would work my way so it would have to be updated in multiple spots. good to know. thanks