HoneyBadger, one thing I noticed (won't be a problem for me since I'm using the Logic stuff to *replace* the XPND rolls' purpose) is that it doesn't appear that you can use a roll label like [$Atk] and use [XPND] at the same time. Am I right on that? Not sure if that would be a problem for anyone. I love the idea of making rolls with labels able to be referenced in more ways. It'll definitely make the logic formulas somewhat cleaner if we can end up able to do that--kind of defining a variable, I guess? I.E. ?? $Atk total < $Def (and separately, ?? $Atk total >= $Def) as opposed to ?? $Atk total < [[@{target|Target1|AC}]] (and separately, $Atk total >= [[@{target|Target1|AC}]]) I find that I'm referencing certain things (such as critical hit ranges, which are pretty variable in 13th Age and thus are being determined by a formula for me) in multiple locations, so it'll be great if this eventually becomes able to reference roll labels in various places. :-) (Unless it can already do the above and I'm just an idiot, which is always a possibility.)