Decrement health bug

Hello all.

I am having a little issue with my blueprints and I hope someone might be able to help. I am sure this is an easy fix.

I am attempting to decrement health when a character is shot.
Here is my BP scripting:

On character:

On gun:

(I have tried Decrement Health at many different amounts)

They are connected using an interface.

Here is an little gif of what is happening:

134269-example2.gif

Thanks for any help!

Ahh. Thanks for that. Knew it was something simple. Can’t believe I didn’t notice that. Thanks :slight_smile:

hello,

you have just to invert inputs in your minus node. Link “Health” to the first input and “decrement by amount” to the second.