good evening everyone.
I am adding polish to my players visual health queues.
Currently i have a custom event that does this:
-
If players health drops below 25%, flash yellow. This is working great.
-
I have a 2nd system that says,
if player picks up health, turn green. Again… working great.
The issue that I am having is… once i pick up the health, the player turns green then resets the color of the player, but it keeps flashing yellow afterwards.
i dont know what command to run to turn off the health warning custom event.
What keywords can you suggest that I google to read on how to turn the event off?
i tried, “unreal how to stop a custom event”
That doesnt seem fruitful
I also tried casting to ‘event end play’ from my health pickup. no good.