> Did you try:
>
> Let's say there is a button called "Load Game".
> On Load Game clicked > Load Game
> Go to Layout
>
> Or use variables:
> Load (check if game already loaded) = 0
> On Load Game clicked > Load Game
> Load = 1
> If Load = 1 > Go to Layout
> Load = 0
>
> I didn't try it, but I'm going to do in a few minutes.
> I hope I could help you.
>
Yup, tried that. Right after it does the "Load game" action, it goes to the other layout, and ignores the next condition. makes no sense.
Try:
If load = 1 > Goto Layout
Load = 0
But do this in the Layout wich loads after loading the game
I'm trying that now and tell you if it works.
Edit: Didn't work. Sorry