Hey everybody. I'm currently running a star wars: edge of the empire game, and wanted to add roll templates to the character sheet. I've managed to set roll templates up, and they work fine in macros (and parts of the sheet i've edited), however I'm having difficulty getting them to play nicely with the edge of the empire dice roller script the character sheet has the ability to call the api to roll the dice in a <roll> tag, but seemingly only if it is the first thing in the value="" attribute. for example, value="!eed" will work, but value="&{template:base} {{title=Title}} !eed" or value="&{template:base} {{title=Title}} {{wide=!eed}}" will not. does anybody have any work arounds for this? I'd like to have the edge of the empire dice rolls inside roll templates (including for repeating sections), or at the very least the rolls preceded by a roll template. Thanks in advance