2 timers, allow 1 to run while game is paused?

Do you have the timers in two separate places?

Or is it all in the game state?

If any of it IS in the gamemode, it should be moved to the gameState. I did not realize the timers were in multiple locations.

Edit: actually no. Disregard that. However, you will need to GetGameMode, then Cast to MyGameMode, pull of that to get your leveltimer bool, and set it to True.