
I was searching for a method of using the value inserted by the "Cast at what level?" input to use it on formula, and possibly using that value multiple time. I haven't found any clue, so just experimenting I found the solution. When using spellcard, the prompt is "Cast at what level? N:" the N is the level of the spell on the "spells" card. So the value to use is: [[(?{Cast at what level? N} ]] Here an example for "Burning hands" On the description at the bottom of the text for "at higher level" I just added the text: Damage: [[ (?{Cast at what level? 1}+3)d6 ]][[ (?{Cast at what level? 1}+3)d6 ]][[ (?{Cast at what level? 1}+3)d6 ]][[ (?{Cast at what level? 1}+3)d6 ]][[ (?{Cast at what level? 1}+3)d6 ]][[ (?{Cast at what level? 1}+3)d6 ]] In this way six rolls with the right value are reported on the description. The GM can save time using those rolls for each creature hit by the spell.