Above is the enemy code. The enemy just follows the player and when it reaches them it applies damage. I’ve use the tool that lets you see the code run and this all runs as it should (as far as I can tell)
Above is the player code. As I mentioned this code does not run. It worked fine when I had the starting event set to a keyboard input, so I know it has something to do with Apply Damage and Any Damage.
Any help would be appreciated, because I have no idea what is wrong with it.
Where exactly the code does stop? Add breakpoints (click node than hit f9) to the nodes and then play and observe where is the first node that doesn’t trigger.