Okay, here's the deal... I'm trying to set up my battles to where it will show (by condition) whenever one of the heroes is near death.
It works, for the biggest part, outside of one problem. I'm not sure if there's a way to change this... Perhaps with variables, but no matter what I've tried so far, I'm getting nowhere.
The basic way that I've done this, and which works the closest, is as follows:
----------
Battle Events Page 1:Trigger: Hero's HP is between 0% - 45%
Change Cond: Fading Inflict
Battle Events Page 2:Trigger: Hero's HP is between 46% - 100%
Change Cond: Fading Remove
----------
This works, but with one exception... Whenever my hero gets weak, he changes animation accordingly and the condition activates. Then, I use a HP restoring medicine. The medicine heals my hero and properly clears the Fading condition, but he remains with the wrong animation until an enemy actually attacks him again; then he finally returns to the proper Idle animation.

Is there no way that I can make it so that he returns to the Idle animation immediately upon healing and going above the 45% HP trigger point?
I tried to create a "fake" condition with the Idle animation and named it Healthy, and tried to have it added once Fading is removed, but it made no difference.
I also thought that there might be a way to reflect my hero's HP using variables so it will change accordingly, but being attacked by an enemy doesn't make the variable decrease. (That is variable 6: Hero Current HP will say 50, but the enemy's attacks won't decreased this number, despite the fact the hero is taking damage in battle).