
I'm trying to use the default roll template described here: <a href="https://wiki.roll20.net/Roll_Templates#Built-In_Ro" rel="nofollow">https://wiki.roll20.net/Roll_Templates#Built-In_Ro</a>... It seems to indicate that if I pass {{ name=foo }} as one of the fields "foo" should be displayed as the title of the box that gets renders. I've played around with it a bunch, but name is being treated the same way as all the other fields I'm passing. Not sure what I'm doing wrong. Hopefully someone's seen this issue before. Here's a link to my code: <a href="https://gist.github.com/mattkauffman23/cf179c9fe71" rel="nofollow">https://gist.github.com/mattkauffman23/cf179c9fe71</a>... . Setting things up so the script can work is described in the comments there, but it does unfortunately involve creating a few rollable tables. I left a log in at line 100 which logs out what I'm passing to the default roll template. I've double checked it against the docs and it looks right to me. Really appreciate any help on this issue or other feedback on the script. Thanks!