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 through a rollable table

Is there a way to roll a table with macros inside it? For example: [[1t[TABLE-Macro]]] Where <TABLE-Macro> contains macros?
1501766258
The Aaron
Pro
API Scripter
Not that I know of.  An API could probably be written that could mostly do that, but it would probably be easier to write an api to randomly do whatever it is the macros do.
1501769345

Edited 1501769836
You might be able to use ExtendedExpressions to do that: !extend Macro `(1d3)[macro]`: `(${macro}==1 ? "\r\n#FirstMacro" : (${macro}==2 ? "\r\n#SecondMacro" : "\r\n#ThirdMacro"))` Otherwise, PowerCards can emulate a Rollable Table.