Creating a delay after taking damage and before armor regen

@ImDomo That’s just the rest of processing from beginplay. In your case, the HUD creation for example. As said, that timer just replaces the Tick function with delay. Instead of your code, I just added some print statements for demonstration. And the K key is to simulate a damage event.