Hi
There's a Global.Var in "Layout_A" that every second, "1" is added to it.So for example if I wait for 60 seconds,the variable will show 60.
Now I save the game,go to "Layout_B" and wait there for 10 seconds.
Again I load it so that it loads "Layout_A" but the variable still shows 60 when it has to show 70 (The variable isn't added anymore when I'm in Layout_B)
What should I do?
PS:there's two different eventsheets and addind 1 to var every second is programmed for both of them