I'm working on a script implementation of the 5e mass combat rules from Unearthed Arcana. My script generates a custom HTML string with inline rolls, but then I pass it through a callback to evaluate those rolls. Can I get the inline roll output tooltip back into the HTML without re-rolling?
I'm talking about the yellow box that you can over which shows the results of the roll expression. Thanks in advance, regardless of whether it's possible. :)
I'm talking about the yellow box that you can over which shows the results of the roll expression. Thanks in advance, regardless of whether it's possible. :)