'Add' math node not working AI blueprint in ue4

I am currently working on an AI for my UE4 game, and am wanting to make a hunting state for my AI. I want to make it add the amount of times the AI is hunted every time it goes to a new location to look for the player, and after reaching a certain amount of times hunted it should go back to an idle state ---- yet the add/+ math node does not seem to be working/adding whenever the AI is done hunting.

Here is my code if anyone wants to see it:



any help would be appreciated!