Hello, I run the Pathfinder by Roll20 sheet and the groupCheck and applyDam scripts.   I've figured out how to change the bounded bar value to true in the script (line 8) but would like the minimum value to be set to the tokens negative Con score value.   In my game, negative HP go beyond 0.  0 is staggered, dead is at the negative Constitution score.   So a Con 17 dies at -17 hp.  Is there a way for me to change the script so that when I take away HP, it drops below 0 but is bounded up to the negative Con?  If not, is it easy to set the minimum to beyond 0?   I see this in Line 80 and 88, but I'm a novice at coding. EDIT, Okay, I figured that out, I just was able to change the minimum value.  I would still like to do the Con limit if possible. Also, could I get help with a macro that would ADD to a bar without going through the save process?  TokenMod?  Here is the code . Original thread is here .