
Morning, I am at a loss to setup AlterBars and HealthColors to work with the token bars how I'd like to set them up. My bar setup: Bar1 - Speed (bar1 max empty); Bar2 - NonLethal Damage; Bar3 - Hit Points I am currently running Pathfinder with the roll20 pathfinder sheet, with AlterBars v2.0.5 (Alt_Colors = True; Stop_At_Zero = False) and HealthColors v1.5.1 What I have so far is Hit Points and NonLethal Damage tracking correctly (i.e. bars working correctly - hit points subtracting from max, nonlethal tracking up from 0 to max value of max-hp) and displaying numbers and text (through AlterBars) correctly in the chat window. What I need help with is the following: How to show a green background for healing nonLethal (bar loss) in the emote (currently shows a red background) Is it possible to keep stop_at_zero set to false for Bar3, but set it to true for Bar2? (i.e. I track hp down to negatives, but nonlethal should stop at 0) Can healthcolors be set to aura for Bar3 but tint for Bar2? (aura from green to red is working great, but would like to tint from no tint at Bar2 0 value to red at bar2 max at the same time as using auras.) When using alterbars to deal damage, how would i put that into a macro? I have the alterbars command working for deal hp damage, but what do I put in to check temp hp first, take what it can from temp hp, then move on to actual hp? Also, I would I put in a check to see if nonlethal damage taken is greater than current hp, and give the unconscious status if that is the case? (I have the following scripts that might help - tokenmod, statusinfo, combat tracker, death tracker, and remove combat) Thanks for all your help (in advance)