Hi everyone, I'm a longtime user of Roll20 but have only just started working on custom character sheets. Specifically, I'm designing one for a homebrew system I made where the roll system is concerned with where a given d100 result lands in four specific bands (critical, normal, marginal, and failure). I've gotten the basics down and have it so that the default roll template will post the result with the range bands detailed. I'm looking to offload the difficulty of determining the specific band onto the computer if I can, but I'd prefer to not use the Roll20 API for purposes of accessibility. I'm familiar with HTML and CSS, though it's been a while since I've touched a compiler, and my JavaScript knowledge is severely lacking. I've read the threads about reusing rolls, but I can't find a way to implement conditionals within a roll button. I tried using an action button to pass a result to a script, but couldn't get it to work. Is there something I'm missing, or do I need to dip into the API? Thanks, -John