For the prototype RPG I’m working on, I’m trying to implement action commands in combat similar to Paper Mario. The gist of making the mechanic function properly is for the blueprint to detect whether or not the player is putting (or releasing) a button at the correct moment. I’ve been struggling to find a method to check if the input occurs within the correct timeframe. Does anyone have any suggestions?