Brackets in a roll formula lead to an error in the parsing of the unfullfilled rolls:  You can reproduce the issue with the following macro: ```js r = new Roll("5+(1d99*0.0001)") await r.evaluate({async:true}) r.render() ``` Thanks for your work