The problem is in the events. 'Save game' does not actually complete immediately: it saves at the end of the tick, where it then fires 'On save complete'. So in your example, you guarantee that the save game has the group disabled, because you disable it immediately after the save action (which will not be done until later). If you move the disable group and change layout actions to a "On save complete" trigger, it works correctly.