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

135 lines
4.5 KiB
XML

<vnscene name="ScenePrologue4" extend="scenes/SceneStandard">
<events>
<set-font font="font_main" size="32" />
<text>
<string lang="en">This is my world.</string>
</text>
<text>
<string lang="en">I stroll through the corridors and they worship me. Starry-eyed whispers; flushed faces as I pass; gazes sloshing with so much awe.</string>
</text>
<choices key="love-them">
<title>
<string lang="en">They love me.</string>
</title>
<choice value="love">
<string lang="en">You love them.</string>
</choice>
</choices>
<choices key="smile-back">
<title>
<string lang="en">"Oh my gosh, hi!"</string>
</title>
<choice value="smile">
<string lang="en">Smile back.</string>
</choice>
<choice value="dont">
<string lang="en">Don't.</string>
</choice>
</choices>
<if key="smile-back" value="smile">
<text>
<string lang="en"><font style="italics">My mouth tugs in a smile. The student looks like she'll faint. That's funny.</font></string>
</text>
</if>
<if key="smile-back" value="dont">
<text>
<string lang="en"><font style="italics">She'll be just as obsessed with me. If not more.</font></string>
</text>
</if>
<choices key="love-dress">
<title>
<string lang="en">I love your dress!</string>
</title>
<choice value="thank-you">
<string lang="en">Thank you, it's designer</string>
</choice>
<choice value="love-yours-too">
<string lang="en">I love yours too.</string>
</choice>
</choices>
<if key="love-dress" value="thank-you">
<text>
<string lang="en"><font style="italics">The girl's eyes widen to extraordinary proportions. "Whoa", she whispers.</font></string>
</text>
</if>
<if key="love-dress" value="love-yours-too">
<text>
<string lang="en"><font style="italics">It's cute... to an extent. Not as cute as mine, but let's be honest, here: nobody can reach my level.</font></string>
</text>
</if>
<choices key="interview">
<title>
<string lang="en">Ethereality! Can I interview you for the school newspaper? Final edition, we're <font style="italics">sure</font> this one's gonna be the bomb!</string>
</title>
<choice value="help-her-out">
<string lang="en">Help her out. Can't hurt to have a few extra votes.</string>
</choice>
<choice value="dont">
<string lang="en">Don't. Why waste your time?</string>
</choice>
</choices>
<if key="interview" value="help-her-out">
<text>
<string lang="en"><font style="italics">"Of course", I tell the Newspaper Girl. "I'd love to be interviewed. This is about my Prom campaign, right?"</font></string>
</text>
<text>
<string lang="en"><font style="italics">"Oh, yes!" Newspaper Girl grins. "You're the star, Ethereality. What else will it be about?"</font></string>
</text>
</if>
<if key="interview" value="dont">
<text>
<string lang="en"><font style="italics">"Sorry", I say, offering a slight smile. It'll feel consolatory enough. "It's Prom Day."</font></string>
</text>
<text>
<string lang="en"><font style="italics">"Oh, yes!" Newspaper Girl says. "I'm so sorry, of course you're busy. You're going to shine, Eth!"</font></string>
</text>
</if>
<text>
<string lang="en">They would die for me if I called for it.</string>
</text>
<text>
<string lang="en">(They didn't, though, when a bucket tethered above my head. They watched the <font style="italics">thunk</font>. They gasped when I hit the stage, when guts made a laurel around my neck, when the blood pulsated and drip, <font style="italics">drip</font>, dripped...)</string>
</text>
<text>
<string lang="en">
No.
They would die.
For me.
If I called for it.
</string>
</text>
<text>
<string lang="en">It's my day. Today is Prom Day. <font decoration="strikethrough">(Wasn't yesterday?)</font> I am pristine and they know it. They have seen my face on my campaign posters, seen what I would look like with a crown on my head.</string>
</text>
<text>
<string lang="en">When Prom Night begins the ballot, they will vote for me.</string>
</text>
<text>
<string lang="en">Thank God for that.</string>
</text>
<scene-change scene="vnscenes/ScenePrologue5" />
</events>
</vnscene>