I asked this in a different thread but it doesn't seem to be getting any attention, so I'll add it here. Persistent variables, in this case the "Save on Mission Complete" ones, in order to pass this information from one mission to the next, I need to make the variable in mission 1, have some point when the data is acquired, flag it as save-on-mission-complete, then in a later mission create another variable in that mission with the exact same name, and then use the data? Do I need to flag this as save-on-mission-complete as well? As this is a numeric variable, do I need to do something special with its initial value?