Hi I'm wondering if the System Action "Restart Layout" is any different from using the System Action "Go to Layout" of the same one you are currently running?
I have a turn-based game where I send the player to a gameplay action layout.
But sometimes there are two turns that need to happen so I occasionally have to run the gameplay action layout 2 times (with different data).
After my first run of the gameplay action layout, it needs to happen again but load different data in the On Start of Layout.
At the End of Layout (on the first run) I just flip a boolean that says I've already run this layout once. Then I check it in On Start of Layout.
Is this the best approach? And does Restart Layout work the same way as Goto Layout?