
Cannot get helper functions to work with the default template. The following macro: &{template:default} {{name=Test Attack}} {{attack=[[1d20cs>20]]}} {{#rollWasCrit() attack}} {{confirm=[[1d20]]}} {{/rollWasCrit() attack}} will roll the attack, write '#rollWasCrit() attack', roll the confirm (whatever the result of the 'attack' roll), and then write '^rollWasCrit() attack'. Splitting things into several lines does not improve anything (I believe the default template is meant to be written in a single line). It seems the default template does not interpret properly the symbols '#' and '^'. Any help? Thanks in advance!