
I want to be able to subtract the die roll from the character stat to givean effect number that can be reported back with a rollTemplate.
I know the calculation can not be done within the template, but can it be done when calling the rollTemplate?
I have tried the following, but do not know how to reference the value of the roll.
… {{roll=[[1d20]]}} … {{EffectNo=[[@{STRbcs}-{roll}]] }}
so in this case the effect number would be 4. if the roll is failed the effect number would be negative.
I have spent quite some time looking at lots of posts and have come to the conclusion that it cant be done, however on the off chance that I have missed something, I thought I would put it out here to ask if anyone has any ideas
Thanks