I want to display numbers on the screen that subtract and add when the player pushes certain buttons. When I follow the steps in the documentation, the numbers turn to zero when the world starts and I get errors in the message log.
I followed the documentation, creating a variable within the widget and made it a third person Character referance. maybe I did something wrong there? I’m not destroying my character, so his reference might be wrong.
Okay, sorry for the inconvenience. I was able to solve the issue. I missed the step in the documentation where I needed to add a cast to character in the event construct. My character reference was indeed null.