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

Macro Stacking?

So I've seen macro stacking in a couple places most seem to be made for 5e and I tried to use the same macros they used but I either get a button that does nothing or a error message. Can this been done in for 3.5? If so how to I make a working macro than makes buttons for the other macros I have made up?
1487065781
Andrew C
Marketplace Creator
The biggest hassle will be that each layer 'down' the chain you have to ensure you have done the HTML replacements. So if you're using Diana Ps Character Sheets, then most of the input parts have had some of that done, but it can get messy.
I have only made a few somewhat simple macros, but I wanted to make a macro that brings up buttons in chat. I either get the script written out, a button that does nothing, or a error. So I haven't even been able to start a chain...more or less I wanted to be able to organize the macros I setup already so I can quickly use them instead of cluttering my macro bar.
Have you checked out Ability Command Buttons ?
1487066999

Edited 1487067017
What I had seen working was [Name]( ! & # 1 3 ; #Name) without the spaces
Dustin L. said: [Name]( ! & # 1 3 ; #Name) without the spaces That's called an API Command Button . Be wary of the  Note posted within that Wiki section: Note: At this time, reopening a Macro saved under the Collections tab of the Sidebar causes HTML entities within to be reverted; if the Macro is then saved, so are those reversions. This behaviour is not present within Abilities .
Thanks, I was not aware of that and it seems to be working now.
Glad to hear it's working.
Silvyre said: Glad to hear it's working. Is there a way to remove your char name from the buttons? The buttons all come out Char name:Button name the Char name: part wastes a lot of space.
Dustin L. said: Silvyre said: Glad to hear it's working. Is there a way to remove your char name from the buttons? The buttons all come out Char name:Button name the Char name: part wastes a lot of space. You can right-click on the button along the bottom and rename them to whatever you need.
Kyle G. said: Dustin L. said: Silvyre said: Glad to hear it's working. Is there a way to remove your char name from the buttons? The buttons all come out Char name:Button name the Char name: part wastes a lot of space. You can right-click on the button along the bottom and rename them to whatever you need. Thanks