Hello EncryptedCow,
I tried with the global variable with different value in the layouts and doesn't work.
Layout1
On Start of layout set variable=1
if (variable=1) every X seconds
Layout2
On Start of layout set variable=2
if (variable=2) every x seconds
I also tried comparing variable, values (layoutName), and other conditions such as layout end loading...
But, nothing works, the "every x seconds" just ignore those ones.
It seems that from the start of the game without matters what layout is, the "every X seconds" is always running.
Any idea?