izicial
Thanks, that's what I thought.
How do you do that ? I have 10 members in my family and 2 family variables?
This capx shows when you press space bar it adds to the global variable. This in turn changes the family variable to = the global variable.
So change any events that change your family variable to instead change the corresponding global variable then in the same event make family variable = global.
Then when you start a new layout simply have the global variable set the family variable.
EDIT: The complexity of this will be determined if you need a variable for all 10 of the family members or not, if they are all different and need to be carried over then you need to setup global variables for all of them.