What actor are these nodes in? The conch current level in this actor has no connection to conch current level in PlayerCrabBP, it will always set it to the same value, which is, whatever conch current level is (in that actor) minus one. What is the value of conc current level in that actor, and how are you setting it?
If you wanted to reduce Conch Current Level in the PlayerCrabBP by one, you should drag of from the cast, get ConchCurrentLevel, minus one from it, and then set it - again, from the cast
I’m a noob… I’m picking stuff up and hacking my way through it. I got the clamp from a health hud vid tut, I thought it simply kept the number from going over the max or below zero. Still a lot to learn but I’ll keep that in mind
(In reality I don’t need to make that number drop, but was having hard time with more complicated pick up adding to the value… so simple item to remove as a test )