*gosub_scene savegame save_chapter2 [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 #Replay Chapter 2. *gosub_scene savegame load_chapter2 *goto_scene chapter_2 #Reload to the start of Chapter 1. *gosub_scene savegame load_chapter1 *goto_scene chapter_1