*comment The below section stores your variables in their current state before returning to wherever the *gosub_scene command was called *label save *set save_variable_1 variable_1 *set save_variable_2 variable_2 *set save_dog_petted dog_petted *set save_met_dog met_dog *set save_butterfly_caught butterfly_caught *return *comment The below section sets your variables to match their previously saved values before returning to wherever the *gosub_scene command was called *label load *set variable_1 save_variable_1 *set variable_2 save_variable_2 *set dog_petted save_dog_petted *set met_dog save_met_dog *set butterfly_caught save_butterfly_caught *return