Love And Friends [v2.7] | School,

# A new feature: Conditional response based on player choice if player_has_chosen_a: "Given your previous choice, Eileen looks surprised." jump surprised_response else: "Eileen continues to look sad."

label start: # Initial choice menu: "Choose A": jump choice_a "Choose B": jump choice_b School, Love and Friends [v2.7]

label choice_a: # Some story here show eileen happy at center "Eileen looks happy." # A new feature: Conditional response based on

label choice_b: # Some other story here show eileen sad at center "Eileen looks sad." School, Love and Friends [v2.7]