Dawn/assets/games/liminal/scenes/prologue/ScenePrologue5.xml
2023-07-17 13:48:47 -07:00

50 lines
1.7 KiB
XML

<vnscene name="ScenePrologue5" extend="scenes/SceneStandard">
<events>
<set-font font="font_main" size="32" />
<text>
<string lang="en">Ave Beaufort is staring at me and she will not look elsewhere. Ave wants to talk to me: her shoe is tapping away at the floor, rhythmic as a chorus, and she will not stop until I respond.</string>
</text>
<text>
<string lang="en">No doubt she is glaring. (And seething. And <font style="italics">feeling</font>. I don't wish to know what she is feeling.)</string>
</text>
<text>
<string lang="en">Her Prom Queen campaign's overflowing through the school now. She's taken it up a notch since Monday. <font style="italics">VOTE AVE BEAUFORT</font>. Stickers. Cupcakes and cookies. Her face in pastel. She needs to catch up to my votes, influence the student body, whatever.</string>
</text>
<text>
<string lang="en">Ave calls it <font style="italics">making memories</font>. I know it for what it is: a goad.</string>
</text>
<text>
<string lang="en">I will not talk to her.</string>
</text>
<text>
<string lang="en">I look ahead. The bell hasn't rung yet: I have time.</string>
</text>
<choices key="go-to">
<title>
<string lang="en">I'm not staying here.</string>
</title>
<choice value="sports-field">
<string lang="en">Go to the sports field.</string>
</choice>
<choice value="toilets">
<string lang="en">Go to the toilets.</string>
</choice>
</choices>
<if key="go-to" value="sports-field">
<scene-change scene="vnscenes/ScenePrologueSportsField" />
</if>
<scene-change scene="vnscenes/ScenePrologueToilets" />
</events>
</vnscene>