When 0 set Mana 100

i was working on my prject, i need to set my “mana” to 100 when my healty get zero… how i can do that??

When you decrease your character health, use a branch node to check if it is equal to 0, then if it is true, set your mana to 100.

Don’t forget to set this question as resolved