Load Game Problem

Hey guys,

I want to screen the best time. Therefore there is something like a timer in my game mode 2. It add every tick +1 to a integer. My savegame is in the playercontroller. I cast to my game mode 2 and overwrite some index. Saving works I think (because I connected a Print Node to it and nothing is printed to the screen). Loading the datas doesnt work. Its because I use a different Game Mode for the Main Menu. So the Game Mode 2 is not created yet. I tried to move the Timer to my Player Controller but is just ticking on and on although the game is paused. Hm… what can I do now?