﻿# NOTES:
# The # Symbol at the start of a line counts as a Comment. To include in dialog, use a \#
# The . Symbol will cause a pause unless escaped with \. (ex: Mr. Oshiro has a pause, Mr\. Oshiro does not)
# Newlines automatically create a Page Break, unless there is an {n} command on the previous line
# Commands: Anything inside of curly braces {...} is a command and should not be translated.

# Inline Text Commands:
# {~}wavy text{/~}
# {!}impact text{/!}
# {>> x}changes speed at which characters are displayed{>>}
# {# 000000}this text is black{#} (uses HEX color values)
# {+MENU_BEGIN} inserts the dialog from the MENU_BEGIN value (in English, "CLIMB")
# {n} creates a newline, without a page break
# {0.5} creates a 0.5 second pause
# {big}this text is large{/big}

# Gameplay Control Commands (should never change)
# {trigger x} this triggers an in-game event
# {anchor} controls the visual position of the textbox in-game

# Language (id,label)
	LANGUAGE=mint,Mint
	ICON=Icons/mint.png
	ORDER=0

# Font (Face, Base Size)
# Use BMFONT to generate the .fnt and image files
	FONT=Renogare,64

# Done loading Meta Data
	BEGIN=true

# Auto-Saving
	AUTOSAVING_TITLE_NS=
		This game features Auto Saving
	AUTOSAVING_DESC_NS=
		Do not turn off the console
		when this icon is displayed
	AUTOSAVING_TITLE_PS4=
		This game features Auto Saving
	AUTOSAVING_DESC_PS4=
		Do not turn off the console
		when this icon is displayed
	AUTOSAVING_TITLE_XB1=
		This game features Auto Saving
	AUTOSAVING_DESC_XB1=
		Do not turn off your console
		when this icon is displayed
	AUTOSAVING_TITLE_PC=
		This game features Auto Saving
	AUTOSAVING_DESC_PC=
		Do not turn off your computer
		when this icon is displayed

# Main Menu
	MENU_DEBUG=		DEBUG
	MENU_BEGIN=		CLIMB
	MENU_PICO8=		PICO-8
	MENU_OPTIONS=	Options
	MENU_CREDITS=	Credits
	MENU_EXIT=		Exit

# Options
	OPTIONS_TITLE=			OPTIONS
	OPTIONS_CONTROLS=		CONTROLS
	OPTIONS_RUMBLE_PC=		Rumble
	OPTIONS_RUMBLE_PS4=		Vibration
	OPTIONS_RUMBLE_XB1=		Vibration
	OPTIONS_RUMBLE_NS=		Rumble
	OPTIONS_RUMBLE_ON=		100%
	OPTIONS_RUMBLE_HALF=	50%
	OPTIONS_RUMBLE_OFF=		Off
	OPTIONS_GRAB_MODE=		Grab Mode
	OPTIONS_CROUCH_DASH_MODE=	Demo Mode
	OPTIONS_BUTTON_PRESS=	Press
	OPTIONS_BUTTON_HOLD=	Hold
	OPTIONS_BUTTON_INVERT=	Invert
	OPTIONS_BUTTON_TOGGLE=	Toggle
	OPTIONS_KEYCONFIG=		Keyboard Config
	OPTIONS_BTNCONFIG=		Controller Config

	OPTIONS_VIDEO=			VIDEO
	OPTIONS_FULLSCREEN=		Fullscreen
	OPTIONS_WINDOW=			Window Scale
	OPTIONS_VSYNC=			Vertical Sync
	OPTIONS_VIEWPORT_NS=	Adjust Screen Size
	OPTIONS_VIEWPORT_PS4=	Adjust Screen Size
	OPTIONS_VIEWPORT_XB1=	Adjust Screen Size
	OPTIONS_VIEWPORT_PC=	Adjust Screen Size
	OPTIONS_DISABLE_FLASH=	Too Flashy?
	OPTIONS_DISABLE_SHAKE=	Screen Shake?

	OPTIONS_AUDIO=			AUDIO
	OPTIONS_MUSIC=			Music
	OPTIONS_SOUNDS=			Sounds

	OPTIONS_GAMEPLAY=		GAMEPLAY
	OPTIONS_SPEEDRUN=		Speedrun Clock
	OPTIONS_SPEEDRUN_CHAPTER=Chapter
	OPTIONS_SPEEDRUN_FILE=	File
	OPTIONS_DASHES=			Dash Counter
	OPTIONS_LANGUAGE=		Language
	OPTIONS_ON=				YEP
	OPTIONS_OFF=			NOP

# KEYBOARD CONFIG
	KEY_CONFIG_TITLE=		Keyboard Config
	KEY_CONFIG_GAMEPLAY=	GAMEPLAY
	KEY_CONFIG_LEFT=		Left
	KEY_CONFIG_RIGHT=		Right
	KEY_CONFIG_UP=			Up
	KEY_CONFIG_DOWN=		Down
	KEY_CONFIG_JUMP=		Jump
	KEY_CONFIG_DASH=		Dash
	KEY_CONFIG_GRAB=		Grab
	KEY_CONFIG_TALK=		Talk
	KEY_CONFIG_MENUS=		MENU
	KEY_CONFIG_CONFIRM=		Confirm
	KEY_CONFIG_CANCEL=		Cancel
	KEY_CONFIG_PAUSE=		Pause
	KEY_CONFIG_JOURNAL=		Journal
	KEY_CONFIG_QUICKRESTART=Quick Restart
	KEY_CONFIG_RESET=		Reset All to Defaults
	KEY_CONFIG_CHANGING=	PRESS KEY FOR
	KEY_CONFIG_MOVE_ONLY=	FOR MOVEMENT ONLY
	KEY_CONFIG_DASH_ONLY=	FOR DASHING ONLY

# CONTROLLER CONFIG
	BTN_CONFIG_TITLE=		Controller Config
	BTN_CONFIG_INFO=		PRESS | TO ADD A BUTTON, | TO CLEAR BUTTONS
	BTN_CONFIG_CHANGING=	PRESS BUTTON TO ADD FOR
	BTN_CONFIG_NOCONTROLLER=Please Attach a Controller

# ADDITIONAL OPTIONS FOR V1.4.0.0
	KEY_CONFIG_DEMO=		Demodash
	KEY_CONFIG_ADVANCED=	ADVANCED
	KEY_CONFIG_MENU_NOTICE= EACH ACTION REQUIRES 1 UNIQUE BIND

# PICO-8
	PICO8_UNLOCKED=			Now playable from the Main Menu
	PICO8_PAUSE_TITLE=		PAUSED
	PICO8_PAUSE_CONTINUE=	Resume
	PICO8_PAUSE_RESTART=	Reset PICO-8
	PICO8_PAUSE_QUIT=		Exit PICO-8

# FILE MENU
	FILE_DEFAULT=		Mint
	FILE_CORRUPTED=		Corrupted :(
	FILE_FAILEDTOLOAD=	Failed to Load
	FILE_NEWGAME=		Start New Game!
	FILE_CONTINUE=		Continue
	FILE_DELETE=		Delete
	FILE_BEGIN=			Let's Go!
	FILE_ASSIST_OFF=	Too Hard? : NO
	FILE_ASSIST_ON=		Too Hard? : YES
	FILE_VARIANT_OFF=	Too Easy? : NO
	FILE_VARIANT_ON=	Too Easy? : YES
	FILE_RENAME=		Rename
	FILE_DELETE_REALLY=	Are you sure?
	FILE_DELETE_NO=		Cancel
	FILE_DELETE_YES=	Delete
	FILE_DELETE_FAILED=	Failed to Delete File!

# Assist Mode
	ASSIST_MODE_0=
		{# 44adf7}Assist Mode{#} allows you to modify{n}
		the game's rules to fit your specific needs.		
	ASSIST_MODE_1=
		This includes options such as slowing the game speed,{n}
		granting yourself invincibility or infinite stamina,{n}
		and skipping chapters entirely.
	ASSIST_MODE_2=
		Celeste is intended to be a challenging and rewarding experience.{n}
		If the default game proves inaccessible to you, we hope that{n} 
		you can still find that experience with {# 44adf7}Assist Mode{#}.
	ASSIST_ASK=		Would you like to play with {# 44adf7}Assist Mode{#}?
	ASSIST_YES=		Yes
	ASSIST_NO=		No
	ASSIST_SKIP=	Assist{n}Skip

# File Naming
	NAME_LETTERS=
		ABCDEFGHI abcdefghi
		JKLMNOPQR jklmnopqr
		STUVWXYZ  stuvwxyz
		1234567890+=:~!@$%
		^&*_-#"'()<>/\.,|`

	NAME_SPACE=			space
	NAME_BACKSPACE=		backspace
	NAME_ACCEPT=		ACCEPT
	NAME_BACK=			CANCEL

# Xbox One Stuff
	XB1_MENU_SWITCH_PROFILE=	Switch Profile
	XB1_SIGN_OUT_MESSAGE=		A sign-in change has occured. Please sign back in or exit to the title screen.
	XB1_SIGN_IN=				Sign-in
	XB1_RECONNECT_CONTROLLER=	Please reconnect your controller to continue.

# Intro Vignette
	INTRO_VIGNETTE_RESUME=	Alright.
	INTRO_VIGNETTE_SKIP=	Let's get this over with.
	INTRO_VIGNETTE_QUIT=	(or not...)

# Overworld
	OVERWORLD_START=			From The Top
	OVERWORLD_NORMAL=			CLIMB
	OVERWORLD_INTERLUDE=		BEGIN
	OVERWORLD_REMIX=			B-SIDE
	OVERWORLD_REMIX2=			C-SIDE
	OVERWORLD_REMIX_UNLOCKED=	B-Side Unlocked!
	OVERWORLD_REMIX_UNLOCKED2=	C-Side Unlocked!

# Chapter Titles
	AREA_CHAPTER=	Chapter {x}
	AREA_0=			Prologue
	AREA_1=			Forsaken City
	AREA_2=			Old Site
	AREA_3=			Celestial Resort
	AREA_4=			Golden Ridge
	AREA_5=			Mirror Temple
	AREA_6=			Reflection
	AREA_7=			The Summit
	AREA_8=			Epilogue
	AREA_9=			Core
	AREA_10=		Farewell

# Checkpoints
	CHECKPOINT_1_0=		Hey, A Refill!
	CHECKPOINT_1_1=		Bottomless Pit

	CHECKPOINT_2_0=		Who Are You?
	CHECKPOINT_2_1=		Just A Dream

	CHECKPOINT_3_0=		Not Your Mess
	CHECKPOINT_3_1=		24/7 Stupidity
	CHECKPOINT_3_2=		Super Ghostbusters

	CHECKPOINT_4_0=		At A Crossroads
	CHECKPOINT_4_1=		Frictionless-less
	CHECKPOINT_4_2=		Must Be The Wind

	CHECKPOINT_5_0=		In The Dark
	CHECKPOINT_5_1=		Where You Don't Belong
	CHECKPOINT_5_2=		At Another Crossroads
	CHECKPOINT_5_3=		Tag Team

	CHECKPOINT_6_0=		From The Top...?
	CHECKPOINT_6_1=		Starting Over
	CHECKPOINT_6_2=		Reflection
	CHECKPOINT_6_3=		Part of Her
	CHECKPOINT_6_4=		Part of You

	CHECKPOINT_7_0=		Where It Started
	CHECKPOINT_7_1=		Where She Intervened
	CHECKPOINT_7_2=		Where He Resides
	CHECKPOINT_7_3=		Where Wind Falls
	CHECKPOINT_7_4=		Where Magic Sifts
	CHECKPOINT_7_5=		Where We'll Finish

	CHECKPOINT_8_0=		Save Your Dash
	CHECKPOINT_8_1=		Thermostat Troubles
	CHECKPOINT_8_2=		Celeste's True Power

	CHECKPOINT_9_0=		Hey, Two Refills!
	CHECKPOINT_9_1=		Jelly Friend
	CHECKPOINT_9_2=		Aurora Borealis
	CHECKPOINT_9_3=		That Bird?!
	CHECKPOINT_9_4=		The Chase
	CHECKPOINT_9_5=		A Rhythm Rush
	CHECKPOINT_9_6=		Triple Tech
	CHECKPOINT_9_7=		Sayonara

# B-Side Checkpoints
	CHECKPOINT_1H_0=	Oh Great. It's Harder.
	CHECKPOINT_1H_1=	Momentum

	CHECKPOINT_2H_0=	Guess Who?
	CHECKPOINT_2H_1=	An Untrue Reality

	CHECKPOINT_3H_0=	Cycle Collapse
	CHECKPOINT_3H_1=	Timing
	CHECKPOINT_3H_2=	Rooftop Run

	CHECKPOINT_4H_0=	Two Tile Trouble
	CHECKPOINT_4H_1=	Trust Yourself
	CHECKPOINT_4H_2=	MUST BE THE WIND, RIGHT?

	CHECKPOINT_5H_0=	Yet Another Crossroads
	CHECKPOINT_5H_1=	Seeking Safety
	CHECKPOINT_5H_2=	Theo Type Beat

	CHECKPOINT_6H_0=	Crystal Clusters
	CHECKPOINT_6H_1=	Magnetization
	CHECKPOINT_6H_2=	Confronting Herself

	CHECKPOINT_7H_0=	Forgotten Constructs
	CHECKPOINT_7H_1=	Otherworldly Sights
	CHECKPOINT_7H_2=	Cyclical Ridiculousness
	CHECKPOINT_7H_3=	Giant's Rampage
	CHECKPOINT_7H_4=	Mystic Tides
	CHECKPOINT_7H_5=	True Symbolism

	CHECKPOINT_8H_0=	Into the Core
	CHECKPOINT_8H_1=	Frozen Flames
	CHECKPOINT_8H_2=	Centralification

# Postcards
	POSTCARD_AREA_1=
		Select {#2dd27b}Save and Quit{#} from the pause menu at any time to take a break. You'll resume from the same screen and you won't lose any progress!

	POSTCARD_AREA_2=
		{#ff1144}Strawberries{#} will impress your friends, but that's about it. Only collect them if you really want to!

	POSTCARD_AREA_3=
		Be proud of your {#2dd27b}Death Count{#}!{n}{n}It shows others how experienced you are. The higher it is, the more you're learning.{n}{n}Keep going!

	POSTCARD_AREA_4=
		{# F94A4A}Climbing Tip!{#}{n}Low on energy in a pinch?{n}{n}Jumping away from walls{n}doesn't consume stamina!

	POSTCARD_AREA_5=
		{# F94A4A}Did You Know?{#}{n}Most climbing mishaps{n}occur due to exhaustion.{n}{n}Remember to take regular breaks!

	POSTCARD_AREA_6=
		{# F94A4A}Did You Know?{#}{n}{n}No one knows where Aurora Borealis has been localized.{n}{n}Not yet.

	POSTCARD_CSIDES=
		It's finger-breaking time!{n}{n}{# F94A4A}C-Sides{#} have been unlocked, and{n}{# dbb63f}Golden Strawberries{#} have appeared{n}at the start of every chapter!{n}{n}Good luck, {+MADELINE}!

	POSTCARD_VARIANTS=
		Wow, you did it!{n}{n}{# 9B3FB5}Variants{#} are now accessible from the File Select Menu.{n}{n}Go nuts!

# Journal
	JOURNAL_OF=
	JOURNAL_PROGRESS=				PROGRESS
	JOURNAL_SPEEDRUNS=				RECORDS:{n}SPEEDRUNS
	JOURNAL_DASHES=					RECORDS:{n}FEWEST DASHES
	JOURNAL_DEATHS=					RECORDS:{n}FEWEST DEATHS
	JOURNAL_POEM=					CRYSTAL HEARTS
	JOURNAL_MODE_NORMAL=			CLEAR
	JOURNAL_MODE_NORMAL_FULLCLEAR=	FULL CLEAR
	JOURNAL_MODE_BSIDE=				B-SIDE
	JOURNAL_MODE_CSIDE=				C-SIDE
	JOURNAL_TOTALS=					TOTALS
	JOURNAL_GRANDTOTAL=				GRAND TOTAL

# Stats
	STATS_TITLE=			Global Steam Stats
	STAT_BERRIES=			Strawberries
	STAT_DEATHS=			Deaths
	STAT_DASHES=			Dashes
	STAT_GOLDBERRIES=		Golden Berries
	STAT_PICO_BERRIES=		PICO-8 Strawberries
	STAT_PICO_DEATHS=		PICO-8 Deaths
	STAT_PICO_COMPLETES=	PICO-8 Completes

# Saving / Loading Failed
	SAVEFAILED_TITLE=	UNABLE TO SAVE
	SAVEFAILED_RETRY=	Try Again
	SAVEFAILED_IGNORE=	Continue Without Saving
	LOADFAILED_TITLE=	UNABLE TO LOAD
	LOADFAILED_GOBACK=	Go Back
	LOADFAILED_IGNORE=	Continue Without Saving

# Tutorial
	TUTORIAL_CLIMB=		THINK
	TUTORIAL_HOLD=		HOLD
	TUTORIAL_DASH=		FIX YOUR MISTAKE
	TUTORIAL_DREAMJUMP=	PERFORM BASIC MOVEMENT
	TUTORIAL_CARRY=		GRAB THE THINGY

# Area Complete
	AREACOMPLETE_NORMAL=				Chapter Complete
	AREACOMPLETE_NORMAL_FULLCLEAR=		Chapter Clear
	AREACOMPLETE_BSIDE=					B-Side Complete
	AREACOMPLETE_CSIDE=					C-Side Complete
	MOUNTAIN_COMPLETE_NORMAL=			Complete
	MOUNTAIN_COMPLETE_NORMAL_FULLCLEAR=	Clear
	MOUNTAIN_COMPLETE_BSIDE=			B-Side Complete
	MOUNTAIN_COMPLETE_CSIDE=			C-Side Complete

# Game Paused
	MENU_PAUSE_TITLE=			HOLD ON
	MENU_PAUSE_RESUME=			Resume
	MENU_PAUSE_SKIP_CUTSCENE=	Skip Cutscene
	MENU_PAUSE_RETRY=			Retry
	MENU_PAUSE_ASSIST=			Assist Options
	MENU_PAUSE_VARIANT=			Variants
	MENU_PAUSE_OPTIONS=			Options
	MENU_PAUSE_RESTARTAREA=		Restart Chapter
	MENU_PAUSE_SAVEQUIT=		Save and Quit
	MENU_PAUSE_RETURN=			Return to Map
	MENU_PAUSE_RESTARTDEMO=		Restart Demo
	MENU_RETURN_TITLE=			HEAD SOMEWHERE ELSE?
	MENU_RETURN_CONTINUE=		Yeah
	MENU_RETURN_CANCEL=			Nope
	MENU_RETURN_INFO=			Returning to Map will save your progress,{n}
								but you must restart at the last checkpoint.
	MENU_RESTART_TITLE=			GIVE IT ANOTHER SHOT?
	MENU_RESTART_CONTINUE=		Yeah
	MENU_RESTART_CANCEL=		Nope

# Assist UI
	MENU_ASSIST_TITLE=					ASSIST MODE
	MENU_ASSIST_SUBTITLE=				Assists
	MENU_ASSIST_GAMESPEED=				Game Speed
	MENU_ASSIST_INVINCIBLE=				No More Mistakes
	MENU_ASSIST_AIR_DASHES=				Dash Count
	MENU_ASSIST_DASH_ASSIST=			Dash Assist
	MENU_ASSIST_AIR_DASHES_NORMAL=		Normal
	MENU_ASSIST_AIR_DASHES_TWO=			2
	MENU_ASSIST_AIR_DASHES_INFINITE=	2 Many
	MENU_ASSIST_INFINITE_STAMINA=		More Time To Think

# Variant UI
	MENU_VARIANT_TITLE=					VARIANTS
	MENU_VARIANT_SUBTITLE=				Variants
	MENU_VARIANT_MIRROR=				Mirror Mode
	MENU_VARIANT_360DASHING=			360 Dashing
	MENU_VARIANT_INVISMOTION=			Where'd you go?
	MENU_VARIANT_PLAYASBADELINE=		Part of Her
	MENU_VARIANT_NOGRABBING=			No Time To Think
	MENU_VARIANT_LOWFRICTION=			Luigi Mode
	MENU_VARIANT_SUPERDASHING=			Super Dashing
	MENU_VARIANT_HICCUPS=				Hiccups

# Misc UI
	UI_CUTSCENE_SKIP=	Skip
	UI_REMIX_UNLOCKED=	B-Side Unlocked
	UI_CANCEL=			Back
	UI_CONFIRM=			Confirm
	UI_QUICK_RESTART_TITLE=Quick Restart: 
	UI_QUICK_RESTART_HOLD=Hold
	UI_QUICK_RESTART_PRESS=Press

# B SIDES
	REMIX_BY=			Beats by
	REMIX_ALBUM=		Celeste B-Sides

	AREA_1_REMIX=		(Sever the Skyline Mix)
	AREA_2_REMIX=		(Black Moonrise Mix)
	AREA_3_REMIX=		(Good Karma Mix)
	AREA_4_REMIX=		(Golden Feather Mix)
	AREA_5_REMIX=		(Mirror Magic Mix)
	AREA_6_REMIX=		(Center of the Earth Mix)
	AREA_7_REMIX=		(No More Running Mix)
	AREA_9_REMIX=		(Say Goodbye Mix)

# Credits
	CREDITS_THANKYOU=	Thanks for playing :)
						{# 96EFFF}Celeste{#} + {# 22FFAB}Mint{#} by 
						{# 22FFAB}Mint{#} and {# 52B4FF}Owen{#}

# Names
	THEO=				{# FF9523}Theo{#}
	THEO_UNDER_STARS=	{# FFFF4C}@TheoUnderStars{#}
	MIXMASTER_THEO=		{# FF9523}Mix Master Theo{#}
	MOM=				{# 339CC7}Mom{#}
	MROSHIRO=			{# 7BD838}Mr\. Oshiro{#}
	OSHIRO=				{# 7BD838}Oshiro{#}
	ELCREEPO=			{# 7BD838}El Creepo{#}
	MADELINE=			{# 22FFAB}{savedata Name}{#}
	MS_MADELINE=		{# 22FFAB}Mr\. {savedata Name}{#}
	BADELINE=			{# D678DB}Badeline{#}
	RESORT=				{# b864be}Celestial Resort{#}
	THOUGHT=			{# 696a6a}{~}(
	ENDTHOUGHT=			){/~}{#}
	MOUNTAIN=			{# 96EFFF}Mountain{#}
	CELESTE_MOUNTAIN=	{# 96EFFF}Celeste Mountain{#}
	PART_OF_ME=			{# d678db}{~}Part of Me{/~}{#}
	PART_OF_YOU=		{# d678db}{~}Part of You{/~}{#}
	PART_OF_HER=		{# d678db}{~}Part of Her{/~}{#}
	PART_OF_SOMEONE=	{# d678db}{~}Part of Madeline{/~}{#}
	HER=				{# F94A4A}Her{#}
	SHE=				{# F94A4A}She{#}
	SOMEONE=			{# F94A4A}Madeline{#}
	ST_BAD=				{# d678db}{~}
	END_BAD=			{/~}{#}
	GRANNY=				{# 66ea3a}Granny{#}
	PART_OF_HER_GRANNY=	{# 66ea3a}{~}Part of Her{/~}{#}
	PART_OF_GRANNY=		{# 66ea3a}{~}Part of Granny{/~}{#}

# Theo sister name
# if the player name is the same as this one, theo's sister name becomes the ALT_NAME
	THEO_SISTER_NAME=		Alex
	THEO_SISTER_ALT_NAME=	Maddy
	ALEX=					{# F94A4A}{savedata TheoSisterName}{#}

# ================================== IN-GAME DIALOG BEGINS HERE! ==================================

# *** Prologue ***
 
	CH0_INTRO=
		This is it, {+MADELINE}.
		Just breathe. It'll be easy.
		{>> 0.5}...right?{>>}

	CH0_GRANNY=
		{anchor top}

		[MADELINE left sad]
		Excuse me, ma'am?

		{trigger 0 Madeline walks forward}

		[MADELINE left sad]
		The sign out front is busted... Is this the-
		
		[MADELINE left distracted]
		Wait...

		[MADELINE left distracted]
		Why do I sound like this?
		
		[GRANNY right mock]
		I could be asking you the same thing.
		
		[GRANNY right normal]
		Anyhoo, you're looking for the {+mountain} trail?
		
		[GRANNY right normal]
		Well, you're almost there.{n}It's just across the bridge.
		
		[MADELINE left distracted]
		Alright...

		{trigger 1 Madeline walks to the right of the house, turns left}
		
		[MADELINE right sad]
		By the way, you should call someone about your driveway. The ridge collapsed and I nearly died.

		{trigger 2 Granny laughs}

		[GRANNY left laugh]
		If my {>> 0.3}"driveway"{>>}{0.2} almost did you in,{n}the {+mountain} might be a bit much for you.

		{trigger 3 Laugh Continues}

		[MADELINE right upset]
		{0.5}...{0.2}

		[MADELINE right upset]
		Yeah, I think I'll be fine.

		{trigger 4 Stop laughing}

		[GRANNY left normal]
		Suit yourself.

		{silent_trigger 5 Ominous zoom-in}

		[GRANNY left normal]
		But you should know,{n}{+CELESTE_MOUNTAIN} is a strange place.

		[GRANNY left creepA]
		You might see things.

		[GRANNY left creepB]
		Things you ain't ready to see.

		{trigger 6 pan to Maddy}

		[MADELINE right upset]
		...Uh-huh.

		{trigger 3 resume laughing}

	CH0_END=
		{>> 0.5}...{>>}You sure you got this?

# *** Chapter 01 ***

	CH1_THEO_A=
		[THEO left normal]
		Ho there, fellow traveller!

		[MADELINE right distracted]
		Oh... hi.

		{trigger 0 Madeline approaches}
		
		[THEO left normal]
		What a killer night for a hike!

		[MADELINE right sad]
		I guess so.

		[THEO left normal]
		This place is so crazy. 

		[THEO left excited]
		I kind of can't believe it exists!

		[MADELINE right sad]
		Not the easiest climb, is it?

		[MADELINE right distracted]
		But I guess that's what I was looking for...
		
		[THEO left normal]
		Whoa, that sounds pretty serious.
		
		[THEO left thinking]
		I guess I'm just happy to{n}see someone else up here.
		
		[THEO left wtf]
		Even if they... aren't exactly human.

		[THEO left excited]
		I'm {+ theo} by the way, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		[MADELINE right sad]
		Huh. {0.5}[MADELINE right normal]Nice name.

	CH1_THEO_B=
		[MADELINE right sad]
		Oh yeah, that's right.{n}I gotta introduce myself now.
		
		[MADELINE right normal]
		My name's {+MADELINE}.
		
		[MADELINE right sad]
		I'm... {0.5}[MADELINE right distracted]not exactly from around here.

		[THEO left normal]
		Well, {+MADELINE}, I'd say you've come to the right place!

		[THEO left thinking]
		I'm freezing my toes off, but I can't imagine{n}a better place to be for some quiet reflection.
		
		[MADELINE right sad]
		Yeah, maybe you're right.

		[MADELINE right normal]
		What "{>> 0.5}{~}far off land{/~}{>>}" do you hail from?
		
		[THEO left excited]
		Well, my inquisitive compatriot, I doth hail{n}from the {0.3}{~}mystical,{0.4} exotic{/~}{0.4} kingdom of...
		
		[THEO left normal]
		{0.4} Seattle.

		[MADELINE right sad]
		Seattle...{0.5}{n}That's the place with the needle, right?

	CH1_THEO_C=
		[THEO left excited]
		This place is wild!

		[THEO left normal]
		Why would an entire city be abandoned?
		
		[MADELINE right distracted]
		Well, I did read up a bit about this place...
		
		[MADELINE right sad]
		It said that some mega-corporation started{n}building it, but then no one wanted to live here.

		[MADELINE right distracted]
		I wonder why...
		
		[THEO left excited]
		My money's on a government cover-up.

		[MADELINE right sad]
		That's a... {0.4}wild theory.
		
		[MADELINE right distracted]
		Still feels pretty wasteful to do something like that..

		[THEO left normal]
		At least we get to enjoy the leftovers.

	CH1_THEO_D=
		[MADELINE right normal]
		You climbing the {+MOUNTAIN} too?
		
		[THEO left thinking]
		Nah, not really.
		
		[THEO left normal]
		I've just got a thing for abandoned cities.
		
		[THEO left thinking]
		And I like to think of myself{n}as a budding photographer.
		
		[MADELINE right normal]
		Oh really? Cool!
		Do you have a blog or something?
		
		[THEO left wtf]
		A blog?
		
		[THEO left thinking]
		{+MADELINE}.
		Everyone uses {# 1DA1F2}Twitter{#} now.
		
		[MADELINE right distracted]
		Unfortunately.

	CH1_THEO_E=
		[THEO left normal]
		I'm guessing you're gonna head back out there?
		
		[MADELINE right normal]
		Yep. I'm heading for the summit.
		
		[THEO left thinking]
		Seems pretty risky.
		
		[THEO left excited]
		The determination in your eyes{n}says otherwise, though!

		[THEO left normal]
		It's inspiring.

		[MADELINE right distracted]
		I guess so.

		[MADELINE right normal]
		I bet you could make it to the summit too.

		[THEO left normal]
		Maybe. 
		
		[THEO left thinking]
		I don't really care about reaching the top, TBH.

		[THEO left normal]
		{!}Oh!{/!} But I heard there are some {~}legit{/~}{n}old ruins up beyond the city.
		
		[THEO left excited]
		Like 1800's legit. 

		[THEO left normal]
		I know it's risky but I have to see them for myself.

	CH1_THEO_F=
		[THEO left normal]
		What's that thing you say right before{n}you do something irresponsible?

		[MADELINE right sad]
		That's a good question.
		
		[MADELINE right distracted]
		...{0.3}despite the fact that I do stupid things all the time...

		[THEO left wtf]
		Hmmm...

		[THEO left excited]
		Oh right...

		{trigger 0 Theo pumps his fist in the air}
		
		[THEO left yolo]
		{big}{~}Y{>> 0.5}OLO{>> 0.2}OOOOOOOO!!{>>}{/~}{/big}
		
		[MADELINE right upset]
		This is the part where I leave, right?

	MEMORIAL=
		-- CELESTE MOUNTAIN --
		This memorial dedicated to those
		Who perished on the climb

	CH1_END=
		[MADELINE left distracted]
		Seems like a good stopping point.

		{trigger 0 MADELINE sits down to rest. A bird swoops in, lands on her head, and goes to sleep}
		
		[MADELINE left distracted]
		...This probably wasn't a good idea...
		But I'm already this far.
		
		[MADELINE left sad]
		At least I'll actually start climbing tomorrow.
		
		[MADELINE left sadder]
		{>> 0.6}Hopefully something funny happens...{>>}

# *** Chapter 02 ***

	CH2_BADELINE_INTRO=
		{anchor top}
		
		[BADELINE left normal]
		{+MADELINE}, darling, slow down.

		{trigger 0 Madeline turns around}
		
		[MADELINE right distracted]
		Who said that?
		
		[BADELINE left normal]
		Your answer's right in front of you.

		{trigger 1 Badeline is revealed}
		
		[MADELINE right sad]
		Who are you?

		[BADELINE left normal]
		Oh, I just live here.

		[MADELINE right sad]
		In a place like {0.3}this?

		[BADELINE left scoff]
		Probably better than where you live{n}if you believed that.

		[MADELINE right distracted]
		Jeez, I was just asking...
		
		[MADELINE right sad]
		Hey, {0.2}do you know the way around here?
		
		[BADELINE left upset]
		If I wanted to, I'd {0.2}{~}love{/~}{0.2} to help you out.
		
		[MADELINE right sad]
		What's stopping you?
		
		[BADELINE left normal]
		I'm looking for someone.
		
		[BADELINE left upset]
		Someone {0.2}important.

		[MADELINE right distracted]
		Well, can you help me figure out what's going on?
		
		[MADELINE right sad]
		Everything looks weird outside.{n}{0.4}There's weird floaty blocks too.
		And that whole mirror thing isn't{n}making a lot of sense.
		
		[BADELINE left angry]
		What are you on about?
		
		[MADELINE right sad]
		{~}Weird mirror stuff{/~} only happens in things like dreams.
		
		[BADELINE left angryAlt]
		So what, you think you're {~}{>> 0.3}dreaming?{>>}{/~}
		
		[MADELINE right distracted]
		I mean... it makes sense.
		
		[MADELINE right sad]
		If I really AM dreaming, then-
		
		[BADELINE left upset]
		Honey, I'd {~}love{/~} to help you out.
		But I told you,{n}I've got something more important than "this".
		
		[BADELINE left scoff]
		YOU sound weird yourself trying to{n}figure what's real and what's not.
		
		[MADELINE right distracted]
		...
		
		[MADELINE right sad]
		Well, you can follow me if you want.{n}I'm climbing the {+MOUNTAIN}.
		Whoever this person is, {0.3}they might still be here somewhere.
		
		[BADELINE left upset]
		Wait, hold on.
		
		[BADELINE left normal]
		YOU'RE{0.4} climbing the {+MOUNTAIN}?
		
		[MADELINE right sad]
		Yeah. {0.4}[MADELINE right normal]Seems pretty fun.

		{trigger 2 Badeline starts laughing}
		
		[BADELINE left scoff]
		You sound pretty stupid thinking{n}that you're a {~}mountain climber{/~}.

		[MADELINE right distracted]
		Who says I can't be?

		{trigger 3 Badeline stops laughing}
		
		[BADELINE left upset]
		I mean, come on.{n} You don't even look the part.
		You have no idea what you're getting into.
		You can't handle this.
		
		[BADELINE left scoff]
		I can look for her myself.
		
		[MADELINE right upset]
		Not really that optimistic, are you?

		[BADELINE left upset]
		Oh please. {0.4}[BADELINE left normal]I'm pragmatic.
		
		[BADELINE left scoff]
		And I'm {~}trying{/~} to be reasonable here.
		
		[MADELINE right sad]
		Really?{n}{0.6}[MADELINE right normal]I bet you I can still make it.
		
		[BADELINE left scoff]
		I doubt it.
		
		[BADELINE left serious]
		{s 4}But if you insist... {.6}[BADELINE left serious_alt]I'll tag along.

	CH2_DREAM_PHONECALL=
		[MADELINE_PHONE left sad]
		Hello?
		
		[none]
		'Ello?
		
		[MADELINE_PHONE left distracted]
		Are you... calling a payphone?
		
		[none]
		Are you?
		
		[MADELINE_PHONE left distracted]
		No...
		
		[MADELINE_PHONE left sad]
		The phone was ringing on my side.
		
		[none]
		Huh??{n}That's... weird.
		Anyways, I think I'm in trouble.{n}How 'bout you?
		
		[MADELINE_PHONE left sad]
		I'm not having it any easier.
		
		[MADELINE_PHONE left distracted]
		I got chased out of some ruins by {*}something{/*}.
		
		[none]
		S- {0.5}Same here???
		Wait...
		...do you, by any chance, have golden hair?
		
		[MADELINE_PHONE left distracted]
		Golden... hair?
		
		[MADELINE_PHONE left sad]
		I don't have any. I'm a cloud.
		
		[none]
		Okay, so you're NOT me from another dimension.
		Glad we got that cleared up.
		Still... I feel like our journeys are {0.4}{~}connected{/~} somehow.
		
		[MADELINE_PHONE left sad]
		Like... our dreams?
		...
		
		[MADELINE_PHONE left distracted]
		I AM dreaming, right?
		
		[none]
		Wait, am I dreaming?
		{~}The fuck?{/~}
		
		[MADELINE_PHONE left distracted]
		Well, then how... did the phone-
		
		{trigger 0 Badeline appears}
		
		[BADELINE right scoff]
		Well, that was productive.
		
		[MADELINE left distracted]
		What... was...

		[BADELINE right normal]
		Told ya you can't do it.
		
		[BADELINE right scoff]
		You had enough trouble trying to get away from me.
		
		[MADELINE left sad]
		I think I made more progress than anything.
		
		[MADELINE left distracted]
		Weren't you looking for someone?
		
		[BADELINE right upset]
		I was, until you kindly asked me to waste my time.
		
		[MADELINE left sad]
		Wow, no wonder you haven't found them.
		You're like, better at wasting time{n}than you are at anything else.
		
		[BADELINE right yell]
		SHUT UP!
		
		[BADELINE right yell]
		It's not like you'd get far anyway!
		
		[MADELINE left distracted]
		Well, at least we know whoever{n}you're looking for isn't here.
		
		[MADELINE left normal]
		I guess you owe me one now.
		
		[BADELINE right scoff]
		Oh, I{0.4} owe you one?
		
		[BADELINE right normal]
		Then consider {~}this{/~} a favor.{n}{0.5}[BADELINE right upset]You're not getting another one of these.
		
	# if the MADELINE has never met Theo before
	CH2_THEO_INTRO_NEVER_MET=
		[THEO left normal]
		Ho there, fellow explorer!
		
		[MADELINE right distracted]
		Oh... hi.

		{trigger 0 Madeline approaches}

		[THEO left thinking]
		Never thought I'd see a... {0.2}cloud{0.4} around here.

		[THEO left normal]
		Did you also trek up here to scope out these old ruins?
		
		[MADELINE right distracted]
		Uhh... no. 
		
		[MADELINE right sad]
		I'm headed for the summit.
		
		[THEO left excited]
		Whoa, that's crazy!
		
		[THEO left normal]
		It's gonna be risky, but you seem determined.
		
		[THEO left excited]
		I'm {+ theo} by the way, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		[MADELINE right sad]
		Huh.
		
		[MADELINE right normal]
		Nice to meet you.

	# if the MADELINE has met Theo, but never introduced herself
	CH2_THEO_INTRO_NEVER_INTRODUCED=
		[MADELINE right sad]
		Hey {+ theo}, sorry about earlier.{n}I'm {+MADELINE}.
		I've got a lot on my mind.
		
		[THEO left normal]
		Well this is a good place for it.
		Something about these ruins feels so introspective.
		It's really making me take a{n}look in the mirror, so to speak.
		
		[MADELINE right distracted]
		Yeah... I get that.

		[MADELINE right normal]
		So what "{>> 0.5}{~}far off land{/~}{>>}" do you hail from?
		
		[THEO left excited]
		Well, my inquisitive compatriot, I doth hail{n}from the {0.3}{~}mystical,{0.4} enigmatic{/~}{0.4} kingdom of...
		
		[THEO left normal]
		{0.4} Seattle.

		[MADELINE right distracted]
		I've never been there, {0.3}[MADELINE right normal]but it sounds cool.

	# added to the start of the CH2_THEO_A if the MADELINE has met and introduced themselves to Theo
	# (if NEVER_MET and NEVER_INTRODUCED are skipped)
	CH2_THEO_A_EXT=
		[THEO left excited]
		Hey, {+MADELINE}!{n}You made it!

		{trigger 3 Madeline Approaches}

		{+ CH2_THEO_A}

	# normal conversation once introductions are out of the way
	CH2_THEO_A=
		[THEO left normal]
		Climbing up here was tough,{n}but totally worth it.
		
		[THEO left excited]
		Just look at these ruins!
		I took so many great pics, wanna see?
		
		[MADELINE right sad]
		Oh... [MADELINE right normal]sure.

		{trigger 0 Maddy walks to Theo}

		[MADELINE right surprised]
		Woah!
		
		[MADELINE right normal]
		{+ theo}, these are great!
		
		[THEO left thinking]
		Maybe I'll finally hit a thousand followers with these.

		{trigger 1 Theo puts away phone}
		
		[THEO left normal]
		Oh! We need to formally commemorate this occasion...
		
		[THEO left excited]
		Take a selfie with me!
		
		[MADELINE right distracted]
		A selfie? Right now?
		
		[THEO left normal]
		Come on, it's easy. Like this!

		{trigger 2 Theo takes a selfie with Maddy by surprise}
		
		[MADELINE right upset]
		...
		
		[MADELINE right distracted]
		{+THOUGHT}Wait a second...{+ENDTHOUGHT}
		
		[MADELINE right distracted]
		{+THOUGHT}That's not me...{+ENDTHOUGHT}

	CH2_THEO_B=
		[THEO left normal]
		Wow. I'm not gonna lie, {+MADELINE}.
		You're pretty photogenic when it comes to selfies.
		
		[THEO left excited]
		You look entirely different in this{n}selfie than you normally look!
		
		[THEO left normal]
		No offense.
		
		[MADELINE right distracted]
		If you say so.
		
		[THEO left normal]
		No photo looks great without a filter, though.

		{trigger 0 Add filter to selfie}
		
		[THEO left thinking]
		Casual, yet refined.

	CH2_THEO_C=
		[MADELINE right sad]
		Well, anyways...
		
		[MADELINE right normal]
		What made you want to try photography?

		[THEO left normal]
		My grandpa was really into it.

		[THEO left thinking]
		Apparently he was semi-famous{n}in the photography world.

		[THEO left wtf]
		I don't know if I'll ever be that good at it.

		[THEO left normal]
		But it's nice to feel close to him.

	CH2_THEO_D=
		[THEO left excited]
		So you're determined to climb the entire {+mountain}?
		
		[MADELINE right normal]
		Yep.
		
		[MADELINE right sad]
		I may not look like it, but{n}I am pretty good at climbing.

		[MADELINE right normal]
		Doing this should be no different.
		
		[THEO left excited]
		You got goals! I dig it.
		
		[THEO left normal]
		I doubt I'll make it to the top like you,{n}but I'm not ready to turn back just yet.

	CH2_THEO_E=
		[THEO left wtf]
		Are you getting any data up here?
		
		[MADELINE right sad]
		I'd check, but my phone died a while ago.
		
		[MADELINE right distracted]
		And I forgot to bring a battery pack...
		
		[MADELINE right normal]
		Less distractions for me, I guess.

	CH2_END_PHONECALL=
		[MADELINE_PHONE left distracted]
		...
		
		[MADELINE_PHONE left sad]
		I don't have any quarters.

	CH2_JOURNAL=
		There's a dusty old book open on the table.
		A haiku is written on the faded page.

	CH2_POEM=
		One room to the next,{n}
		Resetting freedom in a{n}
		Vulnerable dream{n}

# *** Chapter 03 ***

	CH3_OSHIRO_FRONT_DESK=
		[OSHIRO right normal]
		Welcome! May I help you?

		[MADELINE left sad]
		Woah, a ghost.
		
		[OSHIRO right worried]
		A ghost? Don't be silly.
		
		[OSHIRO right normal]
		I am the concierge of this fine establishment.

		[OSHIRO right worried]
		Welcome to{.3} {~}{>> .2}the world-renowned{/~}{>>}{n}{big}Celestial Resort Hotel!{/big}

		[OSHIRO right normal]
		{+ mroshiro}, at your service.
		
		[OSHIRO right sidehappy]
		{+thought}Three guests in one week!{n}Business is finally picking up!{+endthought}
		
		[OSHIRO right normal]
		How long will you be staying with us?
		
		[MADELINE left normal]
		Oh... I'm just passing through.{n}I'm climbing the {+mountain}.
		
		[MADELINE left normal]
		You got a back exit?
		
		[OSHIRO right worried]
		...a back exit?
		
		[OSHIRO right sideworried]
		{+thought}Just passing through? This will not do.{+endthought}
		
		[MADELINE left sad]
		Who are you... talking to?
		
		[OSHIRO right nervous]
		No one! {0.1}It's nothing!
		
		[OSHIRO right normal]
		In any case, our rear service door{n}is reserved for hotel staff only.

		[OSHIRO right worried]
		However, our top floor presidential suite{n}features a world-class view of the peak.

		[OSHIRO right normal]
		Yes, you'll be quite comfortable up there.
		
		[MADELINE left sad]
		I'll probably be there for only two seconds.
		
		[OSHIRO right sidehappy]
		{+thought}The presidential suite, marvelous idea {+ oshiro}!{+endthought}
		
		[OSHIRO right normal]
		What is your name, for our records?
		
		[MADELINE left normal]
		I'm {+MADELINE}. 
		
		[MADELINE left sad]
		But again, I'm really not interested in staying.

		{trigger 0 Camera zooms back out}
		
		[OSHIRO right normal]
		Right this way, {+MADELINE}.
		
		[MADELINE left sad]
		Ooh, {0.5}[MADELINE left normal]formalities. 

	CH3_GUESTBOOK=
		It appears to be a very old and dusty guestbook.
		Many of the pages are damaged or missing.
		The comments, however, are glowing...
		"We'll never forget our time here."
		"I've never felt more at peace. Thank you."
	
	CH3_OSHIRO_HALLWAY_A=
		[OSHIRO right normal]
		Please follow me closely, {+MADELINE}.
		The elevator is just down the hall.
		
		[MADELINE left sad]
		Jeez, you're moving pretty fast.
		
		[MADELINE left distracted]
		I'm not exactly a ghost like you.

		[MADELINE left sad]
		Is this hotel really open for business?
		Seems like it's in real rough shape.
		
		[OSHIRO right nervous]
		Of course we're open!

		[OSHIRO right worried]
		The Celestial Resort Hotel would never{n}close during prime tourism season!

		[OSHIRO right sideworried]
		{+thought}Rough shape? What did they mean by that?{+endthought}

		[OSHIRO right normal]
		Oh! Please allow me to carry your luggage.
		
		[MADELINE left sad]
		My bag?

		[MADELINE left normal]
		Nah, I'm good.{n}It's not that heavy.
		
		[OSHIRO right normal]
		Hmm. Very well.
		
		[OSHIRO right sidesuspicious]
		{+thought}What a peculiar guest.{+endthought}

	CH3_OSHIRO_HALLWAY_B=
		[OSHIRO right normal]
		{+MADELINE}, I really must implore you to keep up.

		[OSHIRO right worried]
		I'm running a world-class establishment here.{n}I don't have time to wait around for meandering guests.
		
		[MADELINE left upset]
		Hey, it's like I said.{n}I'm not exactly a ghost.
		I can't just magically phase through walls.
		
		[MADELINE left sad]
		Plus, this place looks nowhere near "world-class".
		It looks more like...{0.3}[MADELINE left distracted]{1.0}[MADELINE left sad] "sad" {0.5}and "forgotten".
		
		[OSHIRO right sideworried]
		{+thought}{+oshiro} you idiot, the customer is always right!{+endthought}
		{+thought}Business is finally picking up{n}and you lose your temper!?{+endthought}
		
		[OSHIRO right nervous]
		Oh... of course {+MADELINE}!
		My sincere apologies, I was out of line.

		[OSHIRO right normal]
		Please, feel free to explore at your leisure.
		
		[MADELINE left sad]
		I'll be out in two seconds.

	CH3_MEMO_OPENING=
		An old paper sticks out from amid the clutter...

	CH3_MEMO=
		{big}Attention hotel staff:{/big}{n}{n}
		It is my sad duty to inform you that the Celestial Resort Hotel will close indefinitely following this season, due to circumstances beyond our control.{n}{n}
		It was an honor to have served alongside you all, as we worked tirelessly to ensure that our guests enjoyed the most hospitable and memorable experience possible.{n}{n}
		I write this with a heavy heart. This hotel has become my home, its staff and patrons my family. I will miss you all dearly.{n}{n}
		-Mr\. Oshiro

	CH3_OSHIRO_CLUTTER0=
		[OSHIRO left worried]
		Argh! This clutter is out of control!

		{trigger 1 Oshiro paces to the left}

		[OSHIRO left worried flip]
		When did this happen!?

		{trigger 2 Oshiro paces back to the right}

		[OSHIRO left worried]
		I don't even know where to begin...
		
		[MADELINE right distracted]
		Woah. 
		
		[MADELINE right sad]
		{+mroshiro}, do you run this whole place by yourself?
		
		[OSHIRO left nervous]
		You're right {+MADELINE},{n}I'll never sort this mess out alone.

		{trigger 0 Oshiro Collapses}
		
		[OSHIRO left drama]
		It's hopeless.

		[MADELINE right distracted]
		I didn't... imply that.

		[MADELINE right sad]
		Just chill, {+MROSHIRO}. Calm down.
		
		[MADELINE right distracted]
		It doesn't look like {0.1}THAT{0.3} big of a mess.
		
		[MADELINE right normal]
		I could probably help with it.
		
		[OSHIRO left normal]
		You're too kind.
		
		[OSHIRO left drama]
		But I wouldn't even bother.
		It's a lost cause.

	CH3_OSHIRO_CLUTTER0_B=
		[MADELINE right sad]
		So how long has this place been running for?

		[OSHIRO left normal]
		Oh, quite some time now.

		[OSHIRO left sideworried]
		{+thought}Business has been... slow.{+endthought}

		[MADELINE right sad]
		I can see that.{0.4}{n}[MADELINE right distracted]The place looks really empty... {0.6}and old.
		
		[MADELINE right sad]
		You must be pretty sentimental about this place.

		[OSHIRO left normal]
		Oh yes, {+MADELINE}.

		{trigger 0 Oshiro gets back up}

		[OSHIRO left normal]
		In the hotel business, our passion is{n}perfecting the delicate art of hospitality.

		[OSHIRO left worried]
		A truly great hotel lives{.2} {~}eternally{/~} in the{n}cherished memories of its satisfied guests.

		[MADELINE right sad]
		Poetic.

	CH3_OSHIRO_CLUTTER1=
		[OSHIRO right normal]
		I haven't even begun cleaning and already{n}I feel a renewed lightness of spirit!
		That's the power of positive thinking!
		
		[MADELINE left distracted]
		Yeah. {0.5}Sure.
		
		[OSHIRO right normal]
		As for you, {+MADELINE}, I'll be with you shortly.
		I must quickly attend to this mess first.
		
		[MADELINE left sad]
		Take your time.
		
		[OSHIRO right sidesuspicious]
		{+thought}{+oshiro}, you fool. You're losing them.{+endthought}

		[OSHIRO right sideworried]
		{+thought}Guests don't want to spend their time waiting!{+endthought}
		
		[MADELINE left sad]
		You good?
		
		[OSHIRO right nervous]
		Yes, of course.

		[OSHIRO right worried]
		This is the finest hotel you'll ever visit, you'll see!
		
		[OSHIRO right sideworried]
		{+thought}How could I let my problems pile up like this?{+endthought}

	CH3_OSHIRO_CLUTTER1_B=

		[MADELINE left sad]
		{+mroshiro}, it's okay if the{n}mess is making you anxious.

		[MADELINE left normal]
		I still don't plan on staying,{n}but I can help before I leave.

		[OSHIRO right sideworried]
		{+thought}They pity you, {+oshiro}. You're pathetic.{+endthought}

		[MADELINE left distracted]
		"Pity" and "worry" are two different things...

	CH3_OSHIRO_CLUTTER2=
		[MADELINE left normal]
		You know, it's looking a lot nicer in here!
		
		[MADELINE left upset]
		Can I leave now?

		[OSHIRO right worried]
		But {+MADELINE}, you've barely enjoyed the{n}myriad luxuries that our hotel has to offer!
		
		[OSHIRO right normal]
		We can talk more once I finish cleaning.

		[OSHIRO right worried]
		I'm very busy!

		[OSHIRO right sidesuspicious]
		{+thought}Yes... young people have no respect these days.{+endthought}
		
		[MADELINE left upset]
		...

	CH3_OSHIRO_CLUTTER2_B=
		[MADELINE left upset]
		...Alright, {+MROSHIRO}.{n}Let's stop lying to ourselves.
	
		[MADELINE left upset]
		It's been {!}SEVERAL{/!}{0.2} minutes, {0.4}[MADELINE left angry]and I haven't seen {n}you move a single box, {0.2}book, {0.2}or towel!
		What REALLY makes you think you're getting anything done here?

		[OSHIRO right worried]
		Erm...
		
		[OSHIRO right sideworried]
		{+thought}It's over, {+oshiro}. They hate you.{+endthought}

		[MADELINE left sad]
		I...

		[MADELINE left distracted]
		...

		[MADELINE left sad]
		Sorry about that.

		[MADELINE left distracted]
		I normally don't get that mad...

		[MADELINE left sad]
		Your hotel is...  amazing. Best I've ever seen.{n}Truly world class.
		
		[MADELINE left distracted]
		I really do wish I could stay, but...

		[OSHIRO right serious]
		No need to humor me, {+MADELINE}.
		I understand.

	CH3_OSHIRO_CLUTTER_ENDING=
		{anchor bottom}
		[OSHIRO left normal]
		There you are!
		You certainly have a knack for wandering off.
		
		[MADELINE right distracted]
		Uh-huh.
		
		[MADELINE right sad]
		Anyways, I sorted out all the mess.{0.5}{n}[MADELINE right normal]Everything looks way better now.
		
		[OSHIRO left normal]
		The Celestial Resort Hotel extends its{n}gratitude for your assistance, {+MADELINE}.
		Of course, the staff had the mess under control.
		
		[MADELINE right normal]
		Yep. {0.8}You {~}totally{/~} did.
		
		[OSHIRO left sideworried]
		{+thought}How humiliating.{+endthought}
		
		[OSHIRO left worried]
		You must be eager to see your room!

		[OSHIRO left normal]
		It's just up the elevator and down the hall.
		
		[MADELINE right distracted]
		If I really have to...
		
		[MADELINE right sad]
		Show me the presidential suite.
		
		[MADELINE right distracted]
		{+thought}If it's really my only way out.{+endthought}
		
		[OSHIRO left sideworried]
		{+thought}Now's your last chance, {+oshiro}. Don't lose them now.{+endthought}

	CH3_THEO_NEVER_MET=
		[MADELINE left distracted]
		{+thought}...This place has a guest still?{+endthought}
		
		{0.5}
		
		[MADELINE left sad]
		Hey, uh...{0.4}{n}Are you... {0.2}a guest here?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		Wow, I am {~}{!}so{/!}{/~} happy to see another... 
		
		[MADELINE left distracted]
		Yeah, I wouldn't think about it too much right now.
		
		[THEO right worried]
		You're right.
		This place seriously gives me the creeps.
		
		[MADELINE left distracted]
		You're not the only one.

		[MADELINE left normal]
		Name's {+MADELINE}, by the way.
		
		[THEO right normal]
		Oh, I'm {+theo}.
		
		[MADELINE left sad]
		What a time to introduce ourselves, huh?
		
		[THEO right thinking]
		You're telling me.
		I'm all about spooky mysteries,{n}but this is getting too real.

		{+CH3_THEO_ESCAPING}

	CH3_THEO_NEVER_INTRODUCED=
		[MADELINE left normal]
		Oh, hey {+theo}!
		
		[MADELINE left normal]
		I'm surprised you made it here!
		
		[MADELINE left sad]
		You're not a guest, are you?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		Definitely not.
		But I am {~}{!}so{/!}{/~} happy to see another person right now.
		I'm all about spooky mysteries,{n}but this is getting too real.
		
		[MADELINE left sad]
		There's definitely something strange about it.

		[MADELINE left normal]
		I'm {+MADELINE}, by the way.
		
		[MADELINE left sad]
		Sorry about being antisocial earlier,{n}I was kinda in a rush.

		{+CH3_THEO_ESCAPING}

	CH3_THEO_INTRO=
		[MADELINE left normal]
		Oh, hey {+theo}!
		
		[MADELINE left sad]
		You're not a guest here, are you?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		{+MADELINE}! I am {~}{!}so{/!}{/~} happy to see you right now.
		I'm all about spooky mysteries,{n}but this is getting too real.

		[MADELINE left distracted]
		Tell me about it.

		{+CH3_THEO_ESCAPING}

	CH3_THEO_ESCAPING=
		[MADELINE left sad]
		Have you talked to {+mroshiro}?

		[MADELINE left distracted]
		Looks like he could really use some help.

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right wtf]
		You {~}think?{/~}		
		He's a creepy old weirdo.
		I bet he's cleaning out a nook{n}to hide our bodies as we speak.
		
		[MADELINE left upset]
		I wouldn't say he's the best at cleaning.

		{trigger 1 Theo goes back to prying off the vent cover}
		
		[THEO right worried]
		Anyways, I'm gonna crawl through this vent.{n}It's blowing cold air from outside.
		Come on!
		
		[MADELINE left sad]
		I would come along, but...{n}{0.5}I feel morally obligated to help this guy.
		
		[MADELINE left distracted]
		{+mroshiro}'s troubled, but{n}I don't think he wants to hurt us.
		
		[MADELINE left sad]
		He just needs to clean up this mess.{n}[MADELINE left normal]And I'm gonna help him.
		
		[THEO right worried flip]
		{+MADELINE}, that's very sweet, but this is dangerous.
		
		{trigger 2 Theo removes vent cover and it flies off. Theo falls down as it comes off, and gets back up}

		[THEO right worried]
		We need to get out of here and call{n}an expert on {0.2}{*}creepy old dudes{/*}.
		We aren't prepared for this.
		
		[MADELINE left sad]
		You may not be, but I'm gonna try and{n}get through to him.

		[MADELINE left normal]
		Go on ahead and I'll catch up with you later.
		
		[THEO right wtf]
		Man, you're more stubborn than my sister.
		I thought that was impossible.

		{trigger 3 Theo walks to Maddy}
		
		[THEO right serious]
		Take care of yourself.

		[MADELINE left normal]
		I got it handled.

	CH3_THEO_VENTS=
		{anchor bottom}
		[THEO right normal upsidedown]
		Man, it's a maze in here.
		
		[THEO right normal upsidedown]
		How's it going with {+elcreepo}?
		
		[MADELINE left normal]
		Heh, nice nickname.
		
		[MADELINE left sad]
		Anyways, I helped him clean up that huge mess,{n}despite the fact he didn't do anything.
		
		[MADELINE left upset]
		And he still thinks he can convince me to stay.
		
		[THEO right wtf upsidedown]
		{+MADELINE}, seriously.
		My bad idea radar is {~}off the charts{/~} on this one. 
		You should get out of here.
		
		[MADELINE left distracted]
		And let him have a meltdown?
		
		[MADELINE left sad]
		{+theo}. He looks really unstable.{0.3}{n}This is my chance to help someone out.
		
		[THEO right worried upsidedown]
		Forget your {~}karma{/~}, dude.

		[THEO right wtf upsidedown]
		I think that guy is going to melt down no matter what.
		
		[THEO right thinking upsidedown]
		Get your head out of the {~}clouds{/~}.

		[THEO right worried upsidedown]
		You have to think about your safety.
		
		[MADELINE left sad]
		Thinking about my safety is not an option{n}if I'm always doing something stupid 24/7.
		
		[THEO right thinking upsidedown]
		Yeah yeah, I didn't expect you to listen.

		[THEO right wtf upsidedown]
		See you on the outside, jailbird.

	CH3_OSHIRO_BREAKDOWN=
		{anchor top}
		[OSHIRO left sideworried]
		{+thought}This is it {+oshiro}, your last chance.{+endthought}

		{trigger 0 Oshiro paces}
		
		[OSHIRO right sidesuspicious]
		{+thought}You already ruined it.{n}Making a guest clean up your mess?{+endthought}
		{+thought}They'll never stay.{+endthought}

		{trigger 1 Oshiro paces}
		
		[OSHIRO left sideworried]
		{+thought}No, they're still here. There's still a chance!{+endthought}

		{trigger 0 Oshiro paces}
		
		[OSHIRO right sidehappy]
		{+thought}The presidential suite is the key.{n}It will surely impress them!{+endthought}

		{trigger 2 Oshiro falls to ground, spawns dust creatures}
		
		[OSHIRO left sideworried]
		{+thought}Get it together, {+oshiro}!{+endthought}

		{trigger 3 Enter Madeline}
		
		[MADELINE right distracted]
		Woah.
		
		[MADELINE right sad]
		You good, {+mroshiro}?
		
		[OSHIRO left nervous]
		There you are, {+MADELINE}!
		Follow me quickly! We're almost there.
		
		[MADELINE right sad]
		Welp.
		
		[MADELINE right deadpan]
		Demodashing is always an option.

	CH3_DIARY=
		{anchor bottom}
		It's {+MROSHIRO}'s diary.
		The final entry appears to be decades old...
		"As of today the hotel is officially closed. Charlotte organized the staff for a farewell hike up the mountain. Most of us have never seen the summit."
		"It seemed like a fitting goodbye, but when the time came, I couldn't bear to leave without looking around one last time. I told them to go on without me."
		"I will catch up with them soon, after{n}I double-check that everything is in order..."
		"I can't believe my time here is over.{n}What am I going to do now?"
		"Perhaps I'll stay one last night, so that{n}the hotel and I can have a proper goodbye..."

	CH3_OSHIRO_SUITE=
		{anchor bottom}
		[OSHIRO left normal]
		Here we are, our award-winning presidential suite!

		[OSHIRO left worried]
		Truly, it is the very definition of rustic luxury.

		[OSHIRO left normal]
		I'll stand back and allow you to soak in the majesty.
		I understand it can be a lot to handle.

		{trigger 3 Madeline walks around the room and looks around}
		
		[OSHIRO right nervous]
		So? What do you think?
		
		[MADELINE left distracted]
		It's... {n}{1.0}[MADELINE left sad]uh, it's beautiful.
		The furniture looks expensive...

		[MADELINE left distracted]
		It's very... spacious.

		[MADELINE left sad]
		And the colors match really well.

		[MADELINE left normal]
		I can tell you put a lot of work into it.

		[OSHIRO right worried]
		{*}I knew it would impress you!{/*}

		[MADELINE left sad]
		Yeah.

		[MADELINE left distracted]
		...{n}{0.5}So, where's the exit?
		
		[OSHIRO right sideworried]
		{+thought}You imbecile, you're losing them!{+endthought}
		
		[OSHIRO right nervous]
		Oh err, I almost forgot to mention... 
		Valued guests such as yourself stay in{n}our finest accommodations at 99% off!
		
		[MADELINE left sad]
		See, I don't know if you caught on yet, but...
		I... {0.3}don't want to stay.

		{trigger 0 Badeline appears in the mirror}
		
		[OSHIRO right serious]
		Please, {+MADELINE}.
		Please stay.
		
		[MADELINE left upset]
		{+mroshiro}, I've already been sidetracked too long...

		{trigger 1 Badeline escapes the mirror}
		
		[BADELINE right angry]
		Oh, {0.3}great. {0.5}{n}Of course I run into you and {!}this{/!} {0.2}loser.
		
		[OSHIRO left serious]
		Loser? {silent_trigger 6}
		
		[BADELINE right upset]
		I already told you before, {+elcreepo}. 
		
		[BADELINE right angry]
		This resort is a {*}{!}dump{/!}{/*}{0.3}.

		[BADELINE right yell]
		No one would {*}{!}ever{/!}{/*} want to stay here.
		
		[MADELINE left angry]
		Hey!

		[BADELINE right scoff]
		{~}Someone{/~} had to say it.
		
		{trigger 4 Madeline steps closer to Oshiro}
		
		[MADELINE left sad]
		She doesn't mean that.
		
		[OSHIRO right serious]
		I... 

		[OSHIRO right lostcontrol]
		I'm very busy.
		Please leave, {+MADELINE}. {silent_trigger 5 Madeline jumps back}
		
		[BADELINE right upset]
		You know, I'm surprised {# 22FFAB}you{#} even made it this far.
		
		[BADELINE right scoff]
		Maybe you're not as stupid as you look.

		{trigger 2 Badeline blasts a hole in the ceiling}
		
		[BADELINE left normal]
		Here's your exit.
		Have fun.

	CH3_OSHIRO_SUITE_SAD0=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}Why would they come back and{n}say my beautiful hotel is a dump?{+endthought}

	CH3_OSHIRO_SUITE_SAD1=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}How dare they insult you like that.{+endthought}

	CH3_OSHIRO_SUITE_SAD2=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}What if they're right?{+endthought}

	CH3_OSHIRO_SUITE_SAD3=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}Of course they're right.{n}You couldn't even clean up without their help.{+endthought}

	CH3_OSHIRO_SUITE_SAD4=
		{anchor bottom}
		[OSHIRO right lostcontrol]
		{+thought}I tried. I'm doing my best.{+endthought}

	CH3_OSHIRO_SUITE_SAD5=
		{anchor bottom}
		[OSHIRO right serious]
		{+thought}{+MADELINE} only wanted to help!{+endthought}

	CH3_OSHIRO_SUITE_SAD6=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}But why were they still so cruel?{+endthought}

	CH3_OSHIRO_START_CHASE=
		[BADELINE left angry]
		And that's why I didn't want to look here.
		
		[BADELINE left upset]
		Now you owe me one. 

		[BADELINE left scoff]
		Add it to the list.
		
		[MADELINE right sad]
		Uh-huh.

		{trigger 0 Maddy walks away}
		
		[BADELINE left upset]
		Not your ordinary climb, huh?

		[BADELINE left scoff]
		Casually scaling a mountain, and now{n}all of a sudden you're {+elcreepo}'s therapist?

		{trigger 1 Maddy turns around}
		
		[MADELINE right sad]
		How do you know him?
		
		[BADELINE left upset]
		Remember that person I'm looking for?
		{+SHE}'s been here before.
		
		[BADELINE left scoff]
		Thought she might wanna try and brighten his mood again.
		
		[MADELINE right distracted]
		Alright then...
		
		[MADELINE right sad]
		I've got another question... {0.3}[MADELINE right distracted]about "{+HER}".
		
		[MADELINE right distracted]
		Why are you looking for them?
		
		[BADELINE left scoff]
		Now might not be the best time to explain.

		{trigger 2 Oshiro enters}
		
		[OSHIRO left serious]
		{+MADELINE}, before you go...
		I need to ask one question...
		
		[OSHIRO left serious]
		Why would you be so nice to me, only to run away?
		What did I do wrong?
		
		[BADELINE right scoff]
		Oh, give it a break. You still don't get it?

		[BADELINE right upset]
		No one wants to stay here,{n}especially with you peddling them all the time.
		
		[BADELINE right upset]
		This place probably violates several safety{n}laws for all I know.
		
		[BADELINE right angry]
		They were only looking for a way out.
		
		[BADELINE right yell]
		They didn't care for you!
		
		[MADELINE right angry]
		Shut up! 
		
		[MADELINE right sad]
		I just wanted to help. I swear.
		
		[BADELINE right angry]
		Ugh, this is pointless.
		
		[BADELINE right upset]
		I'm gonna go keep looking.
		
		[BADELINE right scoff]
		You two have fun.

		{trigger 3 Badeline disappears, Oshiro gets angry}

		[OSHIRO left lostcontrol]
		Pointless!?
		You only came here to humiliate me...
		I won't grovel at your feet any longer!
		
		[MADELINE right surprised]
		I didn't even do anything!

	CH3_OSHIRO_CHASE_END=
		{anchor top}
		[MADELINE right surprised]
		{+mroshiro}, stop!

		{trigger 0 Oshiro slams the roof below their feet and it begins shaking}
		
		[MADELINE right surprised]
		I just wanted to help!

	CH3_ENDING=
		[OSHIRO left serious]
		...
		I've decided to close the hotel for repairs.
		The second floor plumbing is leaking...
		...the library is in complete disarray...
		...not to mention the hole in the{n}ceiling of the presidential suite.

		{trigger 0 Turn and pause, turn back}

		[OSHIRO left serious]
		Please, just leave me alone.

# *** Chapter 04 ***

	CH4_GRANNY_1=
		[MADELINE left upset]
		Oh great, you again.

		{trigger 3 zoom in}
		
		[GRANNY right normal]
		Well well, I didn't expect to see you up here!
		I'm glad you're still in one piece.
		I see you made it through the hotel.{n}Did you meet {+mroshiro}?

		{trigger 4 maddy turns around}
		
		[MADELINE left upset flip]
		Yeah.
		He chased me out of there.
		After I cleaned up his mess.

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		Oh ho ho, that sounds like a fun morning.

		{trigger 1 Stop Laughing}
		
		[GRANNY right normal]
		{+oshiro} is a lost soul, dear.
		That place is much more than just a hotel to him.
		Don't make him your project.

		{trigger 5 maddy approaches}
		
		[MADELINE left angry]
		You know what I think?
		I think this {+mountain} drove both of you crazy.

		{trigger 2 Wait a beat}
		
		[GRANNY right normal]
		Y'know, you're not the first person to say that.

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		Maybe you're right.
		How would I know if I were crazy?

		{trigger 1 Stop Laughing}
		
		[GRANNY right normal]
		The way I see it, the {+mountain} can't{n}bring out anything that isn't already in you.

		{trigger 0 Start Laughing}
		
		[GRANNY right laugh]
		But you gotta be a few crows short of a murder{n}to live up here in the first place, right?

		{trigger 2 Wait a beat}
		
		[MADELINE left upset]
		What are you even talking about?

		{trigger 1 Stop Laughing}
		
		[GRANNY right mock]
		Oh, I'm just rambling like the old bat I am.

		[GRANNY right normal]
		Are you ready to give up?{n}I know a shortcut back to the bottom.

		{trigger 6 Maddy walks past granny}
		 
		[MADELINE right upset flip]
		Yeah, right.
		I'm heading for the summit.
		
		[GRANNY left normal flip]
		Sometimes it's hard to tell the difference{n}between stubbornness and determination, isn't it?
		You remind me of someone{n}I knew when I was young.

		{trigger 0 Start Laughing}

		[GRANNY left laugh flip]
		Good luck, and mind the wind!

	CH4_GRANNY_2=
		[MADELINE left upset]
		You don't get many visitors up here, do you?

		[GRANNY right normal]
		Not many.
		But I don't mind the solitude.

		[MADELINE left distracted]
		I guess {+mroshiro} could use some of that.
		He seems real troubled.
		
		[GRANNY right normal]
		{+OSHIRO} needs to move on from that hotel.
		But it's not going to happen on your schedule.
		And it doesn't help that you've got something to prove.
		
		[MADELINE left distracted]
		...

	CH4_GRANNY_3=
		[MADELINE left sad]
		Don't you get lonely in that little cabin?

		[GRANNY right normal]
		I have friends, dear.

		[GRANNY right mock]
		I may be crazy, but I'm not a hermit.

		[MADELINE left distracted]
		Uh-huh.

		[GRANNY right normal]
		When I was younger I couldn't imagine{n}staying in one place for this long.
		But then I found this {+MOUNTAIN}.
		I knew right away that it would be my home.

		[MADELINE left sad]
		What's so special about it?

		[GRANNY right normal]
		The {+MOUNTAIN} shows you who you really are.
		Whether you're ready for it or not.
		It keeps me honest.
		
		[MADELINE left distracted]
		It hasn't done that for me...
		
		[GRANNY right normal]
		Who knows?
		
		[GRANNY right mock]
		You could be going through the motions right now.

	CH4_GONDOLA=
		{anchor top}
		[UNKNOWN]
		{+MADELINE}! Wait up!

		{trigger 0 Enter Theo from above, he falls and lands on the ground face-down}
		
		[THEO left nailedit]
		{%}{*}N a i l e d    i t .{/*}{/%}

		{trigger 1 Check on Theo}
		
		[MADELINE right sad]
		{+theo}! Are you alright?
		
		[THEO left nailedit]
		Oof. Yeah. 
		Just give me a sec.

		{trigger 2 Theo gets up}
		
		[THEO left excited]
		A gondola! I've always wanted to ride one of these.
		
		[MADELINE right sad]
		It looks pretty old, but maybe it still works.
		
		[MADELINE right distracted]
		I don't see any other way to cross this chasm.
		
		[MADELINE right distracted]
		Unfortunately.
		
		[THEO left excited]
		Let's do it!

		{trigger 3 Look at Lever}
		
		[THEO right normal]
		This lever looks important.

		{trigger 4 Pull Lever}
		
		[THEO right normal]
		Easy every time.

		[THEO right thinking]
		I was probably a gondola operator in a past life.
		
		[MADELINE left sad]
		This thing is... [MADELINE left distracted]{1.0}[MADELINE left sad]pretty high.

		[MADELINE left distracted]
		Do you think this thing is safe?

		[THEO right normal]
		I'm sure it's fine.

		{trigger 5 Wait a bit}

		[THEO right normal]
		How'd it shake out with {+oshiro}?

		[MADELINE left sad]
		You were right.

		[MADELINE left distracted]
		I shouldn't have tried to help him.

		[THEO right thinking]
		I hate to say I told you so, but...
		
		[THEO right normal]
		{0.6}I told you so.

		[MADELINE left distracted]
		Yeah yeah...
		
		[MADELINE left sad]
		At least I came out alright.

		[THEO right normal]
		Exactly, and that's what matters.
		
		{trigger 5 Wait a bit}
		
		[MADELINE left sad]
		This thing is...
		Really high.
	
		[MADELINE left distracted]
		And my fear of heights isn't helping.
		
		{trigger 6 Wait for gondola to reach center}
		
		[THEO right excited flip]
		Okay, if we don't get a selfie on{n}this thing we're going to regret it.
		
		[MADELINE left sad flip]
		The scenery looks perfect, but...
		
		[MADELINE left distracted flip]
		I don't think now's a good time for it.
		
		[THEO right normal flip]
		{+MADELINE}. Come on.
		There's never not a good time for a selfie.
		
		{trigger 5 Wait a bit}

		[MADELINE left distracted flip]
		I can't even see the ground through the mist...
		How high up are we?

		[THEO right thinking flip]
		Less panicking, more posing.

		{trigger 7 Seflie, then gondola stalls out and badeline appears}
		{anchor bottom}
		
		[MADELINE left surprised]
		What was that?
		
		[THEO right wtf flip]
		Huh. Looks like we stalled out.

		{trigger 8 Madeline moves left}
		
		[MADELINE left sad]
		Oh no.
		
		[MADELINE left distracted]
		This is the worst possible scenario...

		[THEO right wtf]
		Maybe if I...

		{trigger 9 lever snaps off}
		
		[THEO right worried]
		Well, that's not good.

		{trigger 10 tentacles appear}
		
		[MADELINE left panic]
		No, this really isn't good.

		{trigger 11 tentacles grow}
		
		[THEO right worried]
		{+MADELINE}, you cool?

		[MADELINE left panic]
		Yeah... I just...

		{trigger 12 Maddy can't breathe}

		[MADELINE left panic]
		No, I'm not cool.
		I'm extremely claustrophobic.
		
		[THEO right serious]
		You're having a panic attack.

		[MADELINE left angry]
		Why would you think it's a good{n}idea to ride this stupid thing?

		[THEO right thinking]
		Come on, don't take this out on me.

		[THEO right serious]
		Stay with me here.
		My grandpa taught me a trick for this.
		Close your eyes.

		{trigger 13 Play breathing minigame}
		
		[THEO right normal]
		See? Easy every time.

		{trigger 14 Gondola continues to the end station}

		{anchor top}
		
		[THEO left normal]
		Feeling any better?
		
		[MADELINE right distracted flip]
		I think so. Thanks for helping me calm down.

		{trigger 15 Wait a bit}
		
		[MADELINE right sad flip]
		How did you know we'd start moving again?
		
		[THEO left normal]
		Oh, I totally thought we were done for.

		{trigger 16 Theo takes out phone}
		
		[THEO left excited]
		Oh. My. God.-
		{silent_trigger 17 Maddy faces theo}
		Look at this selfie though!
		
		[MADELINE right sad]
		...
		
		[MADELINE right distracted]
		Still not me.

	CH4_GONDOLA_FEATHER_1=
		Picture a feather floating in front of you.

	CH4_GONDOLA_FEATHER_2=
		See it?

	CH4_GONDOLA_FEATHER_3=
		Okay.
	
	CH4_GONDOLA_FEATHER_4=	
		Your breathing keeps that feather floating.

	CH4_GONDOLA_FEATHER_5=
		Just breathe slow and steady, in and out.

# *** Chapter 05 ***

	CH5_ENTRANCE=
		[THEO right excited flip]
		Oh man, look at this place!
		Feeling adventurous?

		{trigger 0 Maddy turns right}

		[MADELINE left sad]
		Uh, I don't know. 
		It looks pretty big.
		
		[MADELINE left distracted]
		And dark.

		[MADELINE left sad]
		More like a nightmare than an adventure.

		{trigger 1 Theo turns left}
		
		[THEO right normal]
		I'll just take a quick peek, snap a few photos.

		{trigger 1 Theo turns right}

		[THEO right excited flip]
		This place must be ancient!

		[MADELINE left sad]
		{+THEO}, wait.
		
		[THEO right excited flip]
		My {# 1DA1F2}Twitter{#} followers are gonna eat this up.

		{trigger 2 Theo leaves}
		
		[MADELINE left distracted]
		Oh boy.
		
		[MADELINE left sad]
		Welp. Can't stop him now.

	CH5_PHONE=
		[MADELINE left sad]
		Uh oh.

		{trigger 0 Maddy walks to phone, ducks to pick it up}

		[MADELINE left distracted]
		This is {+THEO}'s phone...

		{trigger 1 Maddy stands back up}

		[MADELINE left determinedclosed]
		{>> 0.3}I swear, if he's dead...{>>}

	CH5_THEO_MIRROR=
		[MADELINE left normal]
		{+theo}! There you are!
		
		[THEO_MIRROR right excited]
		{+MADELINE}! Hey!
		
		[THEO_MIRROR right wtf]
		...uh, why are you inside a mirror?
		
		[MADELINE left sad]
		I'm pretty sure you're the one in the mirror.
		What happened?
		
		[THEO_MIRROR right wtf]
		Well, I was taking a nonchalant mirror selfie...
		Y'know, {~}{# aaaaaa}"It's your boy {+THEO}{# aaaaaa} in this{n}ancient temple, no big deal."{/#}{/~}

		[THEO_MIRROR right thinking]
		{# ffff9b}\#blessed{/#}{/#}
		
		[MADELINE left distracted]
		{# d3d3d3}Uh-huh...
		
		[THEO_MIRROR right serious]
		Next thing I know I wake up lying on the ground.
		
		[MADELINE left sad]
		What does it look like over there?
		
		[MADELINE left distracted]
		More importantly, how do I get you out?
		
		[THEO_MIRROR right serious]
		It's, uh... it's really dark and weird. There's...
		
		[THEO_MIRROR right wtf]
		Wait, something's coming.
		I'm feeling a strong inclination to run away.
		
		[MADELINE left sad]
		Probably a good idea.
		
		[THEO_MIRROR right serious]
		Be careful, okay?
		
		[MADELINE left sad]
		You do the same.

	CH5_SHADOW_MADDY_0=
		[MADELINE left angry]
		{*}Hey!{/*} Where are we?
		{!}What did you do to {+theo}?{/!}
		
		[BADELINE right scoff]
		You think {~}I'm{/~} doing this?
		That's cute.
		
		[BADELINE right upset]
		Honey, this is exactly what I warned you about.
		
	CH5_SHADOW_MADDY_1=
		[MADELINE left angry]
		Don't dodge the question!
		Where's {0.2}{+theo}?
		
		[BADELINE right scoff]
		Probably got himself stuck here.
		
		[MADELINE left distracted]
		Oh no...

		[BADELINE right normal]
		See what I mean?
		This is the REAL power of the Mountain.

		[BADELINE right upset]
		You're both not even supposed to be here.

	CH5_SHADOW_MADDY_2=
		[MADELINE left distracted]
		How did we even... end up here?
		
		[BADELINE right angryAlt]
		You two? I have no idea.
		
		[BADELINE right angry]
		At least it makes sense for {~}me{/~}{n}to be here. I'm {+PART_OF_HER}.
		
		[MADELINE left sad]
		Wait, part of who?

		[BADELINE right angryAlt]
		Jeez, how long until I can get{n}this through your stupid head?
		
		[BADELINE right upset]
		I'm {0.3}loo{0.3}king {0.3}for {0.3}some{0.3}one.
		And this place is her subconscious.{n}{0.4}At least, a visualization of it.
		This is my best chance at trying to reach her.
		
		[MADELINE left sad]
		Why's everything so... {0.4}[MADELINE left distracted]messed up?
		
		[BADELINE right upset]
		That's why I'm looking for her.
		I need to set something right.
		
		[MADELINE left distracted]
		...
		
		[BADELINE right upset]
		The temple only magnifies the {+MOUNTAIN}'s power.
		If this place is still here,{n}that means she must be around.

	CH5_SHADOW_MADDY_3=
		[MADELINE left sadder]
		That's nice and all, but...
	
		[MADELINE left panic]
		Can you at least help me outta here..?
		
		[BADELINE right angry]
		You think I'm gonna be your {~}guide{/~} around here?
		
		[BADELINE right angryAlt]
		My plan is to look for someone, not help you.

		[MADELINE left panic]
		...

		[BADELINE right upset]
		Still think you can {~}climb this {+MOUNTAIN}?{/~}
		
		[BADELINE right scoff]
		I highly doubt you'll make it.
		
		[BADELINE right normal]
		It was nice while it lasted, though.

		[MADELINE left angry]
		Oh yeah?

		{trigger 0 Badeline Leaves}

		[MADELINE left angry]
		{*}I don't need your help.{/*}
		I'll do this alone.

	CH5_REFLECTION=
		[MADELINE right sad]
		Great.
		Now there's giant eyeball monsters chasing me.

		{trigger 0 Madeline falls to knees}
		
		[MADELINE right panic]
		Alright, {+MADELINE}.
		Don't.. panic.

		{trigger 1 Madeline stops panicking}

		[MADELINE_MIRROR left determinedclosed flip]
		...
		
		[MADELINE_MIRROR left determined flip]
		Get up, {+MADELINE}.

		{trigger 2 Madeline gets up}
		
		[MADELINE_MIRROR left determinedclosed flip]
		Stressing out only makes things worse.
		Just breathe.
		You can do this.
		
		[MADELINE_MIRROR left determined flip]
		Just save {+theo}, and get out of here.

	CH5_SEE_THEO=
		[MADELINE left normal]
		{+theo}! Thank God I found you.
		
		[THEO right excited]
		{+MADELINE}! Wow, am I happy to see you.

		{trigger 0 zoom in}

		[MADELINE left sad]
		Are you alright?
		
		[THEO right serious]
		Yeah, I'm fine. 	

		[THEO right thinking]
		I've just been stuck in this... crystal thing for ages.

		[THEO right wtf]
		Do you get the feeling that this place{n}knows you better than you know yourself?
		
		[MADELINE left distracted]
		I wish I could agree with that.

		[MADELINE left upset]
		Was that selfie really worth it, though?

		[THEO right yolo]
		Selfies are always worth it, dude.

		{trigger 1 Madeline turns around}

		[MADELINE left sad flip]
		Geez, it's almost like there's no way out of here.
		
		[MADELINE left distracted flip]
		I already feel lost enough.
		Now I'm in a maze of...  {0.4}Things that wanna kill me.

		{trigger 2 wait a bit}

		[THEO right thinking]
		Hey, we're in this together.

		[THEO right wtf]
		Don't act like you're the only one.

		{trigger 3 Madeline turns back, zoom out, room gets brighter}

		[MADELINE left sad]
		What do you mean?

		[THEO right wtf]
		I know you're probably scared right now,{n}but stressing out isn't the best option.
		
		[THEO right serious]
		Think on the bright side.
		
		[THEO right thinking]
		There's gotta be a way outta here.
		I just know it.
		
		[MADELINE left determined]
		...
		
		[MADELINE left sad]
		Alright.

		{trigger 0 zoom back in}

		[MADELINE left sad]
		I've got your back.
		
		[MADELINE left normal]
		I'll bust you out of that thing,{n}then we'll escape together.

		[MADELINE left sad]
		Just as soon as I find my way around to you...
		
		[THEO right serious]
		{+MADELINE}, you're my only hope right now.
		I believe in you, for real.

		[MADELINE left distracted]
		I'll try.

	CH5_SEE_THEO_B=
		[MADELINE left distracted]
		So...

		[MADELINE left sad]
		Did you... ever get that selfie?

		[THEO right excited]
		I sure did!
		
		[THEO right excited]
		It looks awesome.
		
		[MADELINE left normal]
		Hey, cool! Can I see it?
		
		[THEO right excited]
		Sure!
	
		[THEO right serious]
		If you can get me out of this crystal.
		
		[MADELINE left sad]
		Oh. Yeah.
	
		[MADELINE left distracted]
		Whoops. 

		[MADELINE left determinedclosed]
		Okay. I can do this.

	CH5_FOUND_THEO=
		[MADELINE left normal]
		{+theo}! I finally found you.
		
		[THEO right excited]
		I knew you'd make it!

		[MADELINE left sad]
		It wasn't easy...

		[MADELINE left distracted]
		Those monsters get annoying after a while.
		
		[THEO right thinking]
		You know what else gets annoying?

		[THEO right wtf]
		This crystal.
		
		[MADELINE left sad]
		Oh, right.

		[MADELINE left normal]
		Don't worry, I'll break you out!

		{trigger 0 Attempt to break the crystal, but it just falls to the ground}
		
		[THEO right thinking]
		Well, this is a solid start, but...
		
		[THEO right wtf]
		This crystal is, like, an expression of my{n}negative psychic energy... or whatever.

		[MADELINE left sad]
		Yeah, but how do we break it?

		[THEO right serious]
		If I knew {~}why{/~} I trapped myself in{n}this thing, maybe I could bust out.

		[THEO right wtf]
		But I don't.

		[THEO right thinking]
		And I don't think I can get to the bottom of it{n}while we're stuck in this nightmare dimension.
		
		[THEO right serious]
		I hate to say it, but you might have to-
		
		[MADELINE left sad]
		Carry you?
		
		[THEO right thinking]
		That's {0.5}not a problem, right?
		
		[MADELINE left distracted]
		Uhm...
		
		[MADELINE left normal]
		Yeah, I can do that.

	CH5_THEO_SAVING_LIFT=
		[THEO left thinking]
		Dang, you can lift.

	CH5_THEO_SAVING_A=
		[THEO left excited]
		{~}Alright{/~}, you got this!

	CH5_THEO_SAVING_NICE=
		[THEO left thinking]
		Crushing it! That door didn't stand a chance.

	CH5_THEO_SAVING_B=
		[THEO left worried]
		Uh oh... I hope you know how to deal with these things.

	CH5_THEO_SAVING_C=
		[THEO left worried]
		Another one!? Come on...

	CH5_THEO_SAVING_SWITCH=
		[THEO left thinking]
		{+theo} saves the day again.

	CH5_THEO_SAVING_DUNK=
		[THEO left nailedit]
		I'm helping.

	CH5_THEO_SAVING_REALLY=
		[THEO left thinking]
		Now you're just showing off.

	CH5_THEO_SAVING_D=
		[THEO left excited]
		We have to be close, I can feel it.

	CH5_THEO_SAVING_E=
		[THEO left worried]
		Just a bit further. You got this, {+MADELINE}.

	CH5_BSIDE_THEO_A=
		[THEO left excited]
		It's the temple remix, featuring your boy {+MIXMASTER_THEO}!

	CH5_BSIDE_THEO_B=
		[THEO left wtf]
		This isn't canon, is it?

	CH5_BSIDE_THEO_C=
		[THEO left wtf]
		Uhh, this one is clearly impossible.

# *** Chapter 06 ***

	CH6_THEO_INTRO=
		[MADELINE right normal]
		{+theo}, you're awake!

		[THEO left thinking]
		Am I? I'm skeptical...

		[THEO left wtf]
		I had a {~}messed up{/~} nightmare.
		
		[MADELINE right distracted]
		Yeah, about that...

		[THEO left wtf]
		Wait...

		[THEO left thinking]
		Oh, yep, it's all coming back to me now.

		[THEO left wtf]
		That actually happened.

		[THEO left serious]
		Thanks for getting us out of there.

		[MADELINE right distracted]
		No problem.

		[MADELINE right sad]
		You were a real big help in{n}that whole escape routine.

	CH6_THEO_ASK_OUTFOR=
		[THEO left thinking]
		How long was I out for?
	CH6_THEO_SAY_OUTFOR=
		[THEO left thinking]
		How long was I out for?

		[MADELINE right sad]
		It must've been a few hours...

		[THEO left serious]
		Man, what a ride.

		[MADELINE right upset]
		Tell me about it.

		[MADELINE right sad]
		Are you okay?

		[THEO left thinking]
		I mean, aside from the existential crisis?

		[THEO left wtf]
		Yeah, I'm fine.

	CH6_THEO_ASK_EXPLAIN=
		[THEO left wtf]
		What's really going on here?
	CH6_THEO_SAY_EXPLAIN=
		[THEO left wtf]
		Clearly this isn't a normal {+MOUNTAIN}.
		What's really going on here?

		[MADELINE right distracted]
		...
		
		[MADELINE right sad]
		I should've told you sooner.
		This is gonna sound real crazy, but...

		[MADELINE right sad]
		Apparently, this {+MOUNTAIN}'s{n}got some really strong powers.
		
		[MADELINE right distracted]
		It's the best explanation as to why{n}everything's so weird.
		
		[MADELINE right sad]
		Back at the ruins, I saw... someone.{n}I didn't think much about it because it was a dream.
		
		[MADELINE right sad]
		But then they came back and kept making things worse.

		[MADELINE right distracted]
		They were probably the reason the gondola stalled...

		[MADELINE right distracted]
		They even harassed {+oshiro}.

		[THEO left wtf]
		You mean {+elcreepo}?
		
		[MADELINE right sad]
		Yeah.{n}Basically, they're like some sort of... chaotic evil.
		
		[MADELINE right distracted]
		Or neutral.
		
		[MADELINE right sad]
		Might also be why the temple was so messed up.
		
		[THEO left serious]
		And you think the {+MOUNTAIN} is doing all this?

		[MADELINE right distracted]
		That's my theory.

		[THEO left worried]
		...
		Why didn't you say something?
		I wouldn't have gone into that temple{n}if I knew what this {+MOUNTAIN} was capable of...

		[MADELINE right upset]		
		Hey, I tried to stop you.	
		
		[THEO left wtf]
		...
		
		[MADELINE right sad]
		Come on, {+THEO}.
		You know how crazy this sounds.

		[MADELINE right distracted]
		I didn't wanna believe it myself.

		[THEO left wtf]
		Okay, okay.
		I understand.

		[THEO left thinking]
		Next time just {0.3}talk to me, though.
		I promise I'll believe you.

		[MADELINE right distracted]
		Okay.

	CH6_THEO_ASK_THANKYOU=
		[MADELINE right distracted]
		Thank you, for believing in me back there.
	CH6_THEO_SAY_THANKYOU=
		[MADELINE right distracted]
		Thanks, {+THEO}.
		...for believing in me back there, I mean.

		[THEO left wtf]
		Believing in you was the easy part.

		[THEO left thinking]
		I wish I could've helped.

		[THEO left wtf]
		I was pretty useless, stuck in that thing.
		
		[MADELINE right sad]
		What do you mean?

		[MADELINE right normal]
		You actually helped way more than you think.

		[MADELINE right distracted]
		I don't think we would've made it{n}outta there without your support.

	CH6_THEO_ASK_TRUST=
		[THEO left wtf] 
		Are you actually a cloud?
	CH6_THEO_SAY_TRUST=
		[THEO left thinking] 
		Alright, I got a question for you.
		
		[MADELINE right sad]
		Yeah?
		
		[THEO left wtf] 
		Are you actually a cloud?
		
		[MADELINE right distracted]
		...
		
		[THEO left thinking] 
		You don't have to answer if it's too personal.
		
		[MADELINE right distracted]
		No, it's not.
		It's just... hard to explain.
		...
		
		[MADELINE right sad]
		Yeah. I am.
		It's just... 
		
		[MADELINE right distracted]
		The only part of me that really{n}is a cloud is my head.
		
		[MADELINE right sad]
		I'm still basically a normal person.
		
		[MADELINE right distracted]
		I just behave a bit differently overall.
		
		[THEO left normal] 
		I guess you could say...
		
		[THEO left excited] 
		You're an airhead?
		
		[MADELINE right upset]
		...
		
		[THEO left normal] 
		Sorry about that.
		
		[THEO left thinking] 
		The joke was there.{n}I had to make it.
		
		[MADELINE right distracted]
		And I can't even be mad at you for it.
		
	CH6_THEO_ASK_WHY=
		[MADELINE right distracted]
		How are you able to stay so calm about things?
	CH6_THEO_SAY_WHY=
		[MADELINE right sad]
		Hey, {+theo}?
		
		[THEO left normal] 
		Yeah?
		
		[MADELINE right distracted]
		How are you able to stay so calm about things?
		
		[MADELINE right sad]
		Like, have a clear mind and all that?

		[MADELINE right distracted]
		I've always tried to be chill about things,{n}but I don't exactly have... patience.
		
		[THEO left thinking]
		Hmmm...
		
		[THEO left normal]
		I guess it runs in the family, y'know?

		[MADELINE right normal]
		Really? 

		[THEO left normal]
		Yeah.{n}I think I mostly got it from my sister, though.
		
		[THEO left thinking]
		I always looked up to her.
		
		[THEO left normal]
		She's a pretty cool gal. Her name's {+ALEX}.
		
		[MADELINE right surprised]
		Woah, you've got a sister?
		
		[MADELINE right normal]
		What's she like?

		[THEO left excited]
		Oh, you'd love her!

		[THEO left wtf]
		Actually, you might not get along at first...

		[THEO left thinking]
		But you'd eventually love her.

		[THEO left excited]
		She's a {~}literal{/~} rockstar.

		[MADELINE right sad]
		She's a musician?
		
		[MADELINE right normal]
		Hey, me too!

		[THEO left thinking]
		Okay, she's not {~}literally{/~} a literal rockstar.

		[THEO left normal]
		{+ALEX} is just... amazing at everything.
		She's studying to be a civil rights lawyer.

		[MADELINE right sad]
		Woah, sounds intense.
		
		[THEO left thinking]
		Anyway, she's a huge inspiration.

		[THEO left normal]
		It's obvious that she'll get where she needs to be.

		[THEO left wtf]
		I just hope that I'll be able to do the same.
		
		[THEO left normal]
		That's why I try to be positive.
		Something good will come out of it eventually.
		
	CH6_THEO_ASK_DEPRESSION=
		[THEO left wtf] 
		Who exactly is this... "someone"?
	CH6_THEO_SAY_DEPRESSION=
		[THEO left wtf]
		You mentioned this "someone" you keep running into...
		Do you know who they are?
		
		[MADELINE right distracted]
		...{0.4}I'm not entirely sure.
		I'd give you a solid answer{n}if I could, but I never asked.
		I was too busy trying to get away from them.
		
		[THEO left thinking]
		Sounds like a pushover.
		
		[MADELINE right distracted]
		...
		
		[MADELINE right distracted]
		They did refer to themselves as {+PART_OF_HER}, though.
		
		[THEO left wtf]
		Part of... who?
		
		[MADELINE right distracted]
		I wish I knew...
		
		[MADELINE right sad]
		But that's why they're here.
		To... look for whoever she is.
		
		[MADELINE right distracted]
		They said they wanted to fix something with her.
		
		[THEO left wtf]
		Sounds kinda personal.
		
		[THEO left thinking]
		I wouldn't get too into their business if I were you.

		[MADELINE right sad]
		I know, but...
		If I keep running into them like this,{n}it's gotta be for some reason.
		
		[MADELINE right distracted]
		And something's telling me to go{n}out of my way and help again.
		
		[THEO left serious]
		...
		
	CH6_THEO_ASK_DEFENSE=
		[THEO left wtf]
		What's with you and wanting to help people?
	CH6_THEO_SAY_DEFENSE=
		[THEO left wtf]
		What's with you and wanting to help people?
		We both know what happened last time.
		
		[MADELINE right upset]
		Hey, {+oshiro} was just crazy in general.
		
		[MADELINE right sad]
		This person's another story.
		
		[THEO left serious]
		But why are they so important to you?
		You don't even know them.
		
		[MADELINE right distracted]
		I know, I just...
		
		[MADELINE right sad]
		I keep bumping into them, and they've got a problem.
		It feals rude to just {0.3}{*}ignore them{/*} and not do anything.
		
		[MADELINE right distracted]
		Yeah, I should've listened about {+oshiro}.{n}He was kind of a lost cause anyway.
		But this person is just looking for someone.{n}It can't be that hard.
		
		[THEO left normal]
		Well, if it's that important to you, then{n}it wouldn't hurt to offer to help.
		
		[THEO left serious]
		But don't pester them about it. 
		
		[THEO left thinking]
		It might not... you know, help.
		
		[MADELINE right sad]
		If I see them again, I'll just ask about it.
		
	CH6_THEO_ASK_VACATION=
		[THEO left thinking]
		Why are you climbing the {+MOUNTAIN}?
	CH6_THEO_SAY_VACATION=
		[THEO left normal]
		Hey, that reminds me.
		
		[THEO left thinking]
		Why ARE you climbing the {+MOUNTAIN}?
		
		[MADELINE right distracted]
		I dunno, actually.
		
		[MADELINE right sad]
		I read about it somewhere and it sounded like it'd{n}be a challenge. {0.4}[MADELINE right normal]And challenges are fun.
		
		[THEO left normal]
		I guess, but isn't it hard enough already?
		
		[THEO left excited]
		I mean, I've been having fun.
		
		[THEO left thinking]
		Despite the fact I've almost died.
		
		[MADELINE right distracted]
		I guess, but...
		Now I feel more conflicted than anything.
		
		[MADELINE right sad]
		And that's kinda what I wanted to avoid.
		
		[MADELINE right distracted]
		I did it just to get away from stuff.{n}{0.3}You know, {0.1}not think about things.
		
		[THEO left thinking]
		Yeah, I get that.
		
		[THEO left normal]
		But don't let it get you too down.
		Things'll sort themselves out eventually.
		
		[MADELINE right distracted]
		I guess.
		
		[THEO left normal]
		Sometimes it helps to be an optimist.

	CH6_THEO_ASK_FAMILY=
		[MADELINE right normal]
		What brought you to the {+MOUNTAIN}?
	CH6_THEO_SAY_FAMILY=
		[MADELINE right sad]
		Well, what about you?
		What brought you to the {+MOUNTAIN}?

		[THEO left normal]
		I'm just kind of bumming around.
		
		[THEO left thinking]
		As usual.

		[THEO left normal]
		Remember that job I mentioned a while ago?
		I thought I {~}finally{/~} knew what I was{n}supposed to be doing with my life...

		[THEO left wtf]
		But I hated it.

		[THEO left thinking]
		So I quit after a week and hopped a bus to Canada.

		[THEO left wtf]
		I just felt this urge to...{n}get lost in the middle of nowhere.
		...
		Now that I'm saying it out loud,{n}I realize how flakey it sounds.

		[MADELINE right sad]
		Sounds pretty pressurizing.

		[THEO left thinking]
		Not really.
		Everyone is so patient with me.

		[THEO left serious]
		Though I guess I am putting a{n}lot of pressure on {~}myself.{/~}

		[THEO left wtf]
		People always think I'm comparing myself to{n}{+ALEX}, but I {~}swear{/~} that isn't the problem.
		I'm just worried that I'll never{n}figure out where I'm going.
		
		[MADELINE right distracted]
		You said you wanted to feel lost...

		[MADELINE right normal]		
		Guess you should just embrace that for now.

		[THEO left serious]
		Maybe.

	CH6_THEO_ASK_GRANDPA=
		[MADELINE right normal]
		How's your grandpa doing?
	CH6_THEO_SAY_GRANDPA=
		[MADELINE right normal]
		How's your grandpa doing?
		
		[THEO left serious]
		I wish I could tell you.

		[MADELINE right sad]
		Why not?
		You haven't heard from him, or...?
		
		{trigger 0 Wait a bit}
		
		[MADELINE right distracted]
		Oh. Wait.
		I pieced it together.
		
		[MADELINE right sad]
		Sorry about that.

		[THEO left serious]
		It's okay. That's just how it is.

		[MADELINE right distracted]
		...

		[THEO left wtf]
		All I can do is stay positive.

		[THEO left serious]
		And live a meaningful life,{n}because that's what he would want.

		{trigger 0 Wait a bit}

		[MADELINE right sad]
		Sorry about that, {+THEO}.

		[THEO left serious]
		Thanks.

	CH6_THEO_ASK_TIPS=
		[MADELINE right normal]
		Your grandpa must've been really cool.
	CH6_THEO_SAY_TIPS=
		[MADELINE right distracted]
		Well...

		[MADELINE right normal]
		I haven't heard much, but I bet{n}your grandpa must've been really cool.

		[THEO left excited]
		Oh, he was!{n}He taught me a lot of things.

		[THEO left normal]
		Actually, he was the one who{n}told me about {+CELESTE_MOUNTAIN}.
		He always said that this place changed his life.

		[THEO left thinking]
		After I quit my job in Seattle,{n}I realized how close I was to it.
		I felt like he was telling me to come here.

		[THEO left wtf]
		Grandpa said that the {+MOUNTAIN} was {~}"special."{/~}

		[MADELINE right sad]
		Did he ever talk about what it was like?

		[THEO left thinking]
		Well, he never said anything about what happened here.

		[THEO left thinking]
		The {+MOUNTAIN} was probably different back then.
		
		[MADELINE right sad]
		I suppose so.

		[MADELINE right distracted]
		His experience was probably less... confusing.

		[THEO left wtf]
		He found the {+MOUNTAIN} before I was born.
		I don't know what he was like before that.

		[THEO left serious]
		I wonder what he learned about himself here...

	CH6_THEO_ASK_TEMPLE=
		[THEO left wtf]
		Who do you think built that temple?
	CH6_THEO_SAY_TEMPLE=
		[THEO left wtf]
		Hey, who do you think built that temple?

		[MADELINE right sad]
		...Good question.
		
		[MADELINE right distracted]
		It looks REALLY old...
		Probably older than everything else on the {+MOUNTAIN}.{n}The resort, the ruins, the city...

		[THEO left serious]
		There's a lot of history here.

		[MADELINE right distracted]
		Yeah.{n}{0.2}I guess the {+MOUNTAIN} meant a lot to so many people.

		[MADELINE right normal]
		I'm starting to understand why{n}that old lady lives here.

		[THEO left excited]
		You ran into her too?

		[THEO left thinking]
		What's her deal?

		[MADELINE right upset]
		I dunno. 
		She just sounds really hard-headed.

		[MADELINE right distracted]
		...{0.2}but she does seem pretty content living out here.

	CH6_THEO_ASK_SELFIE=
		[MADELINE right normal]
		I got an idea.
	CH6_THEO_SAY_SELFIE=
		[MADELINE right sad]
		You know what?
		
		[MADELINE right normal]
		I got an idea.
		Let's take another selfie.

		[THEO left excited]
		I thought you'd never ask.

		{trigger 1 selfie sequence}

		[MADELINE right distracted]
		Still not me.

		[THEO left wtf]
		Wait a second...

		[THEO left excited]
		You're going to reach the summit tomorrow!

		[MADELINE right distracted]
		Guess so.
		
		[MADELINE right sad]
		I think it's better to stop thinking about things.
		Just keep going.

		[THEO left normal]
		I'll be cheering you on.
		We should get some sleep.

		[MADELINE right normal]
		Yeah, alright. 
		Goodnight, {+THEO}.

		[MADELINE right distracted]
		Thanks for... being cool.

		[THEO left thinking]
		What can I say? It comes naturally.

	CH6_THEO_ASK_SLEEP=
		[MADELINE right distracted]
		I'm gettin' real tired.
	CH6_THEO_SAY_SLEEP=
		[MADELINE right distracted]
		I'm gettin' real tired.
		Probably gonna go to sleep.

		[THEO left thinking]
		Oh, are you sure you don't want to keep talking?

		[THEO left normal]
		I'm tired too, but we have a lot to talk about.

	CH6_THEO_ASK_SLEEP_CONFIRM=
		[MADELINE right sad]
		Yeah, sorry. I'm really tired.
	CH6_THEO_SAY_SLEEP_CONFIRM=
		[MADELINE right distracted]
		I would if I could keep my eyes open, but...
		
		[MADELINE right sad]
		Yeah, sorry. I'm really tired.

		{+CH6_THEO_SAY_SELFIE}

	CH6_THEO_ASK_SLEEP_CANCEL=
		[MADELINE right normal]
		I can stay up for a few more minutes.
	CH6_THEO_SAY_SLEEP_CANCEL=
		[MADELINE right sad]
		You know what?
		
		[MADELINE right normal]
		I guess can stay up for a few more minutes.

	CH6_DREAMING=
		[MADELINE left distracted]
		Aurora Borealis?
		So this is where they localized it...

		[BADELINE right worried]
		Why am I here?

		[MADELINE left sad]
		Oh yeah, right.
		We need to talk.

		[BADELINE right upset]
		...okay.

		[MADELINE left distracted]
		I got some... questions to ask.
		It's about whoever you're looking for.
		
		[MADELINE left sad]
		What's going on between you two, exactly?
		You said you wanted to set something right.
		What happened?
		
		[BADELINE right worried]
		...
		I messed up.
		Big time.
		
		[MADELINE left sad]
		What'd you do?
		
		[BADELINE right upset]
		She wanted to climb the {+MOUNTAIN}{n}just as much as you did.
		And then she came across me.
		I treated her the same way I treated you.
		Said she couldn't make it to the top and all that.
		I brought her down.
		
		[BADELINE right worriedAlt]
		And then... she ran away.
		
		[BADELINE right worried]
		I didn't think about it too much until{n}I realized I couldn't talk to her anymore.
		
		[MADELINE left sad]
		...
		
		[BADELINE right upset]
		I wanted to apologize.
		Try and make things right.
		So I've been looking for her ever since.
		
		[MADELINE left sad]
		Maybe she's just taking a break.
		
		[BADELINE right upset]
		From what?
		
		[MADELINE left sad]
		From you.
		You're like, all the bad parts of her.
		She probably just needs a break from you.
		
		[MADELINE left distracted]
		She'll learn to come to terms with you someday.
		
		[BADELINE right worriedAlt]
		But she's still here. I know it...
		
		[MADELINE left sad]
		Just stop looking for now.
		You already piled a lot of stress{n}on yourself just by doing that.
		
		[MADELINE left sad]
		Wait things out.{n}She eventually has to learn to talk with you again.
		
		[BADELINE right worriedAlt]
		But...
		
		[MADELINE left normal]
		It'll be alright.
		
		[BADELINE right worried]
		But I just...

		[BADELINE right sad]
		I...
		
		[BADELINE right freakA pop]
		{silent_trigger 0 Tentacles Appear}
		NO!

		[BADELINE right freakB pop]
		{silent_trigger 0 Tentacles Appear More}
		You think you can just {~}change my mind?{/~}
		{silent_trigger 0 Tentacles Appear moooore}
		You think you can get me{n}to give up, just like that?
		{silent_trigger 0 Tentacles Appear EVEN MORE}
		You think you can {~}CONTROL{/~} me!?

		[BADELINE right freakC pop]
		{silent_trigger 1 Tentacles grab Madeline}
		{!}{*}SPEAK UP, FOOL!{/*}{/!}

		[MADELINE left surprised]
		Woah, hold on! Calm down!

		{trigger 4 start circling the player}
		[BADELINE right freakC_cont]
		{!}{*}Calm down!?{/*}{/!}

		[MADELINE left determinedclosed]
		Alright, {+MADELINE}.
		Breathe.
		Use the feather.

		{trigger 2 Feather minigame}

		[BADELINE right freakBAlt]
		You're going to {~}think about a feather{/~} to stop me?

		{trigger 3 Destroy feather minigame}

		[BADELINE right freakBAlt]
		You are NOT {*}above me.{/*}
		You cannot {*}STOP me.{/*}
		You {*}CAN'T{/*} climb this {+MOUNTAIN}.

		[BADELINE right freakCAlt pop]
		{*}And it's time YOU got out of my way.{/*}

	CH6_THEO_WATCHOUT=
		[THEO left worried]
		{+MADELINE}, what's happening!?

	CH6_REFLECT_AFTER=
		[MADELINE left sad]
		Great.
		
		[MADELINE left distracted]
		Starting from the bottom, I guess.
		
		[MADELINE left sadder]
		All that progress... gone.
		...
		
		[MADELINE left sad]
		But...
		
		[MADELINE left distracted]
		I shouldn't have put her down like that.
		That was a mistake.
		
		[MADELINE left sad]
		On my part.
		
		[MADELINE left distracted]
		...{0.8}Now I'm just like her.
		
		[MADELINE left sad]
		I gotta make things right.
		Like she wants to.
		
	CH6_OLDLADY=
		[GRANNY right normal]
		Oh, hello again.

		[MADELINE left upset]
		Of course you're here.

		{trigger 0 Zoom in}

		[GRANNY right mock]
		Callin' it quits I see.
		
		[MADELINE left upset]
		No, I fell.
		It's over.

		[GRANNY right normal]
		That's probably for the best.
		The {+MOUNTAIN} doesn't pull any punches.

		[MADELINE left upset]
		Yeah, I get it. 
		I wasn't strong enough to climb your stupid {+MOUNTAIN}.

		[MADELINE left distracted]
		You can laugh at me again if you want.

		{trigger 1 Start laughing}
		
		[MADELINE left upset]
		...

		{trigger 2 Stop laughing}
		
		[GRANNY right normal]
		Sometimes you gotta know when to throw in the towel.
		You'll get over it.

		{trigger 3 Maddy walks right}
		
		[MADELINE left angry]
		You know what?
		I had a lot of time to think,{n}climbing out of this cave...	
		And I'm already {*}over it.{/*}

		{trigger 4 Maddy walks left}

		[MADELINE left upset flip]
		That {0.4}{+PART_OF_HER}{0.4} was right, I can't do this.

		[MADELINE left panic flip]
		I'll just... go home to my sad life{n}and {.4}be miserable forever.

		{trigger 5 Wait a bit}
		
		[GRANNY right normal]
		You clearly aren't over it.

		{trigger 6 Maddy turns right}
		
		[MADELINE left upset]
		Shut up, I know.

		[MADELINE left distracted]
		It's just...
		I was so close. I was almost there.
		But no matter where we bump into each other,{n}she sabotages me every step of the way.
		
		[GRANNY right normal]
		A lot of kids come here to climb{n}this {+mountain}, only to give up.
		It's a shame that you fell,{n}I was starting to think you'd make it.

		[MADELINE left sad]
		What makes me so special?

		[GRANNY right normal]
		I've never met someone so confused about things.

		{trigger 1 Start lauging}

		[GRANNY right laugh]
		Honestly, I thought you'd get lost{n}somewhere on the {+MOUNTAIN}.

		[MADELINE left upset]
		Gee, thanks.

		{trigger 2 Stop laughing}

		[GRANNY right normal]
		This girl you're talking about,{n}it sounds like she's holding you back.
		Talk to her.
		Figure out why she's so scared.
		
		[MADELINE left sad]
		You think she's... scared?

		[MADELINE left distracted]
		I guess I never thought of it that way.
		
		[GRANNY right normal]
		Stop wasting both of our time and {~}ask her.{/~}
		What have you got to lose?

	CH6_OLDLADY_B=
		[MADELINE left sad]
		I don't know how to find her...

		[GRANNY right normal]
		Sounds like you both tend to bump into each other a lot.
		
		[GRANNY right laugh]
		You're both practically magnets.
		
		[GRANNY right normal]
		If you keep moving forward,{n}she won't take long to find.

		[MADELINE left upset]
		...so you know about the {+MOUNTAIN}'s power.

		[GRANNY right normal]
		Of course I know, I live here.
		I tried to warn you.

		[MADELINE left distracted]
		You did?

		[GRANNY right normal]
		A glimpse at the truth is good for people.
		Even if most can't accept what they see.
		There's no shame in running back{n}to your car and driving away.
		Some day you'll be ready,{n}then you'll come back.

		[MADELINE left distracted]
		...
		No.

		[MADELINE left sad]
		I'm going to see this through.
		No more running.

		[GRANNY right normal]
		I thought so.
		Good luck.

	CH6_OLDLADY_C=
		[MADELINE left sad]
		Hey, how can you stand living here?
		Isn't it hard to deal with this all the time?

		[GRANNY right normal]
		It's true, you never really get used to it.
		But it keeps me sharp.
		I like that about it.

		[MADELINE left sad]
		But the {+MOUNTAIN} is so... confrontational.

		[GRANNY right normal]
		Sure, it doesn't beat around the bush.
		{+CELESTE_MOUNTAIN} is a place of healing, dear.
		The first step of healing{n}is confronting the problem.
		It's never easy.

		[MADELINE left distracted]
		Tell me about it.

	CH6_BOSS_START=
		[BADELINE right angry flip]
		Looking for me?

		[MADELINE left sad]
		Yeah.
		
		[BADELINE right angry flip]
		How's your {~}mountain hike{/~} going?
		
		[MADELINE left distracted]
		That's not important right now.
		
		[MADELINE left sad]
		We need to talk.{n}{1.0}Again.

		[BADELINE right scoff flip]
		Sounds like you've got it {~}all figured out.{/~}

		[BADELINE right angry flip]
		You gonna try and throw me off again?
		
		[MADELINE left distracted]
		That's not what I want.
		
		[MADELINE left sad]
		Listen. I'm sorry.
		We need to move past this.

		{trigger 0 Badeline floats, zooms in}

		[BADELINE right yell]
		You want me to {~}move past{/~} what happened?
		{*}Who do you even take me for?!{/*}

		[MADELINE left angry]
		Hey, you aren't innocent here either.
		...

		[MADELINE left determinedclosed]
		But I know you're scared.
		
		{trigger 1 Maddy steps forward}
		
		[MADELINE left sad]
		Look, there's no point in fighting.
		
		[MADELINE left distracted]
		I was wrong with what I said.{n}You shouldn't give up.
		
		[BADELINE right angry]
		...
		
		[MADELINE left distracted]
		It's just...
		
		[MADELINE left sad]
		The more we ran into each other,{n}the more I got worried.
		You looked so {0.4}{*}stressed{/*} about everything.
		When I told you to stop looking,{n}I was genuinely concerned.

		[BADELINE right scoff]
		Gonna take a lot more to get me to believe that.

		[MADELINE left sad]
		All I said was that she probably needs a break.
		She eventually HAS to come back.{n}{0.5}You've gotta realize that.

		[BADELINE right yell]
		And {!}YOU{/!} being here won't help me find her!
		I'm {*}not gonna believe{/*} what you've got to say!
		
		[MADELINE left sad]
		Well, what else are you gonna do?

		[MADELINE left together]
		{s 4}You're not gonna get rid of me...{.6}[MADELINE left togetherZoom]right?
		
		[BADELINE right yell]
		If that's what it takes, {!}I'll be glad to!{/!}

	CH6_BOSS_TIRED_A=
		[BADELINE right angry]
		I can still find her.

	CH6_BOSS_TIRED_B=
		[BADELINE right yell]
		I can make things right!

	CH6_BOSS_TIRED_C=
		[BADELINE right yell]
		{*}And I don't need YOU to help me!{/*}

	CH6_BOSS_MIDDLE=
		[BADELINE right yell]
		Why can't you just {*}leave me alone?!{/*}

	CH6_BOSS_ENDING=
		[BADELINE right sigh flip]
		Fine.
		You win.

		{silent_trigger 0 Music starts}

		[BADELINE right worried flip]
		I guess she doesn't need me after all.

		[BADELINE right worriedAlt flip]
		If she wants me to go away, I'll try.
		
		[MADELINE left distracted]
		...
		I know I probrably don't sound that trustworthy...
		
		[MADELINE left sad]
		But I don't think that's what she wants.
		She probably misses you more than ever.
		
		[BADELINE right worriedAlt flip]
		...Really?

		[MADELINE left sad]
		Just because she needs a break{n}doesn't mean she wants you gone.
		
		[MADELINE left distracted]
		She just needs to learn to get along with you.
		The other side of her thoughts.

		{trigger 1 Madeline puts hand on Badeline}
		
		[MADELINE left sad]
		Because you're {+PART_OF_HER}.
		She needs to accept that.

		{trigger 2 Badeline calms down}
		
		[MADELINE left sad]
		It's not your fault.
		It's okay to be scared.

		[BADELINE right worried flip]
		...

		[MADELINE left sad]
		How about this?

		[MADELINE left normal]
		Try imagining a scenario where things work out.
		That helps me a lot.

		[BADELINE right worried flip]
		...

	CH6_ENDING=
		[MADELINE left surprised]
		Woah, what'd you just do?
		
		[BADELINE right upset]
		You still want to climb the {+MOUNTAIN}, right?
		That's why you came here.
		I really owe you one anyway.

		{trigger 0 Old Lady enters right}

		[GRANNY right normal]
		It's good to see you two playing nice.

		[MADELINE left sad]
		Hey, thanks for the pep talk.
		I needed that.

		[GRANNY right normal]
		Don't mention it.
		I'm glad I can still be useful every now and then.

		{portrait none}
		{*}{+MADELINE}!!!{/*}

		{trigger 1 Theo enters left}
		
		[THEO left worried]
		{+MADELINE}! You're okay!

		[THEO left wtf]
		I ran down to help, but it looks like you're doing fine.
		
		[MADELINE right normal]
		Thanks, {+THEO}.

		[MADELINE right distracted]
		Honestly, maybe that fall was what I needed.
		
		{trigger 8 theo stops being tired}
		[THEO left wtf]
		Hey, is this that "someone" you were talking about?

		[THEO left excited]
		She's like an adorable goth GF!

		[BADELINE right angry]
		Don't ever say that again.

		[MADELINE right sad]
		You were right, {+THEO}.
		All she needed was a little help.

		[MADELINE right normal]
		If the two of us work together,{n}I think we can still finish the climb.

		[THEO left excited]
		That's so rad!

		[BADELINE right worried]
		It's the least I can do.

		{trigger 2 Madeline turns to the right}

		[MADELINE left sad]
		You know, you don't have to{n}this if you don't want to.
		You've already been put through a lot.
		
		[BADELINE right worried]
		...
		
		[BADELINE right angry]
		No.
		I want to.
		
		[BADELINE right upset]
		I've gotta set things aside.
		
		[BADELINE right worried]
		Even if things are hard to believe.

		{trigger 7 Theo raises fist}

		[THEO left yolo]
		Yeah! You've got this!

		{trigger 3 badeline turns right}

		[GRANNY right normal]
		It'll still be difficult, mind you.
		But I'm amazed you got as far as{n}you did, butting heads like you were.
		I reckon you can make it if you cooperate.

		{trigger 4 badeline turns left}

		[BADELINE right worried]
		I know we're starting from the bottom...

		[BADELINE right worriedAlt]
		But it's worth another shot.

		{trigger 5 Wait a bit}

		[THEO left normal]
		Can I help?

		{trigger 6 Madeline turns to the left}
		
		[MADELINE right sad]
		You sure, {+theo}?

		[MADELINE right distracted]
		You've already done so much for me.
		
		[THEO left normal]
		{>> 0.3}C'monnnn.{>>}

		[THEO left wtf]
		Let me hold your bag at least.

		[MADELINE right distracted]
		Alright.

		[MADELINE right determined]
		{>> 0.2}This shouldn't take long.{>>}

# *** Chapter 07 ***

	CH7_HEIGHT_START=From The Top
	CH7_HEIGHT_0={X} M
 	CH7_HEIGHT_1={X} M
	CH7_HEIGHT_2={X} M
	CH7_HEIGHT_3={X} M
	CH7_HEIGHT_4={X} M
	CH7_HEIGHT_5={X} M

	# Mountain Base -> Forsaken City
	CH7_ASCEND_0=
		[MADELINE left sad]
		Wow, that was faster than the first time I came here.
	
		[MADELINE left normal]
		I guess we're getting the hang of that.

		[BADELINE right upset]
		If you say so...

		[MADELINE left determined]
		This mountain doesn't stand a chance.

		[BADELINE right worriedAlt]
		Don't jinx it.
		
		[BADELINE right worried]
		We just started...

	# Forsaken City -> Old Site
	CH7_ASCEND_1=
		[MADELINE left sad]
		How are you feeling?

		[BADELINE right upset]
		I'm fine.

		[BADELINE right worried]
		I'm just {0.4}waiting for something to go wrong.
		
		[MADELINE left sad]
		Well, {0.8}[MADELINE left normal]you got me.
		
		[MADELINE left distracted]
		Even if things go south...
		
		[MADELINE left sad]
		We can just pick ourselves back up.
		
		[MADELINE left normal]
		I got your back, right?

		[BADELINE right worried]
		...Yeah.
		
		[BADELINE right worriedAlt]
		It's scary, but...
		
		[BADELINE right upset]
		I'm actually starting to believe you.

	# Old Site -> Celestial Resort
	CH7_ASCEND_2=
		[MADELINE left sad]
		It's still kinda crazy how I ran into you there.
	
		[MADELINE left distracted]
		I was not expecting to see a...{n}{0.5}{*}creepy mirror ghost{/*}.
	
		[BADELINE right angryAlt]
		{~}You're{/~} one to talk about crazy.
		Aren't you like... {0.5}{>> 0.5}a cloud{>>} or something?{>>}

		[MADELINE left sad]
		{>> 0.3}...Yeah.{>>}
		
		[MADELINE left distracted]
		My head is the only part that acts like it though.
		
		[BADELINE right upset]
		So what happens if I punch you in the face?
		Would you feel anything?
		
		[MADELINE left distracted]
		Probably not.
		
		[MADELINE left sad]
		I'd just disperse, I guess.

		[BADELINE right normal]
		Wow.

		[BADELINE right scoff]
		I gotta try that sometime.
		
		[MADELINE left upset]
		...
		
	# Celestial Resort -> Cliffside
	CH7_ASCEND_3=
		[MADELINE left distracted]
		I hope {0.3}{+MROSHIRO} is okay...
		He was really all over the place.

		[BADELINE right angry]
		Why do you care?{n}He treated you like garbage.

		[MADELINE left distracted]
		Yeah, I know...
		
		[MADELINE left sad]
		But I still kinda care about him.
		
		[MADELINE left distracted]
		He had a really special connection with that hotel.
		
		[MADELINE left upset]
		And you didn't have to snap at him like you did.

		[BADELINE right angry]
		Whatever.

		[MADELINE left sad]
		No, seriously. You're way too aggressive.
		That's not something to brush off.

		[BADELINE right angry]
		Sheesh, you're just like her.
		{~}You{/~} put too much energy into bad{n}people who will just end up hurting you.

		[MADELINE left sad]
		{+MROSHIRO} isn't necessarily a bad guy...
		
		[MADELINE left distracted]
		He just... needed to get stuff straight.

		[BADELINE right yell]
		{~}"Not a bad guy?!"{/~}
		He transformed into a {*}monster{/*},{n}{0.5}and THEN he tried to {*}hurt{/*} you!

		[BADELINE right worriedAlt]
		And now you're {0.3}defending him?

		[MADELINE left distracted]
		No, of course not.

		[MADELINE left sad]
		I'm not gonna defend a guy who{n}can't even clean up for himself.
		Plus, I might still be in that hotel{n}if you hadn't forced the issue.

		[MADELINE left distracted]
		...I just still hope he's doing alright.

		[BADELINE right worried]
		...

		[BADELINE right worriedAlt]
		Okay...
		...I'm sorry...

		[BADELINE right worried]
		...for snapping at {+MROSHIRO}.

		[MADELINE left sad]
		It's alright. I understand.
		
		[MADELINE left distracted]
		It's in the past now.
		Don't be too hard on yourself.
		
	# Cliffside -> Temple
	CH7_ASCEND_4=
		[BADELINE right worriedAlt]
		You move {>> 0.5}really fast{>>} for a mountain climber.
		
		[MADELINE left sad]
		Yeah, I guess so.
		
		[MADELINE left normal]
		But it's way easier with you around.
		
		[BADELINE right worried]
		...Really?

		[MADELINE left sad]
		I said I got your back, right?
		And I know you've got mine.
		
		[MADELINE left normal]
		I believe in you.

		[BADELINE right worried]
		...

		[BADELINE right worriedAlt]
		...I {0.5}believe in you too.

		[MADELINE left normal]
		Aw, thanks.
		
	# Temple -> Summit
	CH7_ASCEND_5=
		[MADELINE left determined]
		This is it, the final rush.

		[MADELINE left normal]
		We're so close.{n}We're going to make it!

		[BADELINE right worriedAlt]
		Yeah...

		[BADELINE right worried]
		...

		[MADELINE left sad]
		What's up?

		[BADELINE right worried]
		...I'm just...
		...

		[BADELINE right worriedAlt]
		...I'm sorry.{n}For holding you back.
		I always was a nuisance.

		[BADELINE right worried]
		I need to learn to trust you.
		
		[MADELINE left sad]
		Hey, it's alright.

		[MADELINE left distracted]
		It's not your fault.{n}{0.3}If anything, I should be sorry too.
		I tried telling you to give up on everything.

		[MADELINE left sad]
		I wish I tried to understand you sooner.

		[BADELINE right worried]
		...

		[BADELINE right worriedAlt]
		At least we're finally talking about it.

		[MADELINE left distracted]
		Yeah...

		[MADELINE left sad]
		I'm glad the {+MOUNTAIN} led me to you.
		It's like you're actually {0.4}a {+PART_OF_ME} now.
		
		[MADELINE left distracted]
		Sort of.
		
		[MADELINE left sad]
		I may not be whoever you really are...
		
		[BADELINE right upset]
		But you're able to get along with me.
		And I'm starting to understand why.
		
		[MADELINE left sad]
		Yeah.

		[BADELINE right upset]
		You know...

		[BADELINE right normal]
		Maybe you're not so bad after all.
		
		[MADELINE left sad]
		{>> 0.5}...Wow.{>>}
		
		[MADELINE left normal]
		That's a resolution I {~}never{/~} saw coming.
		
		[BADELINE right angry]
		...what does THAT mean?
		
		[MADELINE left distracted]
		Nothing. Nothing at all, just...
		
		[MADELINE left normal]
		Thanks for deciding to be positive.
		
		[BADELINE right upset]
		You know, at this point...
		
		[BADELINE right normal]
		I really don't see a reason not to be.

	CH7_ENDING=
		[BADELINE left normal]
		We actually did it.
		I can't believe it!

		[MADELINE right surprised flip]
		Woah! It's so beautiful!
		
		[MADELINE right normal flip]
		Look at how far we've come!

		{trigger 1 Madeline sits down}

		[BADELINE left upset]
		You know, I've never gotten to see this before with her.

		[BADELINE left worriedAlt]
		...I wish she were here.

		[MADELINE right distracted flip]
		Oh, right.

		[MADELINE right sad flip]
		She didn't make it.
		At least not like this.

		[BADELINE left worried]
		Yeah.

		[BADELINE left worriedAlt]
		I know that she's still out there somewhere.
		
		[BADELINE left worried]
		But I still wish I could've fixed things.

		{trigger 2 Badeline moves beside Maddy as camera begins panning right}

		[MADELINE left sad]
		You'll get your chance.
		Things'll get settled.{n}It's just gonna take time.

		[BADELINE left upset]
		Yeah, I know.
		But I'm gonna have to rely on you from now on.
		At least, for now.
		
		[BADELINE left worried]
		You're the only one that I can talk to.
		
		[MADELINE right distracted flip]
		It's gonna be kinda weird having a...{n}reflection ghost thing follow me around.
		But I'll get used to it.
		
		{trigger 0 Wait a bit}
		
		[BADELINE left upset]
		Not exactly a big ending, huh?
		
		[MADELINE right distracted flip]
		I mean, for me it was.
		
		[MADELINE right sad flip]
		I was not expecting any of this, honestly.
		I thought I was gonna be cracking bad jokes{n}to everyone I met on the way up.
		But it was pretty insightful.
		
		[MADELINE right normal flip]
		And fun.
		
		[BADELINE left upset]
		I guess so.
		
		[BADELINE left scoff]
		One heck of a rollercoaster, am I right?
		
		{trigger 0 Wait a bit}
		
		[BADELINE left normal]
		I guess this makes us even.
		For real this time.
		
		[MADELINE right sad flip]
		Yeah.
		...
		
		[MADELINE right distracted flip]
		You know, after all this,{n}I never got to ask you.
		Do {0.3}you have a name?
		Or something?

		[BADELINE left upset]
		...
		
		[BADELINE left normal]
		Just call me {+BADELINE}.

	CH7_BSIDE_ASCEND=
		[BADELINE left freakA]
		THERE {0.3}WAS {0.3}{!}NO{/!} {0.2}WAY WE JUST DID THAT.
		
		[MADELINE right surprised]
		Was that even a challenge?
		
		[MADELINE right normal]
		All of that was REALLY easy!
		
		[BADELINE left scoff]
		I'd imagine it be WAY harder{n}if we had a {# edd500}Golden Strawberry{#}.

	CH7_CSIDE_OLDLADY=
		[GRANNY right normal]
		It's hard to believe that it's over, isn't it?

		[GRANNY right laugh]
		Funny how we get attached to the struggle.

		[GRANNY right normal]
		Promise me that you'll take care of yourself, okay?

	CH7_CSIDE_OLDLADY_B=
		[GRANNY right normal]
		Well?
		What are you waiting for?

# *** Epilogue ***

	EP_CABIN=
		[GRANNY right normal]
		Well, look who's finally back.
		
		[GRANNY right mock]
		Kept us waiting, huh?

		[THEO right excited]
		{+MADELINE}!{n}You're back!
		
		[MADELINE left normal]
		Heya, heya!
		
		[MADELINE left distracted]
		Sorry about the wait.{n}I was looking for something.
		
		[THEO right wtf]
		You were gone for like, 3 days.
		
		[THEO right thinking]
		You didn't get yourself hurt, did you?
		
		[MADELINE left sad]
		{~}Stop worrying{/~}. {0.6}[MADELINE left normal]It wasn't {~}that{/~} important.
		
		[MADELINE left distracted]
		Speaking of "important things,"{n}where's {+BADELINE}?
		
		{trigger 0 Badeline emerges}
		
		[BADELINE left normal]
		Probably right here.
		
		{trigger 3 Maddy Turns}
		
		[MADELINE right normal]
		Oh, hey! You made it!
		
		[BADELINE left scoff]
		I don't tend to forget people.
		
		[MADELINE right sad]
		How did everything go?

		[BADELINE left normal]
		Just like you said it would.
		
		[BADELINE left upset]
		I eventually got around to looking again.
		It took a while, but{n}I found her around the city.
		
		[MADELINE right sad]
		And... {0.4}then what happened?
		
		[BADELINE left normal]
		We came to terms, patched things up{>> 0.5}...{>>}{n}{0.8}[BADELINE left freakA]AND THEN WE REACHED THE SUMMIT!
		
		[MADELINE right surprised]
		You WHAT?

		[THEO right excited]
		Yeah, it was awesome!
		
		[THEO right wtf]
		I should've given them my phone so{n}they could take {~}The Ultimate Selfie.{/~}
		
		[MADELINE right normal]
		I'm just proud of you for getting it done.
		
		{trigger 3 Maddy Turns}
		
		[GRANNY right normal]
		Beautiful, isn't it?

		[BADELINE left upset]
		I didn't think it WOULD {0.2}work out, to be honest...

		[BADELINE left normal]
		But I'm really glad it did.

		{trigger 1 Fade out, hear knock on door, fade in and Oshiro enters}

		[OSHIRO left normal]
		Good evening, everyone.

		[BADELINE right angry]
		Who invited {~}you{/~} here?

		[OSHIRO left normal]
		A little birdie told me there was to be a party.

		[MADELINE right surprised]
		You mean {0.3}{!}THAT {0.2}BIRD{/!} {0.2}IN THE {!}CORNER?!{/!}
		
		[OSHIRO left worried]
		But of course!

		[OSHIRO left drama]
		But if I am unwelcome, I shall take my leave.

		[MADELINE right sad]
		No no, wait {+MROSHIRO}. {0.3}It's alright.

		[MADELINE right normal]
		You can stay.
		
		[MADELINE right distracted]
		Right, {+BADELINE}?
		
		[BADELINE right angryAlt]
		...
		
		[BADELINE right angryAlt]
		Fine.

		{trigger 2 Oshiro settles in}

		[GRANNY left normal]
		Y'know, I thought you would never{n}leave that hotel of yours again, {+OSHIRO}.
		I'm glad you made it.
		{+MADELINE} here is baking us a pie with all{n}of the strawberries they've been collecting.

		[OSHIRO left normal]
		Ah, another {# F94A4A}strawberry pie{#}?

		[THEO right excited]
		Oh, awesome! {# F94A4A}Strawberry pie{#} is{n}like, my favorite.
		
		[MADELINE right distracted]
		Wait, you guys have had some before?
		
		[THEO right wtf]
		Hey, you can never have too much.
		
		[BADELINE right upset]
		Wait, hold on.
		
		[BADELINE right normal]
		YOU'RE {0.3}making us a {# F94A4A}strawberry pie{#}?

		{trigger 3 Maddy Turns}

		[MADELINE left sad]
		Well, yeah.
		That's why I was out for so long.
		
		[MADELINE left distracted]
		There's strawberries {~}all{/~} over the place.
		I really don't know some of them{n}are even where they are.
		
		[BADELINE right scoff]
		Well, I don't mean to be that person,{n}but you do NOT look like a baker.

		{trigger 3 Maddy Turns}

		[MADELINE right distracted]
		Well, just wait.
		
		[MADELINE right normal]
		I'll prove you wrong.

	EP_PIE_START=
		[MADELINE right normal]
		So?
		How's it taste?
		
		[THEO left thinking]
		Hmm...
		
		[THEO left wtf]
		Reminds me of the last one we had.
		
		[MADELINE right distracted]
		...was it {0.3}good?
		
		[THEO left thinking]
		Hold on, I got a photo from it.
		Lemme pull it up...

	EP_PIE_DISAPPOINTED=
		[THEO left wtf]
		...no.
		No it wasn't.

		[BADELINE right scoff]
		Yeah, she wasn't exactly a baker too.

		[OSHIRO left drama]
		I truly thought it was a joke...

		[GRANNY left mock]
		Did you even put strawberries in here?
		
		[MADELINE right distracted]
		{>> 0.3}Uhh...{>>}
		
		[GRANNY left normal]
		Strawberry pies are supposed to{n}have strawberries in them, dear.
		
		[MADELINE right sad]
		Hey, listen.
		I was probably moving too fast.
		
		[MADELINE right distracted]
		Gotta get that sub-45, y'know?

	EP_PIE_GROSSED_OUT=
		[THEO left wtf]
		No, not really.

		[GRANNY left normal]
		It's the thought that counts.
		
		[GRANNY left mock]
		I suppose.

		[BADELINE left angry]
		You people just couldn't appreciate good food.
		{# F94A4A}strawberry pie{#} is {# F94A4A}strawberry pie{#}.{n}I'll just eat all of it myself.

		[MADELINE right normal]
		You have fun with that.

	EP_PIE_OKAY=
		[THEO left thinking]
		It was alright.
		
		[THEO left normal]
		I mean, it wasn't that bad.
	
		[OSHIRO left normal]
		The important thing is that you{n}tried your best, {+MADELINE}.
		
		[MADELINE right distracted]
		I guess...

		[BADELINE left angry]
		Who invited this guy?

		[THEO left thinking]
		Come on, it's not even that bad.

		[GRANNY left normal]
		I've certainly had worse.

		[THEO left normal]
		Thanks for the pie, {+MADELINE}.

	EP_PIE_REALLY_GOOD=
		[THEO left excited]
		Oh, it was great!
	
		[GRANNY left normal]
		I'm impressed!
		You could become a certified baker with this.

		[BADELINE left normal]
		Huh. I guess you proved me wrong.
		
		[BADELINE left scoff]
		Not bad.

		[THEO left excited]
		Holy crap!

		[THEO left normal]
		This is so tasty.

		[OSHIRO left normal]
		{+MADELINE}, would you like to cater for the hotel?
		I must know for future reference.
		
		[THEO left excited]
		Can I take a slice home for {+ALEX}?
		She'll die when she tastes this.
		
	EP_PIE_AMAZING=
		[THEO left wtf]
		Now, when I tell you that pie was the best we tasted...
		
		[BADELINE left scoff]
		We aren't lying.
		
		[MADELINE right surprised]
		Wow, really?!
	
		[THEO left excited]
		You know it!
		This is the best thing I've ever tasted!

		[GRANNY left normal]
		He's right, dear.
		This is as amazing as the last.

		[OSHIRO left normal]
		It's truly magnificent, {+MADELINE}.

		[OSHIRO left worried]
		{~}A symphony for the taste buds!{/~}
		
		[MADELINE right normal]
		Wow, seriously?
		
		[MADELINE right distracted]
		Guess I did get a lot of strawberries.

		[BADELINE left scoff]
		Sheesh, I might have to take credit for this one.

# *** Appendix ***

	APP_INTRO=
		About a year later...

	APP_OLDLADY_A=
		[GRANNY right normal]
		Hey there, kiddo!
		Nice to see you again.

		{trigger 0}

		[GRANNY right normal flip]
		Here's the cave I told you about{n}on the phone.
		
		{silent_trigger 1}
		
		Follow me.

	APP_OLDLADY_B=
		[MADELINE left sad]
		What is this place?

		[GRANNY right normal]
		This passage leads to the center of the {+MOUNTAIN}.
		You said you wanted to come{n}back for a harder challenge...

		{trigger 0 start laughing}

		[GRANNY right laugh]
		Doesn't get any harder than this!

		{trigger 1 stop laughing}

		[GRANNY right normal]
		Be careful, though.
		When you get this close to the heart of the {+MOUNTAIN},{n}its power will start affectin' you differently.

		[MADELINE left sad]
		Yeah, I already noticed some of that...

		[GRANNY right normal]
		Good luck in there.

	APP_OLDLADY_C=
		[GRANNY right normal]
		Where's that other {+PART_OF_YOU}?

		[MADELINE left sad]
		She's back getting along with {+SOMEONE}.
		
		[GRANNY right normal]
		I see you finally got her name.

		[MADELINE left distracted]
		Yeah.
		They're meant to be together, though.
		
		[MADELINE left sad]
		She's probably not {+PART_OF_ME} anymore.

		[GRANNY right normal]
		You two may not be the same,{n}but you've definitely grown together.
		Maybe it's not so easy for the{n}{+MOUNTAIN} to separate you now.
		I'd wager she's still with you, in some form.
		
		[MADELINE left distracted]
		Probably.

		[MADELINE left normal]
		That sounds better, actually.

		[MADELINE left distracted]
		I still wish I could talk to her though.

	APP_OLDLADY_D=
		[GRANNY right normal]
		Do you keep in touch with {+THEO}?

		[MADELINE left normal]
		Yeah, he spent the summer in Vancouver.
		He sent me a lot of photos about it.{n}It was pretty cool.

		[GRANNY right normal]
		What's he up to these days?

		[MADELINE left normal]
		He's back in California with his family now.
		He wants to be around while{n}his sister finishes law school.

		[MADELINE left sad]
		It sounds pretty intense, but he{n}wants to be there to support her.

		[GRANNY right normal]
		He seems like a nice young man.

	APP_OLDLADY_E=
		[MADELINE left normal]
		It's been a while. How've you been?

		[GRANNY right normal]
		Oh, same old same old.

		{trigger 0 start laughing}

		[GRANNY right laugh]
		And in my case, that's pretty old.

		{trigger 1 end laughing}

		[GRANNY right normal]
		I'm not gettin' any younger, that's for sure.
		Some days, just keeping the{n}lights on can take all my energy.
		The {+MOUNTAIN} still keeps me sharp, though.

		[GRANNY right mock]
		I'm not ready to give up the ghost anytime soon.

		[MADELINE left normal]
		I'd expect no less from you.

		[MADELINE left sad]
		Take care of yourself.

	APP_OLDLADY_LOCKED=
		[MADELINE left sad]
		That door up ahead won't budge.
		Is there another way in?

		[GRANNY right normal]
		I'm afraid not, dear.

		[GRANNY right mock]
		You think the {+MOUNTAIN} is gonna{n}start going easy on you now?

		[GRANNY right normal]
		I guess it doesn't think you're ready yet.

		[MADELINE left sad]
		Okay, {+CELESTE_MOUNTAIN} might be {~}weird and magical.{/~}

		[MADELINE left distracted]
		But now you're telling me it can {~}"think",{/~} too?
		
		[MADELINE left sad]
		It's a giant rock. I find that hard to believe.

		[GRANNY right normal]
		It doesn't think like you or me.
		It's like... how a river thinks to flow to the sea.
		You can make it sound crazy if you want.

		[MADELINE left upset]
		I know better than to doubt you.

		[MADELINE left sad]
		How do I convince it I'm ready?

		[GRANNY right normal]
		Heck if I know.
		I'd retrace my steps, and really pay attention.
		{+CELESTE_MOUNTAIN} must have more to teach you.
		
		[GRANNY right mock]
		Just follow your {# 0D92FF}heart{#}, and you'll reach the answer.
		
		[MADELINE left distracted]
		Follow my {# 0D92FF}heart{#}...

	APP_ENDING=
		...geez.
		I hated those fireballs.
		And that lava.
		And yet... I'm not mad.
		I feel... calm.

	CH9_GRAVESTONE=
		[MADELINE left sad]
		{+GRANNY}...
		[MADELINE left sadder]
		I can't believe you're gone, you old bat.

		[MADELINE left distracted]
		Well,{0.2} I guess I can...

		[MADELINE left sadder]
		I just... didn't think it'd happen so fast.

		{silent_trigger 0 Step Forward}
		
		[MADELINE left sadder]
		This isn't fair. I need you.

		[MADELINE left angry]
		You didn't prepare me for any of this.

		{trigger 1 Badeline Appears}

		[BADELINE left scoff]
		What do you want her to do, apologize?

		[BADELINE left upset]
		She's gone.

		[BADELINE left angry]
		And you didn't even go to the funeral.

		{trigger 2 Sit Down}

		[MADELINE left distracted]
		I know, I just... couldn't.

		[MADELINE left sadder]
		I felt so out of place already.
		It just... didn't feel right to go.

		[MADELINE left sadder]
		I'm so sorry, {+GRANNY}.

		[BADELINE left angry]
		You aren't the first to act like this.

		[MADELINE left distracted]
		What do you mean?
		
		[BADELINE left upset]
		{+SHE} also came over here to say sorry.
		
		[BADELINE left angry]
		You two just don't realize that{n}"sorry" won't bring her back.

		[MADELINE left sad]
		I know, I just...
		
		[MADELINE left sadder]
		...I dunno.
		It was selfish of me to come here.
		
		[BADELINE left upset]
		At least you're handling things better.
		{+SOMEONE} took it way worse.
		
		[BADELINE left worried]
		She {0.8}fell apart.
		
		[BADELINE left worriedAlt]
		I can't even talk to her right now.
		
		[MADELINE left sadder]
		...

	CH9_FLYING_TO_THE_MOON=
		[BADELINE right concerned]
		Where are we going, {+MADELINE}?

		[MADELINE left sad]
		You saw that bird, right?
		You know, the one that's ALWAYS in the corner?
		
		[MADELINE left distracted]
		I don't know for sure yet, but{n}something about it is important.
    
		[BADELINE right worried]
		What are you on about this time...?
		
		[MADELINE left sad]
		No, like... think about it.
		It's been everywhere {+GRANNY} has. 
		They've got to be connected somehow.

		[BADELINE right concerned]
		{+MADELINE}, I'm pretty sure that's just her {~}pet{/~}.

		[MADELINE left distracted]
		There {~}has{/~} to be more to it than that.

		[MADELINE left sad]
		THAT bird was always in the corner,{n}helping me when I needed it the most.
		
		[MADELINE left sadder]
		Just like {+GRANNY} did...
		...{0.5}[MADELINE left sad]Maybe it's {0.5}trying to tell us something.
		There's GOTTA be a reason.{n}{+GRANNY} doesn't just {*}leave{/*}. Not like this.
		
		[BADELINE right concerned]
		{+MADELINE}... I hate to say it, but...

		[BADELINE right worriedAlt]
		You're in denial.

		[BADELINE right worried]
		It's just a bird.
    
		[MADELINE left upset]
		Just shut up and help me for once, okay?

	CH9_LANDING=
		[BADELINE left worried]
		Uh... {+MADELINE}?

		{trigger 0 Badeline turns}

		[BADELINE left worriedAlt flip]
		I don't think it would've flown up here.

		{trigger 0 Badeline turns}

		[BADELINE left concerned]
		{>> 0.3}We're in SPACE.{>>} 
		You shouldn't even be {~}breathing{/~} right now. 

		[MADELINE right sad]
		What's stopping me?
		Nothing's impossible for this {+MOUNTAIN}.
		
		[MADELINE right distracted]
		Didn't you realize that the last time we were here?
		
		[BADELINE left worried]
		{+MADELINE}, that was different than this.

		[MADELINE right angry]
		What makes THIS so different?!

		[BADELINE left angryAlt]
		You {0.5}really need a reality check.
		{>> 0.3}{+GRANNY} is gone.
		
		[BADELINE left yell]
		And you're chasing {~}a bird!{/~}{>>}
		
		[BADELINE left angry]
		It's like {*}nothing{/*} is clicking for you yet.

		[MADELINE right angry]
		{>> 0.3}You {*}really{/*} think{>>}{0.3} that's just a regular bird?
		
		[BADELINE left angryAlt]
		...

		[MADELINE right sad]
		Listen, something about that bird is special.
		Maybe like how you're {+PART_OF_SOMEONE},{n}this bird is probably {+PART_OF_GRANNY}.

		[MADELINE right distracted]
		Maybe...{0.3} there's a way to bring her back.

		[MADELINE right sadder]
		I have to do... something.

		[BADELINE left angryAlt]
		...
		I give up.
		I can't help you with this.

		[MADELINE right angry]
		Then {*}leave!{/*}

		{trigger 1 Badeline Vanishes}

		[MADELINE left determinedclosed]
		Don't worry, {+GRANNY}.
		
		[MADELINE left determined]
		I'll figure this bird out.
		I'll get you back.

	CH9_FAKE_HEART=
		[MADELINE left distracted]
		...

		[MADELINE left determinedclosed]
		......
		
		[MADELINE left determined]
		No.

	CH9_KEEP_GOING=
		[MADELINE left sadder]
		That room wasn't long enough...
		And I still haven't gotten to that bird.

		{trigger 0 Step Forward}

		[MADELINE left determinedclosed]
		Which means...
		
		[MADELINE left determined]
		I need to keep going.

	CH9_MISS_THE_BIRD=
		[MADELINE left angry]
		{*}Come on!{/*}
		I was right there!

		[MADELINE left sadder]
		{>> 0.2}I almost... had it...{>>}

		{trigger 0 stand up, face left }

		[MADELINE left sad flip]
		What does this mean?

		[MADELINE left distracted flip]
		Why is it flying away all the time?
		Is it... scared?

		[MADELINE left sadder flip]
		I don't get it...
		There has to be something important about...
		
		{trigger 1 take a step left}
		
		[MADELINE left sadder flip]
		...

		{trigger 2 take a step right}
		
		[MADELINE left sad]
		Unless...

		{trigger 1 take a step left}
		
		[MADELINE left sadder flip]
		No, that can't be it...
		There's no corner to sit in...
		
		{trigger 1 take a step left}

		[MADELINE left distracted flip]
		It's gotta be {+PART_OF_GRANNY}, so...
		
		[MADELINE left sad flip]
		Maybe it's just... acting like {+BADELINE}?
		
		[MADELINE left distracted flip]
		...maybe...

		[MADELINE left sadder flip]
		The bird doesn't want me to just save {+GRANNY}.
		
		{trigger 2 take a step right}
		
		[MADELINE left distracted flip]
		Maybe it's... trying to save ME from something{n}at the same time.
		
		{trigger 3 black hole flickers }
		
		[MADELINE left sadder]
		But... from what?
		
		{trigger 4 black hole flickers more, tiles to crack into the sci-fi one}

		[MADELINE left angry]
		Well, whatever it is won't stop me!
		
		[MADELINE left together]
		You won't be in a corner for long, you dumb bird!
		
		[MADELINE left togetherZoom]
		I'll get {+GRANNY} back, no matter what it takes!
		
	CH9_HELPING_HAND=
		[MADELINE left upset]
		I thought we were done with the favors thing.
		
		[BADELINE right angryAlt]
		{+MADELINE}.
		You're mindlessly chasing a bird through space.

		[BADELINE right angry]
		What's your endgame here?
    
		{trigger 0 Madeline faces away}

		[MADELINE left determined flip]
		That bird has to be the key to everything.
		And I'm gonna catch it...

		[MADELINE left sadder flip]
		Even if the whole universe is against me.
		
		[BADELINE right worried]
		...
		
		[BADELINE right worriedAlt]
		Is that really your thought process here?

		[BADELINE right worried]
		What if.. it doesn't work?

		[MADELINE left angry flip]
		I'll figure it out.

		[BADELINE right worriedAlt]
		...

		[BADELINE right worried]
		Look, {+MADELINE}...

		[BADELINE right worriedAlt]
		We're in {~}space{/~} chasing a {~}mysterious bird{/~}.

		[BADELINE right upset]
		None of this is real. You know this.

		[BADELINE right concerned]
		It's all {>> 0.5}just a dream{>>}.

		{trigger 1 Madeline faces towards badeline}
		
		[MADELINE left angry]
		So what, {~}everything else{/~} was {*}"just a dream?"{/*}

		[BADELINE right worried]
		I told you already, that was different.
		
		[BADELINE right worriedAlt]
		I didn't mean it like that...
		
		[BADELINE right upset]
		But you're practically grabbing at nothing right now.
		
		[BADELINE right concerned]
		You HAVE to wake up.
		
		[MADELINE left angry]
		I just don't get it!
		Why are you so {0.5}{*}bent{/*} on getting me to {!}stop{/!}?!
		
		[BADELINE right angryAlt]
		...
		First of all, it's a {~}bird{/~}.
		We don't {~}know{/~} what it does.
		
		[BADELINE right yell]
		And {*}second{/*} of all...
		...

		[BADELINE right sigh]
		...you need to take a step back here.
		The farther you go,{n}the more you'll just {0.5}hurt yourself.
		
		{trigger 2 Madeline steps towards badeline}

		[MADELINE left angry]
		No, {!}{*}you{/*}{/!} need to take a step back.
		{*}I'm doing this.{/*}

		[MADELINE left sad]
		I can't just give up now.

		[BADELINE right simple_sigh]
		...
		
		[MADELINE left sad]
		You're right, I don't know if it will save her, but...

		[MADELINE left sadder]
		Maybe it could.
		{+GRANNY} needs me.
		
		[BADELINE right simple_sigh]
		Okay.
		Good luck.
		
	CH9_CATCH_THE_BIRD=
		[MADELINE left surprised]
		Got you! Finally!

		[MADELINE left angry]
		Now what's your deal, huh?!
		Where's {+GRANNY}?

		{trigger 0 bird looks hurt}

		[MADELINE left angry]
		...

		[MADELINE left surprised]
		Oh no. 
		Did I...

		{trigger 1 bird squaks}
		
		[MADELINE left sad]
		Oh, it's okay.
		
		[MADELINE left determinedclosed]
		Thank God.
		...
		
		[MADELINE left distracted]
		Wait, but that means...
		
		[MADELINE left sadder]
		I'm... still not done, aren't I?
		
		{trigger 5 Wait a beat}
		
		[MADELINE left sad]
		Geez, I'm so sorry...
		
		{trigger 2 approach bird, it moves away}
		
		[MADELINE left sad]
		Wait! Please don't leave.
		
		{trigger 3 bird flys out of the camera}
		
		[MADELINE left sadder]
		I just wanted to...
		...

		[MADELINE left sad]
		There's more to this... right?
		
		[MADELINE left distracted]
		I've gotta be close.
		
		[MADELINE left sadder]
		If it means endlessly chasing this bird, then...
		I'll do it.
		
		{trigger 4 badeline appears}
    
		[BADELINE right yell]
		{+MADELINE}, stop!

		[BADELINE right concerned]
		You can't keep going on with this.
		
		[MADELINE left angry]
		Shut up!
		You couldn't force me to give up on the {+MOUNTAIN}.
		And you can't force me to give{n}up on {+GRANNY} OR this bird.
		
		[BADELINE right worriedAlt]
		{+MADELINE}, you know I'm not gonna{n}sit by and let you hurt yourself.
		
		[MADELINE left angry]
		Just-
		...

		[MADELINE left sadder]
		I'm fine.
		Just {*}go away.{/*}
		
		[BADELINE right concerned]
		...

		[BADELINE right worried]
		I'm not forcing you to stop.

		[BADELINE right concerned]
		I'm asking you.

		{trigger 5 Wait a beat}

		[BADELINE right worriedAlt]
		I miss {+GRANNY} too.
		She meant a lot to all of us.

		[MADELINE left sad]
		Well, why is it so easy for you to leave her behind?

		[BADELINE right worriedAlt]
		It's {~}not{/~} easy.

		[BADELINE right worried]
		Maybe I pushed us to get over it too quickly...

		[BADELINE right concerned]
		But this isn't healthy either.
		
		[BADELINE right worriedAlt]
		You know this.

		{trigger 6 Madeline sits}
		
		[MADELINE left sadder flip]
		...
		I know she's gone.
		And this bird won't solve anything.
		It's all we have left of her, and...
		
		{trigger 7 badeline hugs madeline}
		
		[BADELINE left concerned]
		I'm so sorry, {+MADELINE}.
		
		[BADELINE left concerned]
		Let's wake up, and we'll face this together.
		
		[MADELINE right sadder]
		...

		[MADELINE right distracted]
		No.

		[MADELINE right sad]
		Not yet.

		{trigger 8 stand up}
    
		[BADELINE left concerned]
		{+MADELINE}-
		
		[MADELINE right sad]
		No, it's alright.
		
		[MADELINE right distracted]
		I just... need to help this bird first.
		
		{trigger 9 shift camera over to the bird}
		
		[MADELINE right sad flip]
		I've already hurt it enough as is.
		{+GRANNY} wouldn't want it to be stuck like this.
		
		[BADELINE left upset]
		Yeah.
		
		[BADELINE left sigh]
		Okay.
		Let's do it.
		{0.3}
		
		[BADELINE left worried]
		This place is so {*}weird{/*}, but...
		
		[BADELINE left upset]
		I can't have you doing this alone.
		
		[BADELINE left normal]
		We're all getting out of here together.

	CH9_LAST_ROOM=
		[MADELINE left determined]
		This is it.
		The fabled {>> 0.3}{~}"Final Room."{/~}{>>}
		
		[BADELINE right upset]
		We got this, {+MADELINE}. 
		
		[BADELINE right normal]
		Just focus.
		
		[MADELINE left determinedclosed]
		For {+GRANNY}.

	CH9_LAST_ROOM_ALT=
		[BADELINE right concerned]
		Are you alright, {+MADELINE}?

		[MADELINE left distracted]
		Yeah, I'm okay...
		
		[MADELINE left sad]
		I just... need to read the room better.

		[BADELINE right upset]
		Come on, just a few more tries.

		[BADELINE right normal]
		We can do this.

	CH9_LAST_BOOST=
		[BADELINE right normal]
		Say goodbye to her for me.

	CH9_FAREWELL=
		[MADELINE left normal]
		{+GRANNY}!

		[GRANNY right normal]
		Hey there, kiddo.
		
		[MADELINE left normal]
		It's so great to see you.
		I didn't know what to do without you.

		[MADELINE left sad]
		Even if...

		[MADELINE left sadder]
		This is just a dream.
		
		[GRANNY right normal]
		So what?
		That didn't stop you from coming all this way.
		You finally found me, and {~}now{/~}{n}you care that it's just a dream?
		
		[GRANNY right mock]
		Quit making excuses and{n}say what you need to say.
		
		[MADELINE left sad]
		...

		[MADELINE left distracted]
		I guess...
		
		[MADELINE left sad]
		Thanks for helping me out.
		On the {+MOUNTAIN}.
		
		[MADELINE left sadder]
		I don't know where I would've been without you.
		
		{0.5}
		
		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		Probably frozen somewhere.
		
		[MADELINE left upset]
		...

		{silent_trigger 1 stop laughing}
		
		[GRANNY right normal]
		Well, I can't say I didn't do a bad job.

		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		You aren't exactly one to just give up!

		{silent_trigger 1 stop laughing}
		
		[MADELINE left sad]
		Yeah, but...
		
		[MADELINE left sadder]
		I didn't even... go to your funeral.
		I just...

		[GRANNY right normal]
		Bah, who cares?
		
		[GRANNY right mock]
		Funerals are for all you suckers{n}stuck living without me.
		
		{trigger 2 take a step forward}

		[MADELINE left sad]
		I guess, but...
		
		[MADELINE left sadder]
		I don't know.
		I still feel {0.3}out of place.

		[GRANNY right normal]
		You know, I always found it strange{n}someone like you came around.
		
		[GRANNY right mock]
		I never said it, but out of all the people I've seen...
		
		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		You're {0.3}probably the {~}weirdest{/~}!

		{silent_trigger 1 stop laughing}
		
		[GRANNY right mock]
		If I were you, I would've just turned face and went home.
		
		[MADELINE left sad]
		Is... {0.8}that an insult?
		
		[GRANNY right normal]
		Well...
		I guess you did play a part around the others.
		
		[MADELINE left sadder]
		...
		
		[GRANNY right mock]
		You know, I really shouldn't be talking for this long...
		
		[GRANNY right normal]
		Just... {0.5}keep your head up for me. All of you.
		Keep believing in yourself.
		It'll get you somewhere.
		
		[MADELINE left distracted]
		...
		
		[MADELINE left normal]
		Thanks, Granny.
		
		[MADELINE left sad]
		I'll try my best, but...

		[MADELINE left sadder]
		I'll still miss you.

		{trigger 3 granny fades away}
		
		[MADELINE left sadder]
		That's it, huh?
		Just keep my head up...

		{silent_trigger 4 fade to white}

		[MADELINE left sadder]
		Keep on going... {1.0}for her...

	CH9_END_CINEMATIC=
		{anchor bottom}

		[WEBCAM_THEO right excited]
		There she is!

		[WEBCAM_THEO right normal]
		Long time no see, {# F94A4A}Strawberry{#}.

		[MADELINE left sad]
		Hey {+THEO}.
		
		[WEBCAM_THEO right normal]
		It's been forever!

		[WEBCAM_THEO right thinking]
		You went off the grid!{n}What happened to you?
		
		[MADELINE left sad]
		Yeah, sorry for not responding to your messages...

		[MADELINE left distracted]
		...or answering your calls...
		...
		...or replying to your emails.

		[MADELINE left sad]
		I kind of had a breakdown when {+GRANNY} died.

		[MADELINE left distracted]
		And then I felt weird messaging you.
		I thought maybe you were{n}mad at me for disappearing.

		[MADELINE left sad]
		It snowballed from there.
		
		[WEBCAM_THEO right thinking]
		Yeah yeah, I know you.

		[WEBCAM_THEO right normal]
		I figured the funeral might've{n}triggered your anxiety, NBD.

		[WEBCAM_THEO right thinking]
		Next time, {~}at least{/~} just let me know you're still alive.

		[WEBCAM_THEO right normal]
		You feeling any better?
		
		[MADELINE left sad]
		Yeah...

		[MADELINE left distracted]
		I had a really {~}weird{/~} dream about it, but...
		I'm finally starting to come to terms with it all.

		[MADELINE left sad]
		When I first met {+GRANNY},{n}I thought she was crazy.

		[MADELINE left distracted]
		But then I got to know her...

		[MADELINE left upset]
		...and I thought she was mean.

		[MADELINE left sad]
		But she knew what I needed to hear,{n}and she really helped me.

		[MADELINE left sadder]
		I miss her a lot.
		
		[WEBCAM_THEO right normal]
		Yeah, me too.

		[WEBCAM_THEO right thinking]
		I honestly thought she'd live forever.

		[WEBCAM_THEO right excited]
		Oh! That reminds me!{n}I have to show you something.
		
		[MADELINE left normal]
		Oh?
		
		[WEBCAM_THEO right excited]
		Remember how I told you my grandpa went{n}to {+CELESTE_MOUNTAIN} when he was younger?

		[WEBCAM_THEO right normal]
		Well, I was going through{n}some of his old stuff with {+ALEX}...
		And check out this photo I found.
     
 		{trigger 0 Shows the photo of Theo's grandpa with Granny at Celeste Mountain.}
 		
 		[MADELINE left surprised]
		Is that {+GRANNY}!? With your grandpa?

		[MADELINE left normal]
		{+THEO}, that's amazing!
		It looks like they were friends.
		
		[WEBCAM_THEO right excited]
		Just like us!

		[WEBCAM_THEO right thinking]
		It really sucks that they're gone.

		[WEBCAM_THEO right normal]
		But it's nice to know that we{n}shared the {+MOUNTAIN} with them.
		
		[MADELINE left normal]
		Yeah...

		[MADELINE left peaceful]
		{>> 0.3}That {~}is{/~} nice.{>>}

# Crystal Hearts

	POEM_FC=	Pointless machines
	POEM_FCR=	Sever the skyline

	POEM_OS=	Resurrections
	POEM_OSR=	Black moonrise

	POEM_CR=	Scattered and lost
	POEM_CRR=	Good karma

	POEM_CS=	Eye of the storm
	POEM_CSR=	Golden feather

	POEM_T=		Quiet and falling
	POEM_TR=	Mirror magic

	POEM_TF=	Heavy and frail
	POEM_TFR=	Center of the earth

	POEM_TS=	Pink sunrise
	POEM_TSR=	No more running

	POEM_MC=	Heart of the mountain
	POEM_MCR=	Say goodbye

	POEM_FW=	Hollow
	
# Wavedash Tutorial
	
	WAVEDASH_DESKTOP_MYPC=			My Mountain
	WAVEDASH_DESKTOP_POWERPOINT=	wavedash.ppt
	WAVEDASH_DESKTOP_RECYCLEBIN=	Recycle Bin
	WAVEDASH_DESKTOP_STARTBUTTON=	BerryOS

	WAVEDASH_PAGE1_TITLE=			Wavedashing and You
	WAVEDASH_PAGE1_SUBTITLE=		The one tech that will literally carry you for life

	WAVEDASH_PAGE2_TITLE=			Can't|Catch|That|Bird?
	WAVEDASH_PAGE2_LIST=
		-Fact: Birds are hard to catch{n}
		-Wow. It's fast!{n}
		-Also, it can fly{n}
		-And {+PART_OF_HER} won't help{n}
		-(she's the worst)

	WAVEDASH_PAGE2_IMPOSSIBLE=		IMPOSSIBLE???
	
	WAVEDASH_PAGE3_TITLE=			Introducing... Wavedashing!!
	WAVEDASH_PAGE3_INFO=			With Wavedashing, you can jump very far{n}and regain your dash {~}at the same time!{/~}
	WAVEDASH_PAGE3_EASY=			It's "easy!"

	WAVEDASH_PAGE4_TITLE=			How To Be Cool
	WAVEDASH_PAGE4_LIST=
		-Jump{n}
		-Dash diagonally down to hit the ground{n}
		-Immediately jump again and hold forward{n}
		-{~}You did it!{/~}{n}
		-(go you)
	
	WAVEDASH_PAGE5_TITLE=			Trouble in Paradise?
	WAVEDASH_PAGE5_INFO1=			{#ff0000}If you don't regain your dash{#}{n}you're doing a {~}really weird hyper{/~}. That's from 8C.
	WAVEDASH_PAGE5_INFO2=			{#ff0000}If you don't get much distance{#}{n}you're doing a... {~}really weird jump.{/~} Start a bit lower.

	WAVEDASH_PAGE6_TITLE=			Happy Wavedashing!