Hi, I've been trying to get a dice roller working where I can select from a variety of dice, multiple dice and ideally the output is in a template. The formula I've working on is: /roll ?{Number of dice|1}d?{Number of sides|4|6|8|10|12|20} This gives a pretty ugly output but works. I've been trying to get the above to work with the template command &{template:default} {{name=@{selected|token_name}}}
Can anyone give me some help to setup the dice roll command and output into the template please.