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 .
×

Text Substitution/Formatting in Macros (via Array/List or Roll Table)

I was looking to spice up my Macros/Abilities using a method similar to this: "/me Daruma the Monk throws a {random from [jab,haymaker,crescent kick,etc] stored either inline or returned from a Roll Table or another Macro}!" I haven't been able to track down a way to do do this and therefore was wondering if it has been implemented or requested yet. I did not notice any relevant results when searching the forum.
1457283676

Edited 1457283824
Ziechael
Forum Champion
Sheet Author
API Scripter
Hi, if you set up a  rollable table with the various options in it, then: "/me Daruma the Monk throws a [[1t[<inserttablenamehere>] ]]}!" would work. Alternatively you could use a query for user inputted options: "/me Daruma the Monk throws a ?{Attack?|jab|haymaker|crescent kick}!"