
I know from using Roll templates that a inline roll is stored somewhere because you can use it several times in helper functions. I would like to take an character ability and subtract it from the roll but also display the roll. I can't seem to find a way because you can't do inline functions in the roll template code in the character sheet. Is there anyway to put that inline roll into a variable and use it in a macro? (basically storing the roll for macro use). For instance: [[@{STR} - {{roll}}]] would give the difference if successful. The {{roll}} is what is rolled in the roll template macro. if this is impossible currently that is fine, I am hoping there is a way that I just don't know.