Hey there scripters! I have a request and I'm hoping I someone will step up to the plate and deliver, not just for me, but for everyone.
So, the idea is that like MOG's Battle Hud, depending on if you're attacking, being attacked, using a skill or even at a certain amount of health (or dead), you'd be using a different portrait in a faceset. Basically, from the mechanics of it in theory, it would use note tags in an actor's note box to define the images. Something like:
<health_100: "faceset1", 0, 0>
<health_50: "faceset1", 0, 1>
<attack_enemy: "faceset2", 0, 0>
<take_hit: "faceset2", 0, 1>
Something like that. Could work with busts as well, but that's up to you. I don't think it would be too difficult and if I knew Ruby better, I'd make it myself, but I only enough to do menial edits. Could also have ones for states, etc., but that's already asking too much. Anyway, figured I'd ask and hope someone has the time and/or motivation to work on this. Thanks for reading!