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

Adding Nested Macros to 5E OGL Template

1508010823
Bast L.
Pro
API Scripter
Hello. My group's fighter has battlemaster maneuvers, and I would like to add some links to macros to the bottom of the output for his attacks, which will output a description of the maneuver, as well as any superiority dice rolls. I can't seem to figure out how to add those in the 5E OGL sheet.
Personally, I would add them as  API Command Buttons in the description. Then you would simply click on the new button in the chat to call the maneuver macro. Like this
1508011681

Edited 1508012050
Bast L.
Pro
API Scripter
That looks like exactly the thing I wanted, thank you. I didn't know it was called API Command Buttons. edit: though I'm curious, can the result of clicking the button be that another tab of the template is placed below with "blah" in it? In the way that the description section is placed below the rest of the template output there.
Sure, it just means that the macro you call will be a roll template. Macro &{template:desc} {{desc=blah}} Result
1508015736
Bast L.
Pro
API Scripter
Thanks again.