Im looking for a workaround on Eric D's Automatic Status markers.
First of all it works great, but not exactly as i'd like it. I'm using the old 3.5 D&D rules and when a character hits -1 or lower they start to bleed out. upon reaching -10 they die.
I was hoping to use this script to do that, but it's set for ratios of the full HP instead of concrete numbers.
ex:
var CONFIG = [ {barId: 1, barRatio: .5, status: "redmarker", whenLow: true}, {barId: 1, barRatio: 0, status: "dead", whenLow: true}];
i dont know how to script but can play around a little to tweak it, im trying to figure out what to replace the "barRatio: .5" and "barRatio: 0" with to indicate "Bleeding out" and "Dead"
Thanks in advance!
First of all it works great, but not exactly as i'd like it. I'm using the old 3.5 D&D rules and when a character hits -1 or lower they start to bleed out. upon reaching -10 they die.
I was hoping to use this script to do that, but it's set for ratios of the full HP instead of concrete numbers.
ex:
var CONFIG = [ {barId: 1, barRatio: .5, status: "redmarker", whenLow: true}, {barId: 1, barRatio: 0, status: "dead", whenLow: true}];
i dont know how to script but can play around a little to tweak it, im trying to figure out what to replace the "barRatio: .5" and "barRatio: 0" with to indicate "Bleeding out" and "Dead"
Thanks in advance!