How to make a stamina bar for a grid based game

I’m making a grid-based game and I want to make a stamina bar for it. I was able to get it working but the issue is when you push 2 keys at once, like W and A, it takes away 2 instead of just 1 for the 1 grid space he moved.

You can make one event and put the keys into an OR condition. I don’t know what the wait is for. It’s currently basically a delay. If that’s your intention then great. If you want something like a cool down then you might want to use a scene timer instead. Just checking.