Hi there, I've found either a bug or a suggestion (or else I'm
doing something wrong with my code)? I found it weird that when you input something
wrong into the dialogue popups when you use a roll macro it gives no
feedback at all. (E.g. trying to roll a negative amount of dice, or just
leaving `?{this bit|}` blank, or otherwise adding a null entry). Nothing is posted to chat, and you
have no idea if you're just lagging, if the server crashed, or if you just did something wrong but it's not telling you. I tried to implement my own error messaged into a custom sheet roll template, like so: {{#rollLess() dice 0}} <div class="resultcontainer yellow italic"> Error: You cannot roll negative dice! </div> {{/rollLess() dice 0}} but this doesn't seem to work either. It's still blank. It would be nice to have more feedback when you do something wrong... Thoughts / help?