
Hey community, I'm yet another macro user trying to do some complex stuff and was hoping to get some help.
I've got a series of macros that do nested rolls for various loot tables, and I was hoping to create a new macro to just select which roll I want to do. The biggest issue is that I have formatting with my results, and I think I'm running into a bit of an issue trying to get it to correctly work with the formatting I have.
This is an example of the kind of nested rolls I have: &{template:traits} {{name=Item Table Roll}} {{description= [[1t[Loot-Table[[1t[Uncommon-Skew]]]]]] }}
I have tried doing a bit of HTML replacement, but I might be misunderstanding the issue with that since I haven't gotten it to work yet.
I also have already seen the topics on turning the dropdown into buttons, but I prefer a dropdown method if it's possible, and was hoping that someone has already done this or knows a way I can do this.