How to properly reset kill counter?

Hey @TimSweeneysMutt!

So what that’s saying is “Accessed None trying to read property Char_REF.”

What that means is “Hey, you’re trying to access a variable here, but… you never set that variable so there’s nothing to reference in your Char_REF. It’s empty…”

So look around for a “Set Char_Ref” in your tutorial, it’s probably going to be on Begin_Play as it will be referencing a character of some kind and you need to set that after the game starts for it to reference something that exists dynamically in the level. :slight_smile: