*comment The below command stores all your variables in their current state *gosub_scene savegame save [b]Chapter 2[/b] You've reached Chapter 2. Your progress from Chapter 1 has been saved. [b]variable_1[/b] is currently [b]${variable_1}[/b]. [b]variable_2[/b] is currently [b]${variable_2}[/b]. *choice *if (variable_1) #Set variable_1 to false. *set variable_1 false *goto end_2 *if (not(variable_1)) #Set variable_1 to true. *set variable_1 true *goto end_2 *if (variable_2) #Set variable_2 to false. *set variable_2 false *goto end_2 *if (not(variable_2)) #Set variable_2 to true. *set variable_2 true *goto end_2 #Don't change anything. *goto end_2 *label end_2 [b]variable_1[/b] is currently [b]${variable_1}[/b]. [b]variable_2[/b] is currently [b]${variable_2}[/b]. *choice #Save and continue to next chapter. *finish #Reload to the start of Chapter 2. *comment The below command restores your variables to the state they were at the start of Chapter 2 *gosub_scene savegame load *comment The below command moves the player to the start of this scene *goto_scene chapter_2