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

Formatting Rollable Table output in 5E format

I have a table set up for Critical Fumbles. It works as I want it to. First it brings up a box with the default template that shows 4 buttons. Melee Armed - Melee Unarmed - Ranged - and Spell Attacks. You click a button and it rolls and shows you the output. The output is not formatted besides just being an inline roll. I want to have the final output in the 5e format, but I cannot get that to work. Any help would be appreciated. &{template:default} {{name=Critical Fumbles}} {{Choose Attack Type:=[Melee Armed](! #MeleeArmed )[Melee Unarmed](! #MeleeUnArmed )[Ranged](! #Ranged )[Spell Attack](! #SpellAttack )}} I have 4 tables named MeleeArmer MeleeUnArmed Ranged and SpellAttack
You will need to put the roll template inside each of the other macros as well.
Awesome. Thanks a Bunch!
For example, I'm assuming that #MeleeArmed is simply [[1t[MeleeArmed]]] &{template:default} {{name=Critical Fumbles}} {{Melee Armed=[[1t[MeleeArmed]]]}}
Yup I wasn't thinking, but you were 100% correct. Its done now and works perfectly and is formatted!!