
I love the GroupCheck and ApplyDamage APIs, the only thing I wish I could change is that it does not mark which tokens are at or below 0hp after applying damage. It'd be great if it could automatically detect which tokens were now "dead" and put the red X on them. I know virtually nothing about coding but when I look at the ApplyDamage code on github, I see references to all the status markers, so I feel like there is already some sort of functionality for setting the status markers, but I can't figure out how I'm supposed to do it. I looked around the forums and web for solutions but I didn't see anything promising. I also added DeathTracker but it does not detect when ApplyDamage changes the hp, so while DeathTracker seems to work in every other instance, it does not work with ApplyDamage. Anyone got a solution for this? Maybe I just need a little help file for using ApplyDamage so I understand my options. Maybe it's possible to add a few lines that check each token's hp and then adds the red X status marker if it's equal to or less than 0?