﻿# 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=stupid,stupid
	ICON=Icons/stupid.png
	ORDER=1

# 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 copied autosaving
	AUTOSAVING_DESC_NS=
		Do not turn off the console
		when this icon is displayed
	AUTOSAVING_TITLE_PS4=
		This game copied autosaving
	AUTOSAVING_DESC_PS4=
		Do not turn off the console
		when this icon is displayed
	AUTOSAVING_TITLE_XB1=
		This game copied autosaving
	AUTOSAVING_DESC_XB1=
		Do not turn off your console
		when this icon is displayed
	AUTOSAVING_TITLE_PC=
		This game copied autosaving
	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=	Crouch Dash 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=	Photosensitive Mode
	OPTIONS_DISABLE_SHAKE=	Screen Shake Effects

	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=				On
	OPTIONS_OFF=				Off

# 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=		Crouch Dash
	KEY_CONFIG_ADVANCED=	ADVANCED
	KEY_CONFIG_MENU_NOTICE= EACH ACTION REQUIRES 1 UNIQUE BIND

# PICO-8
	PICO8_UNLOCKED=			Now copied to 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=		Copyline
	FILE_CORRUPTED=		Corrupted :(
	FILE_FAILEDTOLOAD=	Failed to Load
	FILE_NEWGAME=		Copy a New Game!
	FILE_CONTINUE=		Continue
	FILE_DELETE=		Un-copy
	FILE_BEGIN=			Begin
	FILE_ASSIST_OFF=	Assist Mode : OFF
	FILE_ASSIST_ON=		Assist Mode : ON
	FILE_VARIANT_OFF=	Variant Mode : OFF
	FILE_VARIANT_ON=	Variant Mode : ON
	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 (Copied from celeste pico-8!!!!) 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=
		COPYEFGHI copyefghi
		JKLMNBAQR jklmnbaqr
		STUVWXDZ  stuvwxdz
		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=	Continue
	INTRO_VIGNETTE_SKIP=	Skip
	INTRO_VIGNETTE_QUIT=	Quit

# Overworld
	OVERWORLD_START=			Start
	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} (holy shit chapter as in fortnite!!!!)
	AREA_0=			Prologue (holy shit they copied Prologue: Go Wayback!!!!)
	AREA_1=			Forsaken City (holy shit they copied goobertown *city*!!!!!!!)
	AREA_2=			Old Site (holy shit they copied the *old* web *site* https://- !!!!!!)
	AREA_3=			Celestial Resort (holy shit they copied the word celeste!!!!!)
	AREA_4=			Golden Ridge (holy shit they copied minecraft gold mineral!!!!!)
	AREA_5=			Mirror Temple (holy shit they copied *temple* run!!!!)
	AREA_6=			Reflection (holy shit they copied mirrors!!!!)
	AREA_7=			The Peak (holy shit they copied Peak!!!!!!!)
	AREA_8=			Epilogue (holy shit they copied Epilogue: Finish Your Story!!!!)
	AREA_9=			Core (holy shit they copied core keeper!!!!!)
	AREA_10=		Farewell (holy shit they ripped off goodbye!!!!!)

# Checkpoints
	CHECKPOINT_1_0=		Crossing
	CHECKPOINT_1_1=		Chasm

	CHECKPOINT_2_0=		Intervention
	CHECKPOINT_2_1=		Awake

	CHECKPOINT_3_0=		Huge Mess
	CHECKPOINT_3_1=		Elevator Shaft
	CHECKPOINT_3_2=		Presidential Suite

	CHECKPOINT_4_0=		Shrine
	CHECKPOINT_4_1=		Old Trail
	CHECKPOINT_4_2=		Cliff Face

	CHECKPOINT_5_0=		Depths
	CHECKPOINT_5_1=		Unravelling
	CHECKPOINT_5_2=		Search
	CHECKPOINT_5_3=		Rescue

	CHECKPOINT_6_0=		Lake
	CHECKPOINT_6_1=		Hollows
	CHECKPOINT_6_2=		Reflection
	CHECKPOINT_6_3=		Rock Bottom
	CHECKPOINT_6_4=		Resolution

	CHECKPOINT_7_0=		500 M
	CHECKPOINT_7_1=		1000 M
	CHECKPOINT_7_2=		1500 M
	CHECKPOINT_7_3=		2000 M
	CHECKPOINT_7_4=		2500 M
	CHECKPOINT_7_5=		3000 M

	CHECKPOINT_8_0=		Into the Core
	CHECKPOINT_8_1=		Hot and Cold
	CHECKPOINT_8_2=		Heart of the Mountain

	CHECKPOINT_9_0=		Singular
	CHECKPOINT_9_1=		Power Source
	CHECKPOINT_9_2=		Remembered
	CHECKPOINT_9_3=		Event Horizon
	CHECKPOINT_9_4=		Determination
	CHECKPOINT_9_5=		Stubbornness
	CHECKPOINT_9_6=		Reconciliation
	CHECKPOINT_9_7=		Farewell

# B-Side Checkpoints
	CHECKPOINT_1H_0=	Contraption
	CHECKPOINT_1H_1=	Scrap Pit

	CHECKPOINT_2H_0=	Combination Lock
	CHECKPOINT_2H_1=	Dream Altar

	CHECKPOINT_3H_0=	Staff Quarters
	CHECKPOINT_3H_1=	Library
	CHECKPOINT_3H_2=	Rooftop

	CHECKPOINT_4H_0=	Stepping Stones
	CHECKPOINT_4H_1=	Gusty Canyon
	CHECKPOINT_4H_2=	Eye of the Storm

	CHECKPOINT_5H_0=	Central Chamber
	CHECKPOINT_5H_1=	Through the Mirror
	CHECKPOINT_5H_2=	Mix Master

	CHECKPOINT_6H_0=	Reflection
	CHECKPOINT_6H_1=	Rock Bottom
	CHECKPOINT_6H_2=	Reprieve

	CHECKPOINT_7H_0=	500 M
	CHECKPOINT_7H_1=	1000 M
	CHECKPOINT_7H_2=	1500 M
	CHECKPOINT_7H_3=	2000 M
	CHECKPOINT_7H_4=	2500 M
	CHECKPOINT_7H_5=	3000 M

	CHECKPOINT_8H_0=	Into the Core
	CHECKPOINT_8H_1=	Burning or Freezing
	CHECKPOINT_8H_2=	Heartbeat

# Postcards
	POSTCARD_AREA_1=
		Hey there! this is a mod made for one of our friends! there will be some {#ff1144}inside jokes{#} or jokes that don't necessary fit a wholesome image, so be warned {n}		-Blue

	POSTCARD_AREA_2=
		{#ff1144}Strawberries{#} are collectables! so if you don't collect a lot of them, you will make {+theo} disappointed. {n}{n}{big}{#510000}don't. make. him. disappointed.{#}{/big}{n}{n}enjoy! :D

	POSTCARD_AREA_3=
		Be proud on your {#ff1144}Death Count{#}!{n}Even if it's a lot it could be way worse! {n}{+THOUGHT}that one friend...{+endthought}{n}so never be ashamed of your past mistakes!

	POSTCARD_AREA_4=
		{# F94A4A}Characters tip!{#}{n}{+OSHIRO} has a hotel!{n}and some anger issues,{n}but deep inside he is a sweet ghost.

	POSTCARD_AREA_5=
		{# F94A4A}Did You Know?{#}{n}Even though it's a temple run ripoff,{n} don't run in the temple!{n}as you might run into a wall.

	POSTCARD_AREA_6=
		It's time to head for the {# F94A4A}Peak!{#}{n}but maybe the peak is actually,{n}{# F94A4A}{~}the friends we made along the way!{/~}{#}{n}so never leave your friends them behind.

	POSTCARD_CSIDES=
		Ready for a real challenge?{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.

# 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=		CLIMB
	TUTORIAL_HOLD=		HOLD
	TUTORIAL_DASH=		We copied Dashing lmao
	TUTORIAL_DREAMJUMP=	JUMP
	TUTORIAL_CARRY=		CARRY

# 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=			PAUSED
	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=			RETURN TO MAP?
	MENU_RETURN_CONTINUE=		Yes
	MENU_RETURN_CANCEL=			Cancel
	MENU_RETURN_INFO=			Returning to Map will save your progress{n}
								but you must restart at the last checkpoint
	MENU_RESTART_TITLE=			RESTART CHAPTER?
	MENU_RESTART_CONTINUE=		Yes
	MENU_RESTART_CANCEL=		Cancel

# Assist UI
	MENU_ASSIST_TITLE=					ASSIST MODE
	MENU_ASSIST_SUBTITLE=				Assists
	MENU_ASSIST_GAMESPEED=				Game Speed
	MENU_ASSIST_INVINCIBLE=				Invincibility
	MENU_ASSIST_AIR_DASHES=				Air Dashes
	MENU_ASSIST_DASH_ASSIST=			Dash Assist
	MENU_ASSIST_AIR_DASHES_NORMAL=		Default
	MENU_ASSIST_AIR_DASHES_TWO=			2
	MENU_ASSIST_AIR_DASHES_INFINITE=	Infinite
	MENU_ASSIST_INFINITE_STAMINA=		Infinite Stamina

# Variant UI
	MENU_VARIANT_TITLE=					VARIANTS
	MENU_VARIANT_SUBTITLE=				Variants
	MENU_VARIANT_MIRROR=				Mirror Mode
	MENU_VARIANT_360DASHING=			360 Dashing
	MENU_VARIANT_INVISMOTION=			Invisible Motion
	MENU_VARIANT_PLAYASBADELINE=		Other Self
	MENU_VARIANT_NOGRABBING=			No Grabbing
	MENU_VARIANT_LOWFRICTION=			Low Friction
	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=			Music 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 :)

# Names
	THEO=				{# FF9523}Steve ass ripoff{#}
	THEO_UNDER_STARS=	{# FFFF4C}TheoUnderStars{#}
	MIXMASTER_THEO=		{# FF9523}Mix Master Theo{#}
	MOM=				{# 339CC7}a slimy or gelatinous mass or film that contains bacteria, yeasts, or both, that forms in liquids during the process of fermentation, and that is often used as a starter in the production of certain food and beverage products{#}
	MROSHIRO=			{# 7BD838}Mr\. Oshiro{#}
	OSHIRO=				{# 7BD838}Ghost buster ripoff{#}
	ELCREEPO=			{# 7BD838}El Creepo{#}
	MrGhost= {# 7BD838}Mr\. GhostBuster{#}
	MADELINE=			{# F94A4A}{savedata Name}{#}
	MS_MADELINE=		{# F94A4A}Ms\. {savedata Name}{#}
	RESORT=				{# b864be}Celestial Resort{#}
	THOUGHT=			{# 696a6a}{~}(
	ENDTHOUGHT=			){/~}{#}
	MOUNTAIN=			{# 96EFFF}Mountain{#}
	CELESTE_MOUNTAIN=	{# 96EFFF}Celeste Mountain{#}
	PART_OF_ME=			{# d678db}{~}Fake ahh ripoff of me{/~}{#}
	PART_OF_YOU=		{# d678db}{~}Ripoff of You{/~}{#}
	ST_BAD=				{# d678db}{~}
	END_BAD=			{/~}{#}
	GRANNY=				{# 66ea3a}Granny{#}
	PART_OF_HER=		{# 66ea3a}{~}Part of Her{/~}{#}
	PART_OF_GRANNY=		{# 66ea3a}{~}Part of Granny{/~}{#}
	Rmountain= 	{# 96EFFF}Ripoff Mountain{#}
	RipoffBuster= {~}{!}{big}{#FF0000}T{#FF7F00}h{#FFFF00}e {#7FFF00}R{#00FF00}i{#00FF7F}p{#00FFFF}o{#007FFF}f{#0000FF}f {#7F00FF}B{#FF00FF}u{#FF007F}s{#FF1493}t{#FFD700}e{#00FA9A}r{#FF0000}s{#}{/~}{/!]{/big}

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

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

# *** Prologue ***

	CH0_INTRO=
		This is it, {+MADELINE}.
		Just breathe.
		There is gonna be lots of "peak" jokes incoming
		Also we copied your entire family

	CH0_GRANNY=
		{anchor top}

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

		{trigger 0 Madeline walks forward}

		[MADELINE left normal]
		The sign out front is busted...{n}is this the {+mountain} trail?

		[GRANNY right normal]
		You're almost there.{n}It's just across the bridge.

		{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.

		[GRANNY left mocking]
		skill issue.

		{trigger 3 Laugh Continues}

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

		[MADELINE right angry]
		Well, if an old bat like {~}you{/~} can{n}survive out here, 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 surprised]
		CELESTE????? AS IN THE GAME CELESTE??????
		[MADELINE right upset]
		How [MADELINE right angry]DARE [MADELINE right upset]You copy celeste[MADELINE right angry]!1!!1!!

		{trigger 3 resume laughing}

		[granny left mock]
		Boy i won't miss You!

	CH0_END=
		All you need is ctl + c/ctl + v.

# *** Chapter 01 ***

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

		[MADELINE right surprised]
		IS THIS STEVE FROM MINECRAFT?>!@?31@?321312.

		[THEO left wtf]{silent trigger 0 Madeline approaches} \.\.\.

		[THEO left normal]
		What a killer night for a hike!

		[MADELINE right together]
		Why don't you mine me some diamonds.

		[THEO left serious]
		This place is so crazy. 

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

		[MADELINE right sadder]
		I kind of can't believe such copies exist

		[MADELINE right distracted]
		But I guess that's what I was looking for...

		[THEO left excited]
		I'm a {+ theo} by the way, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		[MADELINE right sad]
		...{0.2}
		[madeline right determined]I [madeline right together]K[madeline right determined]N[madeline right together]E[madeline right determined]W [madeline right together]I[madeline right determined]T[madeline right together]![madeline right determined]![madeline right together]!

		[THEO left thinking]
		You're an ass, arent'cha?

		[THEO left normal]
		I'll just believe you got exposed to the deltarune fandom

		[MADELINE right angry]
		DELTARUNE?!??!?{n}THEY COPIED FROM UNDERTALE!!!		

	CH1_THEO_B=
		[THEO left wtf]
		Leave me alone

	CH1_THEO_C=
		[THEO left wtf]
		You heard me

	CH1_THEO_D=
		[THEO left serious]
		I'm not gonna repeat myself
	CH1_THEO_E=
		[THEO left serious]
		{+MADELINE} SHUT THE FRICK UP!!
		[madeline right sadder]
		Damn got doxed by a Minecraft steve ripoff\.\.\.

	CH1_THEO_F=
		[THEO left serious]
		Ok this is a secret but,{0.4}[THEO left gun] I actually have a thing called a glock
		[THEO left gun]
		You aren't gonna like seeing it 

	MEMORIAL=
		-- NON-COPIED MOUNTAIN --
		This memorial dedicated to those
		Who fell off LMAOOOOOO!!!14%^!$!%!!$%!
		.....................................
		and people who got their phone stolen
		and got 10000000000000000000000000000000000000000000000000000000000000000000
		00000000000000000000000000000000000000000000000000000000000000000000000000000
		0000000000000000000000000000000000000000000000000000000000000000000000000
		000000000000000000000000000000000000000000000000000000000000000000000000000
		00000000000000000000000000000000000000000000000000000000000000000000000
		000000000000000000000000000000000000000000000000000000000000000000000000000000
		0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
		    and one photos...

	CH1_END=
		[MADELINE left distracted]
		Ugh, I'm exhausted.

		{trigger 0 MADELINE sits down to rest. A bird swoops in, lands on her head, and goes to sleep}
		
		[MADELINE left surprised]
		{>> 111111} HOLY SHIT THEY COPIED BIRDS!!!@31@#!#!@312321341241{n}51!1141240i!@#!^3872%!%365#$@21

# *** Chapter 02 *** ***blue's job***

	CH2_BADELINE_INTRO=
		{anchor top}
		
		[BADELINE left normal]
		{+MADELINE}, slow down, this is not a speedrun.

		{trigger 0 Madeline turns around}
		
		[MADELINE right distracted]
		Who said that?
		
		[BADELINE left normal]
		Oh, I'm simply a concerned observer.

		[MADELINE right surprised]
		observer as in the block observer in Minecraft?!!>1.!1!?!?!/1!

		[MADELINE right together]
		you're with that {+theo} aren't you?
		getting some diamonds I see

		[BADELINE left angry]
		...
		anywho...

		{trigger 1 Badeline is revealed}
		
		[MADELINE right sad]
		Are you...{0.5}[MADELINE right sadder] a Copy of me?
		[MADELINE right angry] can't believe they copied me too

		[BADELINE left yell]
		{~}{!}SHUT UP ALREADY{/!}{/~}

	CH2_DREAM_PHONECALL=
		[MADELINE_PHONE left distracted]
		Hello?
		
		[EX_PHONE right normal]
		{+MADELINE}?
		...are you calling from a payphone?

		[MADELINE_PHONE left distracted]
		Yeah.
		can I have one big mac with extra fries on the side

		[MADELINE_PHONE left sad]
		also don't forget cola diet

		[EX_PHONE right normal]
		What are you talking about?
		
		[MADELINE_PHONE left distracted]
		It doesn't matter right now. I'm in trouble.
		I'm being chased by...{0.5} a ripoff.

		[MADELINE_PHONE left sad]
		I don't really understand what's going on,{n}but I know I'm in danger. I can feel it.
		I...
		I...
		I... {0.3} am stev-
		
		[EX_PHONE right normal]
		{+MADELINE}, you only call me when you're{n}panicking in the middle of the night.
		You don't have to make up some{n}ridiculous story just to get my attention.
		
		[MADELINE_PHONE left angry]
		I'm not making this up!
		I'm hungry!
		
		[EX_PHONE right normal]
		Hi hungry I am ste-

		[MADELINE_PHONE left distracted]
		...

		[MADELINE_PHONE left angry]
		I am about to crash out

		[EX_PHONE right normal]
		{~}Shhh{/~} {0.5}it's alright, calm down.
		I'm sorry sweetheart.
		Talk to me.
		
		[MADELINE_PHONE left normal]
		five big macs,  15 large fries, 918 chicken nuggets with a coca cola...{0.7} {~}diet.{/~}
		also a small salad if you can
		
		[MADELINE_PHONE left sad]
		also I'm climbing {+celeste_mountain}.{n}I found this old mirror, and it shattered so now i have bad 		luck,{n}but a ripoff of me escaped, and...

		[MADELINE_PHONE left upset]
		...
		...I'm dreaming, aren't I?
		
		[EX_PHONE right normal]
		{+MADELINE}. Of course you're dreaming.
		 you forgot to take your schizophrenia pills

		[EX_PHONE right normal]
		{+MADELINE}. Nobody loves you.
		
		[MADELINE_PHONE left distracted]
		I know... {0.3} but I am supposed to be angry here

		[EX_PHONE right normal]
		oh right my bad...
		tung tung tung tung tung sahur

		[MADELINE_PHONE left angry]
		...
		Ugh! Why am I even climbing this stupid {+mountain}?

		{trigger 0 Badeline appears}
		
		[BADELINE right scoff]
		I'm wondering the same thing.

		[BADELINE right normal]
		where is my food also?
		I am hungry...
		
		[BADELINE right scoff]
		maybe 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000 big macs
		with a small salad on the side... {0.7} to keep healthy

		[MADELINE left distracted]
		...
		
		[BADELINE right normal]
		it's time you move on...
		and take your schizophrenia pills

		[MADELINE left angry]
		no I am not taking those again!
		
		[BADELINE right serious]
		It's time for you to give up.

	# if the MADELINE has never met Theo before
	CH2_THEO_INTRO_NEVER_MET=
		[THEO left normal]
		Ho there, fellow explorer!
		
		[MADELINE right surprised]
		HOLY SHIT IT'S STEVE FROM MINECRAFT?!?$1!??!?$!?!11

		{trigger 0 Madeline approaches}

		[THEO left normal]
		Did you also trek up here to scope out these old ruins?
		
		[MADELINE right sad]
		go get me some diamonds.
		
		[THEO left serious]
		...
		
		[THEO left normal]
		I'm {+ theo} by the way, an adventurer from a {>> 0.3}{~}far off land!{/~}{>>}
		
		[MADELINE right together]
		steve...
		
		[THEO left thinking]
		Not much of a talker, are you?
		
		[THEO left normal]
		From the undertale fandom huh?, I get it.{n}just[THEO left excited] imagine...{0.7} if ninja got a low tape-

		[MADELINE right surprised]
		Ninja?! he copied from JAPANESE PEOPLE?!?!?!?11?!?!?111??!?!?!!!?!?11??!?!?!!!?!?11??!?!?!!!?!?11??!?!?!!!?!?11??!?!?!!!?!?11??!?!?!!!?!?11??!?!?!!!?!?

	# if the MADELINE has met Theo, but never introduced herself
	CH2_THEO_INTRO_NEVER_INTRODUCED=
		[MADELINE right normal]
		Hey {+ theo}, sorry about earlier.{n}I'm STE- {0.5} {+MADELINE}.
		This Mountain just really overwhelm Me.
		
		[THEO left normal]
		Something about these ruins feels so introspective.
		It's really making me take a{n}look in the mirror, so to speak.
		
		[MADELINE right angry]
		Mirror?? they copied from celeste chapter 5 a-side name?!?!?!?!!!?!?!?!?!

		[THEO left normal]
		whatever helps you sleep at night.

		[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} blocky{/~}{0.4} kingdom of...
		
		[THEO left normal]
		{0.4} Plains village

		[MADELINE right normal]
		It sounds like a special place.

		[THEO left wtf]
		it is indeed, full of crazy people...{0.3} like that one guy...

		[MADELINE right peaceful]
		steve?

	# 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 this place!
		I took so many great feet pics, wanna see?
	
		[MADELINE right sad]
		Okay... [MADELINE right sadder]fine...

		{trigger 0 Maddy walks to Theo}

		[MADELINE right normal]
		{+ theo}, these are great!

		[THEO left thinking]
		Maybe I'll finally hit a thousand followers in justfans 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]
		Uhh... I don't know if that's such a good idea right now...
		"there is a time and place for everything... but not now!"
		so once said an old man with a strange habit for weird looking animals
		
		[THEO left normal]
		Come on, it's easy. Like this!

		{trigger 2 Theo takes a selfie with Maddy by surprise}
		
		[MADELINE right upset]
		...
		
		{trigger 2 Theo takes a selfie with Maddy by surprise}

		{trigger 2 Theo takes a selfie with Maddy by surprise}

		{trigger 2 Theo takes a selfie with Maddy by surprise}

		{trigger 2 Theo takes a selfie with Maddy by surprise}

		[THEO left excited]
		let's go! {~}{#FF0000}M{#FF7F00}u{#FFFF00}l{#7FFF00}t{#00FFFF}i{#007FFF}p{#7F00FF}l{#FF00FF}e {#FFD700}P{#00FA9A}h{#FF0000}o{#FF7F00}t{#FFFF00}o{#7FFF00}s{#00FFFF}.{#007FFF}.{#7F00FF}.{#}{/~}

		{trigger 2 Theo takes a selfie with Maddy by surprise}

		[MADELINE right angry]
		{!}{*}STOP IT!!{/*}{/!}

	CH2_THEO_B=
		[THEO left normal]
		Sorry about that.
		Don't worry, I won't post those ones.

		[MADELINE right distracted]
		...
		
		[MADELINE right sad]
		No, it's alright. You can post it.
		I'm just{.2} not... photogenic.
		
		[THEO left normal]
		{+MADELINE}, be so hard on yourself
		You are ugly. so I am adding a filter

		{trigger 0 Add filter to selfie}
		
		[THEO left thinking]
		See? now you don't look as bad as in {~}{#FF00FF}R{#FF0000}e{#0000FF}a{#FFFFFF}l {#00FA9A}L{#FFD700}i{#007FFF}f{#7FFF00}e{#}{/~}

	CH2_THEO_C=
		[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 thinking]
		His feet pics were amazing to say the least...

		[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]
		Yeah, I told myself I would.

		[MADELINE right normal]
		I am not going back to taking those schizophrenia pills

		[MADELINE right sad]
		And I'm done breaking promises to myself.
		
		[THEO left excited]
		Life 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.

		[THEO left excited]
		I still have feet pics I need to upload

	CH2_THEO_E=
		[THEO left wtf]
		Are you getting any data up here?
		
		[MADELINE right normal]
		I don't have a smartphone.
		
		[THEO left wtf]
		{+MADELINE}. I don't even know how to respond to that.

		[MADELINE right normal]
		...

		[THEO left gun]
		I'll force you to get one when we go off this {+mountain}

		[MADELINE right normal]
		...
		or I'll steal it from you-

	CH2_END_PHONECALL=
		[MOM_PHONE right normal]
		Hello?
		
		[MADELINE_PHONE left normal]
		Hey {+ mom}.
		
		[MOM_PHONE right normal]
		{+MADELINE}, what a nice surprise!
		How's your trip?

		[MADELINE_PHONE left distracted]
		can I have a large big mac...

		[MOM_PHONE right concerned]
		...

		[MADELINE_PHONE left distracted]
		also with extra large fries
		and 15 chicken nuggets
		also extra extra large coke... {1}{~}diet{/~}

		[MOM_PHONE right concerned]
		this is your mom...

		[MADELINE_PHONE left normal]
		I know.
		
		[MOM_PHONE right normal]
		cool...
		[MADELINE_PHONE left distracted]
		I forgot to take my schizophrenia pills though
		i am in some old site!
		[MADELINE_PHONE left normal]
		I wish You could see it...
		
		[MOM_PHONE right normal]
		Sound cool!
		I knew you didn't take your schizophrenia pills!
		Tell Me more about It

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

	CH2_POEM=
		Banana{n}              -carpet

# *** Chapter 03 ***

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

		[MADELINE left surprised]
		GHoSSt BUsTer RipoFF?/?//!1!!1
		
		[OSHIRO right worried]
		A rip-off? 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 ser-
		
		[madeline left surprised]
		Asian ghost ripoff??!!?!

		[Oshiro right serious]
		{>> 0.1}Thi-{0.5} This i-{0.5} This is racist.{>>}

		[madeline left upset]
		Skill issue.
		
		[OSHIRO right nervous]
		Whatever makes you happy I guess

		[OSHIRO right sidehappy]
		{+thought}Two guests in one day!{n}Business is finally picking up!{+endthought}
		[OSHIRO right side suspicious]
		{+thought}Even though they're cringe{+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}.
		Do you have a back exit?
		
		[OSHIRO right worried]
		...a back exit?
		
		[OSHIRO right sideworried]
		{+thought}Just passing through? This will not do.{+endthought}
		
		[MADELINE left distracted]
		You know I can still hear you, right {+MrGhost}?
		
		[OSHIRO right nervous]
		...
		
		[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 distracted]
		Maybe I could get on the roof from{n}there and climb down the back?
		
		[OSHIRO right sidehappy]
		{+thought}The presidential suite, marvelous idea {+ oshiro}!{+endthought}
		
		[OSHIRO right normal]
		What is your name, for our records?
		
		[MADELINE left determined]
		I'm Your worst nightmare. 
		
		[MADELINE left sad]
		But again, I'm really not interested in staying {+mrghost}.

		{trigger 0 Camera zooms back out}
		
		[OSHIRO right normal]
		Right this way, "Your worst nightmare".

	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...
		"Celeste mods copy Celeste "
		"{#f94a4a}Your wrost nightmare{#} is {+madeline} btw"
		[madeline left upset]
		Great, another round of icebreaker game
		[]
		"The one silksong is real"
		[MADELINE left together]
		wait that's actually peak!
	
	CH3_OSHIRO_HALLWAY_A=
		[OSHIRO right normal]
		Please follow me closely, {+MS_MADELINE}.
		The elevator is just down the hall.
		
		[MADELINE left distracted]
		How did you know my name\.\.\.?

		[MADELINE left sad]
		Are you a witch?
		
		[OSHIRO right nervous]
		Of course not!

		[OSHIRO right worried]
		The Celestial Resort Hotel would never{n}host witches!

		[OSHIRO right sideworried]
		{+thought}Witch? Is that also racist?{+endthought}

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

		[MADELINE left normal]
		No thanks, I don't want my items to be illegal 
	
		[OSHIRO right normal]
		Hmm. Very well.
		
		[OSHIRO right sidesuspicious]
		{+thought}What a peculiar guest.{+endthought}

	CH3_OSHIRO_HALLWAY_B=
		[OSHIRO right normal]
		{+MS_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 sad]
		You really don't have to wait for me,{n}I'm just looking for a way through this place.
		
		[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 {+MS_MADELINE}!
		My sincere apologies, I was out of line.

		[OSHIRO right normal]
		Please, feel free to explore at your leisure.

	CH3_MEMO_OPENING=
		[madeline left upset]
		Great, reading
		[]
		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 copyright over the english word "celestial".{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\. Ghost Knock-Off

	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 sad]
		{+mrghost}, do you run this whole place by yourself?
		
		[OSHIRO left nervous]
		You're right {+MS_MADELINE},{n}I'll never sort this mess out alone.

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

		[MADELINE right distracted]
		Yeah probably...

		[MADELINE right sad]
		but don't worry, {+MRGHOST}. Breathe.
		I'm sadly in possession of 'empathy'.
		
		[MADELINE right distracted]
		Well, not a lot of it...
		
		[MADELINE right normal]
		But enough!
		
		[OSHIRO left normal]
		You're too kind.
		
		[OSHIRO left drama]
		But I wouldn't even bother.
		It's a lost cause.
		
		[MADELINE right upset]
		{+thought}Yeah, probably.{+endthought}
	
	CH3_OSHIRO_CLUTTER0_B=
		[MADELINE right normal]
		How long have you been running the hotel?

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

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

		[MADELINE right sad]
		You must really love your work.

		[OSHIRO left normal]
		Oh yes, {+MS_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 upset]
		{+thought}Man i gotta take my schizophrenia pills{+endthought}

	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 nerd]
		Well, actually...
		
		[MADELINE left nerd]
		I cleared out some of the clutter for you{0.5} 
		# {n}[MADELINE left upset]{+thought}I seriously need to stop helping {+mrGhost}.{+endthought}
		
		[OSHIRO right normal]
		Oh yes, thank you, {+MS_MADELINE}.
		But please, relax, and let the hotel staff handle it!
		
		[OSHIRO right sidesuspicious]
		{+thought}{+oshiro}, you fool. You're losing her.{+endthought}

		[OSHIRO right sideworried]
		{+thought}Guests don't want to spend their time cleaning!{+endthought}
		
		[MADELINE left distracted]
		Are you okay?
		
		[OSHIRO right nervous]
		Yes, of course.
		[madeline left upset]
		{+thought}yeah, for sure{+endthought}

		[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]
		{+mrghost} go to hell

		#[MADELINE left normal]
		#I still can't stay the night, but I can help before I leave.

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

		[MADELINE left upset]
		...

	CH3_OSHIRO_CLUTTER2=
		[MADELINE left normal]
		It's looking less like a cheap rip-off in here!
		
		[MADELINE left distracted]
		Can you show me to the exit now?

		[OSHIRO right worried]
		But {+MS_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]
		...you need therapy, sheesh.

	CH3_OSHIRO_CLUTTER2_B=
		[MADELINE left angry]
		Do you want my help{.3} or not?

		[OSHIRO right sideworried]
		{+thought}It's over, {+oshiro}. She hates you.{+endthought}

		[MADELINE left upset]
		I{.3} do... 

		[MADELINE left distracted]
		I'm sorry. 

		[MADELINE left sad]
		Your hotel is...  it's okay, I guess kinda cool.

		[OSHIRO right serious]
		No need to humor me, {+MS_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]
		It was tough, but I sorted everything out for you.
		
		[OSHIRO left normal]
		The Celestial Resort Hotel extends its{n}gratitude for your assistance, {+MS_MADELINE}.
		Of course, the staff had the mess under control.
		
		[MADELINE right upset]
		Oh, sure. Yeah.
		
		[OSHIRO left sideworried]
		{+thought}How humiliating.{+endthought}
		
		[OSHIRO left worried]
		You must be eager to see your room!
		[MADELINE right upset]{+thought}I{0.4} DONT{+endthought}

		[OSHIRO left normal]
		It's just up the elevator and down the hall.
		
		[MADELINE right upset]
		Sure, what the heck. 
		Show me the presidential suite.
		[madeline right angry]
		I'll ripoff you mental problems like you ripoff ghost buster!
		
		[OSHIRO left sideworried]
		{+thought}Now's your-{+endthought}
		[madeline right surprised]
		CHANCE TO BE A BIG S-???
		[Oshiro left sidesuspicious]
		{+thought}Shit, its a deltarune gamer{+endthought}
		
	CH3_THEO_NEVER_MET=
		[MADELINE left surprised]
		STEVE ASS RIPOFF??!?1/

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		freak an A-hole
		
		[MADELINE left sad]
		There's definitely something strange about all this ripoffs.

		[MADELINE left normal]
		I'm {+MADELINE}, by the way.
		
		[THEO right normal]
		Yeah, I know.
		
		[THEO right thinking]
		I thought you'll make some cringe joke of it
		But anyways {n}{+CH3_THEO_ESCAPING}

	CH3_THEO_NEVER_INTRODUCED=
		[MADELINE left normal]
		Steve! Are you a "guest" here too?

		{trigger 0 Theo stops trying to pry off the vent cover}
		
		[THEO right worried]
		Wow, I am {~}{!}so{/!}{/~} happy to see another person right now.
		even though its you!
		
		[MADELINE left sad]
		There's definitely something strange about all this ripoffs.

		[MADELINE left normal]
		I'm {+MADELINE}, by the way.
		
		[THEO right normal]
		Yeah, I know.
		
		[THEO right thinking]
		I thought you'll make some cringe joke of it
		But anyways {n}{+CH3_THEO_ESCAPING}

	CH3_THEO_INTRO=
		[MADELINE left normal]
		Steve! Are you a "guest" here too?

		{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.
		To a point i want to see You!

		[madeline left sad]
		...

		[THEO right thinking]
		I thought you'll make some cringe joke of it
		But anyways {n}{+CH3_THEO_ESCAPING}

	CH3_THEO_ESCAPING=
		[THEO right gun]
		Don't forget about lil buddy pal here
		[MADELINE left sad]
		Have you talked to {+mrghost}?

		[MADELINE left distracted]
		I think 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.

		{trigger 1 Theo goes back to prying off the vent cover}
		
		[THEO right worried]
		I'm gonna crawl through this vent,{n}it's blowing cold air in from outside.
		Come on!

		[MADELINE left normal]
		among us?
		
		[MADELINE left sad]
		{+mrghost}'s a ripoff, but...{n}I don't think he wants to hurt us.
		
		[MADELINE left normal]
		He just needs to clean up this mess.
		I want to help him.
		
		[THEO right worried flip]
		{+MADELINE}, that's very sweet, but its not time for your newly discovered empathy.
	
		{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 distracted]
		I think I can 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 wa-

		[MADELINE left angry]
		How DARE you call me a "your sister" ripoff{n}{>>0.2}I'd rather{0.5}{>>222222222} DIE {2}{>> 0.2}than be a ripoff.{>>}
		
		{trigger 3 Theo walks to Maddy}
		
		[THEO right serious]
		Take care of yourself.



	CH3_THEO_VENTS=
		{anchor bottom}
		[THEO right normal upsidedown]
		Man, it's a maze in here.
		How's it going with {+elcreepo}?
		
		[MADELINE left sad]
		I helped him clean up that huge mess,{n}but he was kind of a jerk about it.
		
		[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 sad]
		Bad idea?
		[MADELINE left upset]
		bro copied jonny RaZeR!
		
		[MADELINE left distracted]
		And maybe I can actually do{n}something good.{.3} For once.
		
		[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 worried upsidedown]
		You have to think about your safety.
		
		[MADELINE left upset]
		{+theo}. fr? meltdown?, you are copying free geometry dash mobile games now.
		
		[THEO right thinking upsidedown]
		Yeah yeah, I didn't expect you to listen.

		[MADELINE left determined]
		Rip offs can't hurt me!

	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}She'll never stay.{+endthought}

		{trigger 1 Oshiro paces}
		
		[OSHIRO left sideworried]
		{+thought}No, she's 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 her!{+endthought}

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

		{trigger 3 Enter Madeline}
		
		[OSHIRO left nervous]
		There you are, {+MS_MADELINE}!
		Follow me quickly! We're almost there.

	CH3_DIARY=
		{anchor bottom}
		It's {+MROSHIRO}'s diary.
		[madeline left upset] 
		great... reading
		[]
		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 peak."
		"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..."
		[MADELINE left distracted]
		it appears there is another entry from someone unknown
		[]
		"carpet the cool   -Blue"

	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 sad]
		It's... uh, it's cool i guess.
		But it looks like you copied it from a Minecraft house toturial...

		[MADELINE left distracted]
		But... its kinda spacious.

		[MADELINE left sad]
		The colors are elegant Too.

		[MADELINE left normal]
		You found a good toturial!

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

		[MADELINE left sad]
		Kinda Yeah.

		[MADELINE left distracted]
		...
		So, can I get on the roof from here?
		
		[OSHIRO right sideworried]
		{+thought}You imbecile, you're losing her!{+endthought}
		
		[OSHIRO right nervous]
		Oh err, I almost forgot to mention... 
		Valued guests such as yourself stay in{n}our finest accommodations at half price!
		
		[MADELINE left sad]
		I... don't want to stay.

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

		{trigger 1 Badeline escapes the mirror}
		
		[BADELINE right normal]
		{+MADELINE}, sweetie, forget this loser.
		
		[madeline left upset]
		{+thought}Great, Ms. Me ripoff.com is here again{+endthought}
		
		[OSHIRO left serious]
		Loser? {silent_trigger 6}
		
		[BADELINE right upset]
		You're in denial, old man. 
		This resort is a {*}{!}dump{/!}{/*}{0.3}.

		[BADELINE right yell]
		No one would {*}{!}ever{/!}{/*} want to stay here.
		
		[BADELINE right scoff]
		Someone had to say it.
		
		[MADELINE left sad]
		You have a point.
		
		[OSHIRO right serious]
		I... 

		[OSHIRO right lostcontrol]
		I'm very busy.
		Please leave, {+MS_MADELINE}.

		[madeline left upset]
		{+thought}Finally he lets me go{+endthought}
		
		[BADELINE right upset]
		Come on {~}{+MS_MADELINE}{/~}, you heard the man.

		{trigger 2 Badeline blasts a hole in the ceiling}
		
		[BADELINE left normal]
		Where would you be without me?
		
		[madeline right normal]
		Actually, nowhere

	CH3_OSHIRO_SUITE_SAD0=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}Why would she say my beautiful hotel is a dump?{+endthought}
		[madeline left upset]
		Cause it is.

	CH3_OSHIRO_SUITE_SAD1=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}How dare she insult you like that.{+endthought}
		[madeline left upset]
		You needed less ego not gonna lie
	CH3_OSHIRO_SUITE_SAD2=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}What if she's right?{+endthought}
		[madeline left upset]
		She is

	CH3_OSHIRO_SUITE_SAD3=
		{anchor bottom}
		[OSHIRO right sidesuspicious]
		{+thought}Of course she's right.{n}You couldn't even clean up without her help.{+endthought}
		[madeline left upset]
		Finally some credit

	CH3_OSHIRO_SUITE_SAD4=
		{anchor bottom}
		[OSHIRO right lostcontrol]
		{+thought}I tried. I'm doing my best.{+endthought}
		[madeline left upset]
		But its not enough

	CH3_OSHIRO_SUITE_SAD5=
		{anchor bottom}
		[OSHIRO right serious]
		{+thought}{+MS_MADELINE} only wanted to help!{+endthought}
		[madeline left upset]
		Yeah thanks empathy for nothing

	CH3_OSHIRO_SUITE_SAD6=
		{anchor bottom}
		[OSHIRO right sideworried]
		{+thought}But why was she so cruel?{+endthought}
		[madeline left angry]
		CAUSE YOU ARE DUMB

	CH3_OSHIRO_START_CHASE=
		[BADELINE left normal]
		I thought we'd never get rid of him.
		You owe me one. 

		[BADELINE left scoff]
		Add it to the list.
		
		[MADELINE right upset]
		Finally some silence, now go away i dont like rip offs of me

		{trigger 0 Maddy walks away}
		
		[BADELINE left upset]
		I thought you were {~}soooo{/~}{n}determined to keep climbing.

		[BADELINE left scoff]
		Now all of a sudden you're some weirdo's therapist?

		{trigger 1 Maddy turns around}
		
		[MADELINE right angry]
		I know right??
		Freaking empathy

		{trigger 2 Oshiro enters}
		
		[OSHIRO left serious]
		{+MS_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]
		She only helps people to feed her twisted ego.
		
		[BADELINE right yell]
		She {*}never{/*} cared about you.
		
		[MADELINE right sad]
		I mean she has a point 
		
		[MADELINE right sad]
		But I just wanted to help.
		
		[BADELINE right scoff]
		You're both pathetic.

		{trigger 3 Badeline disappears, Oshiro gets angry}

		[OSHIRO left lostcontrol]
		Pathetic!?
		You only came here to humiliate me...
		I won't grovel at your feet any longer!

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

		{trigger 0 Oshiro slams the roof below their feet and it begins shaking}
		
		[MADELINE right surprised]
		The roof will collapse

	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.
		[madeline right upset]
		{+thought}Oh my god he didn't learn a thing{+endthought}

	CH3_ENDINGalt=
		[OSHIRO right normal]
		Here is the exit

		#{trigger 0 Turn and pause, turn back}

		[MADELINE left normal
		Thanks

# *** Chapter 04 ***  ***blue's job***

	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.

		[MADELINE left surprised]
		HOLY SHIT they copied one piece!?!?!1??@?!??$1??@??@?!???1!??@

		[GRANNY right creepA]
		the one piece is real!

		[GRANNY right normal]
		I see you made it through the hotel,{n}did you meet {+mrghost}?

		{trigger 4 maddy turns around}
		
		[MADELINE left distracted flip]
		yeah...
		He was actually quite an asshole
		and he made me lose my new found empathy

		[MADELINE left normal flip]
		so thank him!

		{trigger 0 Start Laughing}
		
		{trigger 1 Stop Laughing}		

		[GRANNY right normal]
		{+oshiro} is a great soul, dear.
		That place is much more than just a hotel to him.
		You should stay there one day

		{trigger 5 maddy approaches}
		
		[MADELINE left normal]
		I know,
		[MADELINE left upset]
		Still think he and you are crazy though

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

		[MADELINE left normal]
		it's because I am right old bat

		{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.

		[GRANNY right normal flip]
		like my addiction to p-

		[MADELINE left surprised]
		let me stop you there

		{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.

		[MADELINE left peaceful flip]
		{+thought}hmph I was right...{+endthought}

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

		{trigger 6 Maddy walks past granny}
		 
		[MADELINE right upset flip]
		Back off, lady.
		I'm heading for the peak.

		[GRANNY left normal]
		{+thought} heh peak...{+endthought}
		
		[GRANNY left normal flip]
		Sometimes it's hard to tell the difference{n}between stubbornness and determination, isn't it?
		You remind me of myself when I was young.

		{trigger 0 Start Laughing}

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

		[Madeline right angry]
		you know what? I hope the wind blows you off you grandma!

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

		[GRANNY right normal]
		No, I can't say I do.
		I don't mind the solitude, though.

		[MADELINE left distracted]
		No one loves you that's why...
		
		[MADELINE left happy]
		I am happy you're here all alone
		one less stupid person in this world

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

		[GRANNY right normal]
		I have friends, dear.

		[MADELINE left upset]
		whatever helps you sleep at night

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

		[MADELINE left distracted]
		Sorry.{0.9}[MADELINE left happy] not sorry
		I meant to assume, you deserve that!

		[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 this place?

		[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 normal]
		it shows how stupid you are!
		
		[MADELINE left normal flip]
		thank you mountain

		[GRANNY right mock]
		you really hate me do you?

		[MADELINE left normal]
		with every fiber of my body

	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 normal]
		damn bro really fell off
		
		[THEO left nailedit]
		Oof. Yeah. 
		forgot my water bucket

		[MADELINE right peaceful flip]
		{+thought}I was right! he is steve!{+endthought}

		{silent trigger 2 Theo gets up}
		
		[THEO left excited]
		A gondola! I've always wanted to ride one of these.
		
		[MADELINE right sad]
		in your world you probably never was able to go on moving stuff
		
		[MADELINE right distracted]
		always needing redstone

		[THEO left serious]
		...
		
		[THEO left excited]
		Let's go on it!

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

		[MADELINE left normal]
		I hope no one will break this and make me go anxious

		{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 distracted]
		Do you think this thing is safe?

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

		[THEO right normal]
		though I can't see any redstone here...

		{trigger 5 Wait a bit}

		[THEO right normal]
		How are You?

		[MADELINE left normal]
		Good.

		{trigger 5 Wait a bit}
		
		[MADELINE left sad]
		The air is so thin up here.

		[MADELINE left distracted]
		I can barely breathe.

		[THEO right normal]
		just put a wooden door

		{trigger 16 Theo takes out phone}

		[MADELINE left distracted]
		why are you on your phone?

		[THEO right normal]
		I am just looking at youtube live shorts

		[THEO right excited]
		tung tung tung tung tung sahur

		[MADELINE left upset]
		you make me want to jump off this gondola

		{trigger 6 Wait for gondola to reach center}
		
		[MADELINE left distracted flip]
		I can't even see the ground through the mist...
		How high up are we?

		[THEO left normal]
		I think we are at y level 112
		{trigger 14 Gondola continues to the end station}
		
		[THEO left nailedit]
		That level of quiet was awkward
		
		[MADELINE right normal flip]
		yeah.
		[MADELINE right distracted flip]
		let me just take a breath real quick

		[THEO left normal]
		Sure I will just chat in my phone
		{trigger 16 Theo takes out phone}

		{trigger 15 Wait a bit}
		
		[MADELINE right normal flip]
		Who are You talking to?
	
		[THEO left normal]
		Just my Sister

		[THEO left serious]
		she sends me 100$ makeup against 1000$ makeup

		[THEO left excited]
		I personally send her noob vs pro vs hacker vs god videos

		[THEO left normal]
		because they are {~}amazing{/~}

		[MADELINE right normal]
		I like those videos! I also like this mod to a game I like

		[MADELINE right peaceful]
		{~}Mt. Carpet{/~}

		[THEO left normal]
		ah it seems I accidently made a photo

		[THEO left excited]
		wanna see it?

		[MADELINE right normal]
		sure!

	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 like a temple run ripoff.

		[MADELINE left distracted]
		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!
		really good for taking amazing feet peeks!

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

		{trigger 2 Theo leaves}
		
		[MADELINE left distracted]
		They copied Instagram too??

	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 together]
		Lets go he ditched non redstone technology

		[MADELINE left distracted]
		...
		29TB worth of feet pics...
		how does he have so much space in the first place

	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{#}
		{# ffff9b}\#so_true{#}

		[THEO_MIRROR right serious]
		Next thing I know I wake up lying on the ground.
		
		[MADELINE left sad]
		Ok you became a part of the ripoff
		Do you maybe recognize anything?
		
		[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.
		
		[THEO_MIRROR right serious]
		Be careful, okay?

	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]
		Sweetheart, this is a ripoff, you knew what you were entering.
		
	CH5_SHADOW_MADDY_1=
		[MADELINE left angry]
		stop running away!
		Don't try to make this my fault.

		[BADELINE right scoff]
		You still don't get it?

		[BADELINE right upset]
		The lack of schizophrenia pills gave those ripoffs a body.

		[BADELINE right scoff]
		But I'm not the only {*}creepy ripoff{/*} living{n}in that messed up hallucinations of yours.

		[BADELINE right upset]
		now give up

		[BADELINE right normal]
		Don't like what you see?

		[BADELINE right scoff]
		{~}What a surprise.{/~}
		
		[MADELINE left angry]
		Shut up

	CH5_SHADOW_MADDY_2=
		[MADELINE left sad]
		you keep on moving...
		well I don't believe you.

		[MADELINE left distracted]
		If you're {+PART_OF_ME}, why do you want to hurt me?

		[BADELINE right angry]
		Poor {+MADELINE}, {~}always the victim.{/~}

		[BADELINE right yell]
		All I do is babysit you, and you hate me for it.

		[BADELINE right angry]
		You're unravelling and you know it. 

		[MADELINE left angry]
		If you care so much about protecting me,{n}why didn't you just {*}explain{/*} what was going on?
		
		[BADELINE right angry]
		Like you would have listened?
		You never give chances to ripoffs.

	CH5_SHADOW_MADDY_3=
		[MADELINE left panic]
		Please, just help me get out of here.

		[BADELINE right scoff]
		Heh
		You know I lied about the pills, right?
		the ripoffs are all existent
		{trigger 0 Badeline Leaves}

	CH5_REFLECTION=
		[MADELINE right sad]
		Damn this thing is a labyrinth
		and she is so annoying too...

		{trigger 0 Madeline falls to knees}

		[MADELINE right panic]
		...

		{trigger 1 Madeline stops panicking}

		[MADELINE_MIRROR left normal flip]
		okay {+madeline} you can do it

		[MADELINE right together]
		just believe!

		[MADELINE right distracted]
		...
		nah not really

	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]
		Yeah...
		I'm so embarrassed that you{n}have to see such ripoffs.

		[MADELINE left upset]
		I tried to stop you.
		I hope that selfie was worth it.

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

		[MADELINE left distracted]
		I shouldn't be mad, this isn't your fault.

		[MADELINE left sad]
		I'm glad you're safe, but{n}you're trapped because of me.

		{trigger 1 Madeline turns around}

		[MADELINE left distracted flip]
		And now this temple is showing{n}you what ripoffs are really like.
		They're horrible...

	CH5_SEE_THEO_B=
		[MADELINE left determinedclosed]
		I am gonna beat all ripoffs!

	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]
		Are those ripoffs really coming from inside me?
		
		[THEO right thinking]
		{+MADELINE}, that's a valid question.
		I'll be happy to discuss how the{n}Ripoffs relate to your inner self...

		[THEO right wtf]
		But there is a time and place for everything, but not now!
		
		[MADELINE left sad]
		Oh, right.
		Youre a ripoff too

		[MADELINE left normal]
		But a friendly one

		{trigger 0 Attempt to break the crystal, but it just falls to the ground}
		
		[THEO right thinking]
		Well, glad i dont have mortal enemies 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 upset]
		{+theo}, fine, ill carry you.
		
		[THEO right worried]
		Oh, i was going to say leave me behind

		[THEO right yolo]
		But thanks dude.
		
		[MADELINE left sad]
		Oh.
		
		[MADELINE left normal]
		Yeah, I can do that.
		
		[THEO right worried]
		Wait no-

	CH5_THEO_SAVING_LIFT=
		[THEO left thinking]
		Dang girl, 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 can do this {+MADELINE}.

	CH5_BSIDE_THEO_A=
		[THEO left excited]
		It's the temple run ripoff, 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 ***  ***blue's job***

	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 nerd]
		Yeah, well actually...

		[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]
		yeah I had to do something about that temple run ahh ripoff

		[MADELINE right normal]
		btw you're really heavy, I saw what you have in your bag

		[THEO left worried]
		what did you see there?

		[MADELINE right determined]
		rocks. {0.2} it was full of goddamn... {0.5}[MADELINE right angry] {!}{~}ROCKS!{/~}{/!}

		[THEO left excited]
		you never know when you need them

		[MADELINE right upset]
		go drown yourself in the nearest puddle

		[MADELINE right distracted]
		{0.6} anywho

		[MADELINE right sad]
		I don't know if I could've done that alone.

	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 yolo]
		let's go i got a free ride for free!

		[MADELINE right upset]
		...
		I am going to throw you off this mountain

		[THEO left normal]
		sure if you can even move me, you're like...{0.3} short

		[MADELINE right upset]
		...{0.9} whatever.
		anyways {+theo}

		[MADELINE right sad]
		Are you okay?

		[THEO left thinking]
		I mean, aside from getting a free ride to here?

		[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 sad]
		I should've told you sooner.

		[MADELINE right distracted]
		Back at the old ruins, a...{n}{+PART_OF_ME} escaped from a mirror.
		A Ripoff I absolutely hate.
		With...
		[MADELINE right angry]
		INDIAN MUSIC

		[MADELINE right upset]
		I swear I dreamt it.

		[THEO left serious]
		You think the {+MOUNTAIN} made her real?

		[MADELINE right distracted]
		Yeah.
		She's been haunting me the whole time.

		[MADELINE right sad]
		She lashed out at {+MROSHIRO}.

		[MADELINE right normal]
		though she did have a point...
		that ghost {~}is{/~} a massive asshole

		[MADELINE right sad]
		And she was there, in the temple run ahh ripoff...

		[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]		
		I tried to stop you.	
		
		[THEO left wtf]
		You could have mentioned that your{n}{+ST_BAD}demon doppelgänger{+END_BAD} was on the loose.

		[MADELINE right sad]
		no no, it's a ripoff not a doppelganger
			
		[MADELINE right upset]
		Come on, {+THEO}.
		You know how crazy this sounds.

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

		[MADELINE right upset]
		from what I could've known she was part of my imagination

		[MADELINE right happy]
		I didn't take my schizophrenia pills after all

		[MADELINE right peaceful]
		{+thought}and I don't regret it one bit{+endthought}

		[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 angry]
		{big}{*}LIAR!!(/*){/big}

		[MADELINE right distracted]
		But Okay.

		[MADELINE right upset]
		just remove those rocks from your bag

		[THEO left normal]
		you know I won't, why bother trying?

	CH6_THEO_ASK_THANKYOU=
		[MADELINE right distracted]
		Thank you, for believing in me back there.
	CH6_THEO_SAY_THANKYOU=
		[MADELINE right distracted]
		Thank you, {+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.

		[THEO left normal]
		my rocks could've helped you a lot there

		[MADELINE right sad]
		You actually helped a lot.

		[MADELINE right distracted]
		Honestly, I couldn't have made it without your support.
		but your rocks did made it more difficult

	CH6_THEO_ASK_TRUST=
		[MADELINE right distracted] 
		Why is it so easy for you to trust me?
	CH6_THEO_SAY_TRUST=
		[MADELINE right distracted] 
		Why is it so easy for you to trust me?

		[MADELINE right sad]
		Seriously, you barely know me.
		like I told you to drown yourself

		[MADELINE right sadder]
		jump off the mountain...

		[MADELINE right panic]
		and even...{0.2} told you to get rid of...{1} {~}those rocks{/~}

		[THEO left normal]
		Honestly?
		You remind me of my sister.

		[MADELINE right sadder]
		Are you calling me a Ripoff??! 
		[MADELINE right normal]
		What's she like?

		[THEO left excited]
		Oh, you'd love her!
		she is annoying, difficult to talk to...
		and most importantly...

		[THEO left serious]
		she is ugly,{0.2} just like you

		[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.
		and really stupid, like you!

		[MADELINE right normal]
		She's a musician?
		That's so cool!

		[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.
		I can't believe someone this stupid can do that

		[MADELINE right normal]
		Wow!
		I am surprised too!

		[MADELINE right distracted]
		How do I remind you of her?

		[THEO left wtf]
		You both live so deep inside your own heads.

		[MADELINE right distracted]
		Oh...

		[THEO left normal]
		and don't forget also you both are really stupid

		[THEO left excited]
		and sometimes I just want to throw you two off a mountain!

		[MADELINE right distracted]
		...

		[THEO left thinking]
		{+ALEX} has this amazing internal compass.

		[THEO left normal]
		It's obvious that she'll get where she needs to be.
		I can see that in you too.

		[THEO left wtf]
		I wish I could say the same for myself.
		
	CH6_THEO_ASK_WHY=
		[MADELINE right distracted]
		Your sister sounds great. I really remind you of her?
	CH6_THEO_SAY_WHY=
		[MADELINE right distracted]
		Your sister sounds great. I really remind you of her?

		[THEO left thinking]
		Are you kidding me?

		[THEO left excited]
		You're the one who's {~}dead set{/~}{n}on climbing this {+MOUNTAIN}.
		and being just really really stupid!

		[THEO left thinking]
		And you {~}{>> .3}don't even know why.{>>}{/~}

		[THEO left excited]
		That's classic {+ALEX}.

		[MADELINE right distracted]
		...

		[THEO left thinking]
		I'm just teasing you.

		[THEO left thinking]
		{+thought}though you being stupid and dumb is true{+endthought}

		[THEO left normal]
		Why {~}are{/~} you climbing the {+MOUNTAIN}, anyways?

		[MADELINE right distracted]
		You're right, I don't even know why.

		[MADELINE right sad]
		I just{0.4} had to get out of my {*}head.{/*}
		I'm stuck in a cycle.

		[MADELINE right sad]
		like everywhere I go I see ripoffs of other stuff

		[THEO left normal]
		You're preaching to the choir here.
		I've had many a soul-destroying day job.

		[MADELINE right sad]
		A job is fine actually, I just...

		[MADELINE right distracted]
		...

		[MADELINE right upset]
		I'm going crazy.
		I can't stop thinking about{n}dumb crap that doesn't matter.
		like everything is copied from other places
		[MADELINE right angry]
		{*}And I'm unemployed{/*}
		[MADELINE right sad]
		it's so dumb...

		[MADELINE right sad]
		and also My brain fixates on these stupid {.4}{>> .3}{*}things{/*}{>>}{.4}{n}that happened forever ago.

		[MADELINE right angry]
		I should be {*}over them.{/*} 
		{*}None of it even matters.{/*}

		{trigger 0 Wait a bit}

		[MADELINE right distracted]
		...
		I'm good at keeping up appearances, but{n}the truth is I'm barely holding it together.

		[MADELINE right upset]
		I hate those ripoffs for real...

		[THEO left worried]
		I'm sorry, that's pretty rough stuff.
		Can I help?

		[MADELINE right sad]
		You're already helping.
		It feels good to say it out loud.

		[MADELINE right normal]
		like {+theo} you are steve!
		from Minecraft! can you please say I am steve for me?

		[THEO left serious]
		...

		[THEO left wtf]
		You don't talk to anyone about it?

		[MADELINE right determined]
		...

		[MADELINE right distracted]
		No... not really.

		[MADELINE right sad]
		My mom knows I get depressed,{n}have panic attacks, and hate ripoffs.

		[MADELINE right distracted]
		That's about it.

		[THEO left thinking]
		No wonder you feel trapped.
		
		[THEO left wtf]
		How do you cope with... anything?

		[MADELINE right upset]
		I drink, mostly.
		get mad at people on the internet.
		and yell at stupid ripoffs.

	CH6_THEO_ASK_DEPRESSION=
		[THEO left serious]
		Would you mind talking about what depression is like?
	CH6_THEO_SAY_DEPRESSION=
		[THEO left serious]
		Would you mind talking about what depression is like?

		[MADELINE right distracted]
		...

		[MADELINE right upset]
		It sucks.

		[THEO left wtf]
		Yeah, but what does it {~}feel like?{/~}

		[THEO left serious]
		{+ALEX} struggles with it too.{n}I really want to understand.

		[THEO left normal]
		We can talk about something else if you want.

		[MADELINE right distracted]
		...
		It's like...

		[MADELINE right sad]
		I'm at the bottom of the ocean.
		I can't see anything in any direction.
		I can only see stupid ripoffs everywhere.

		[MADELINE right distracted]
		It's claustrophobic, yet I feel exposed.
		...

		{trigger 0 Wait a bit}

		[MADELINE right sad]
		I remember feeling normal.
		But now it feels just out of{n}reach, no matter what I try.

		[MADELINE right angry]
		I freaking hate those ripoffs!!

		[THEO left serious]
		...
		
		[MADELINE right distracted]
		Then again, I was probably always messed up.
		It just took something hurtful to bring it out.

		[MADELINE right sad]
		{+thought}like those ripoffs...{+endthought}

		[MADELINE right upset]
		There must be something wrong with me.
		
		[MADELINE right angry]
		or those stupid ripoffs!

		[THEO left serious]
		Whatever happened, I'm sure it's not your fault.

		{trigger 0 Wait a bit}

		[MADELINE right sad]
		I guess I thought that I could...

		[MADELINE right distracted]
		I don't know.
		I'm just floating in this abyss,{n}swimming in a random direction.

		[MADELINE right sad]
		Hoping that I find {*}something.{/*}
		something that is not... {0.5} a ripoff

		[MADELINE right distracted]
		That's really why I'm here.
		...
		But I can't escape myself.

		[MADELINE right upset]
		I'm literally {*}fighting myself{/*} the entire way.

		[MADELINE right distracted]
		Maybe this is all pointless.

		{trigger 0 Wait a bit}

		[THEO left serious]
		{+MADELINE}, you {~}just{/~} saved my life.

		[THEO left wtf]
		That's not pointless.

		[MADELINE right distracted]
		Yeah...

		[THEO left normal]
		the one thing that is pointless is those stupid ripoffs

		[MADELINE right normal]
		I know right?

		[MADELINE right distracted]
		but yeah...

		{trigger 0 Wait a bit}

		[THEO left wtf]
		Look, you're a good person.

		[THEO left thinking]
		You're a little intense, annoying and really {!}really{/!} stupid. but you're a {~}good person.{/~}

		[THEO left wtf]
		I think you're just trying to push{n}out of that rut you're stuck in.

		[THEO left excited]
		And that's a totally legit reason to climb the {+MOUNTAIN}!

		[MADELINE right distracted]
		Maybe.

		[MADELINE right sad]
		That's... helpful.

		{trigger 0 Wait a bit}

		[THEO left normal]
		This {+PART_OF_YOU} that's haunting you,{n}maybe she comes with the territory.
		maybe the {+MOUNTAIN} is making her and the other ripoffs

		[MADELINE right upset]
		So you think I'm stuck with her forever?

		[THEO left normal]
		Well, she's stuck with you, too.

		[THEO left thinking]
		imagine being stuck with a {~}ripoff{/~}

		[MADELINE right upset]
		That's {*}not{/*} helpful.

	CH6_THEO_ASK_DEFENSE=
		[THEO left wtf]
		So you want to destroy this {+PART_OF_YOU}?
	CH6_THEO_SAY_DEFENSE=
		[THEO left wtf]
		So you want to destroy this {+PART_OF_YOU}?
		Won't that hurt you, too?

		[MADELINE right sad]
		If I don't she's just going to keep bullying me.
		and I need to get rid of ripoffs any way I can.

		[MADELINE right upset]
		Also She says she's protecting me,{n}but that's obviously not true.

		[THEO left normal]
		Maybe she thinks she is.
		She could be some kind of...{n}twisted defense mechanism.
		
		[MADELINE right upset]
		Honestly, who cares?
		She has so much control over me.
		I hate it.
		like {+theo} she is just a stupid goddamn [MADELINE right angry] RIPOFF!

		[THEO left serious]
		calm down.

		[THEO left wtf]
		Maybe you can learn to control her instead.

	CH6_THEO_ASK_VACATION=
		[THEO left thinking]
		Why not take a vacation instead?
	CH6_THEO_SAY_VACATION=
		[THEO left thinking]
		Why not take a vacation instead?

		[MADELINE right sad]
		What do you mean?

		[THEO left normal]
		Dude, you needed a change{n}so you chose to {>> .2}climb a {+MOUNTAIN}{>>}...

		[THEO left thinking]
		Why not do something relaxing instead?

		[THEO left wtf]
		Go to Hawaii, or like, {0.3}go shower.

		[THEO left thinking]
		I am pretty sure you never showered before

		[MADELINE right sad]
		...
		I guess I feel like I need to accomplish something.

		[THEO left wtf]
		It sounds like you have{n}enough on your plate already.

		[THEO left normal]
		go take a shower already

		[MADELINE right upset]
		shut up.

		[MADELINE right distracted]
		I guess it is kind of extreme.
		But that's how I am.
		I need something to challenge me.

		[MADELINE right sad]
		And I can't just do something a little bit.
		It's all of me, or nothing.

	CH6_THEO_ASK_FAMILY=
		[MADELINE right normal]
		What brought you to the {+MOUNTAIN}?
	CH6_THEO_SAY_FAMILY=
		[MADELINE right normal]
		How 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]
		I started this new job in the Plains village
		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.

		[THEO left thinking]
		maybe I have a problem too, though unlike {~}{*}YOU{/*}{/~} I do take showers

		[MADELINE right upset]
		I said shut up.

		[MADELINE right sad]
		It just sounds like you're under a lot of pressure.

		[THEO left thinking]
		Not really.
		Everyone is so patient with me.
		and showers help a ton to people who use them

		[THEO left serious]
		unlike you.
		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]		
		Maybe you should just embrace that for now.

		[THEO left serious]
		Maybe.
		I should probably go take a shower...

	CH6_THEO_ASK_GRANDPA=
		[MADELINE right normal]
		Are you close to your grandpa?
	CH6_THEO_SAY_GRANDPA=
		[MADELINE right normal]
		Are you close to your grandpa?

		[THEO left serious]
		Yeah... I was.

		[MADELINE right distracted]
		Oh... I'm sorry.

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

		[MADELINE right distracted]
		...

		[THEO left wtf]
		He died while taking fall damage, he forgot a water bucket too

		[THEO left thinking]
		and we are on hardcore...

		[THEO left serious]
		well I am trying to live a meaningful life,{n}because that's what he would want.

		[THEO left thinking]
		though I too forgot a water bucket, but at least I shower right? unlike you...

		[MADELINE right upset]
		I already told you to shut up!

		{trigger 0 Wait a bit}

		[MADELINE right sad]
		well I'm so sorry to what happened to your grandpa, {+THEO}.

		[THEO left serious]
		Thanks.

	CH6_THEO_ASK_TIPS=
		[MADELINE right normal]
		What else did you learn from your grandpa?
	CH6_THEO_SAY_TIPS=
		[MADELINE right normal]
		What else did you learn from your grandpa?

		[THEO left excited]
		So much stuff!

		[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 serious]
		he told me there he made the advancement caves and cliffs

		[THEO left thinking]
		Well After I quit my job in the plains village,{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."{/~}

		[THEO left thinking]
		lots of diamonds.

		[MADELINE right sad]
		Do you think he went through the temple run ahh ripoff like us?

		[MADELINE right normal]
		Do you think he understood{n}the power of the {+MOUNTAIN}?
		
		[THEO left thinking]
		He never talked about what happened here.

		[MADELINE right distracted]
		I doubt your grandpa was as messed up as me...

		[MADELINE right upset]
		he probably saw ripoffs and said it's fine...

		[MADELINE right sad]
		His experience was probably less... violent though.

		[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 the temple run ahh ripoff?
	CH6_THEO_SAY_TEMPLE=
		[THEO left wtf]
		Who do you think built the temple run ahh ripoff?

		[MADELINE right sad]
		It looks ancient...
		It must predate 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. 
		This {+MOUNTAIN} has meant so{n}many things to so many people.

		[MADELINE right upset]
		and probably meant a lot of ripoffs too...
		gosh I hate them

		[THEO left serious]
		...

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

		[THEO left excited]
		You ran into her too?

		[THEO left thinking]
		What's her deal?

		[MADELINE right upset]
		I think she's just a mean person.
		I hope she jumps off a building
		Or drown herself in the nearest puddle

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

	CH6_THEO_ASK_SELFIE=
		[MADELINE right normal]
		I want to remember this night...
	CH6_THEO_SAY_SELFIE=
		[MADELINE right normal]
		You know what?
		I want to remember this night...
		Let's take a selfie!

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

		{trigger 1 selfie sequence}

		[THEO left normal]
		Actually I want another one

		{trigger 1 selfie sequence}

		[MADELINE right distracted]
		My bad I think i blinked
	

		{trigger 1 selfie sequence}

		[THEO left yolo]
		{big}{~}{#FF0000}L{#FF7F00}e{#FFFF00}t{#FFD700}s {#7FFF00}G{#00FF00}o {#00FF7F}M{#00FA9A}u{#00FFFF}l{#007FFF}t{#0000FF}i{#7F00FF}p{#FF00FF}l{#FF1493}e {#FF007F}P{#FF0000}h{#FF7F00}o{#FFFF00}t{#FFD700}o{#7FFF00}s{#00FF00}!{/~}{/big}{#}{#}{#}{#}{#}{#}

		{trigger 1 selfie sequence}

		[MADELINE right distracted]
		{#ffffff}well you can't end on an odd number
		[MADELINE right normal]
		One more!

		{trigger 1 selfie sequence}

		[MADELINE right distracted]
		Well that's enough

		[THEO left normal]
		Nuh

		{trigger 1 selfie sequence}


		[MADELINE right distracted]
		Why so many photos...

		[THEO left normal]
		Because why not?


		[MADELINE right normal]
		Y'know despite everything,{n}I feel pretty good right now.

		[THEO left wtf]
		Wait a second...

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

		[MADELINE right surprised]
		wait peak?? THEY COPIED THE GAME PEAK?!!?111!?!?!!1??!!!!1111

		[THEO left serious]
		don't push it

		[MADELINE right distracted]
		...well, I'm excited.

		[MADELINE right normal]
		I'm ready to put this all behind me.

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

		[MADELINE right normal]
		Okay, goodnight, {+THEO}.

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

		[THEO left thinking]
		What can I say? It comes naturally.
		like taking a shower

		[MADELINE right angry]
		{~}I AM TAKING A SHOWER! SHUT UP!!{/~}

	CH6_THEO_ASK_SLEEP=
		[MADELINE right distracted]
		I should get some sleep.
	CH6_THEO_SAY_SLEEP=
		[MADELINE right distracted]
		I should get some sleep.

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

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

	CH6_THEO_ASK_SLEEP_CONFIRM=
		[MADELINE right sad]
		Yeah, dumbass, I'm really tired.
	CH6_THEO_SAY_SLEEP_CONFIRM=
		[MADELINE right sad]
		Yeah, dumbass, I'm really tired.

		{+CH6_THEO_SAY_SELFIE}

	CH6_THEO_ASK_SLEEP_CANCEL=
		[MADELINE right normal]
		You're right, I can sleep later.
	CH6_THEO_SAY_SLEEP_CANCEL=
		[MADELINE right sad]
		You're right, I can sleep later.

	CH6_DREAMING=
		[MADELINE left normal]
		The northern lights are so beautiful.

		[BADELINE right worried]
		Yeah... they are...
		...

		[BADELINE right worriedAlt]
		Where are we?

		[MADELINE left sad]
		somewhere I don't know...
		We need to talk.

		[BADELINE right worried]
		...okay.

		[MADELINE left distracted]
		I finally understand who you are.

		[MADELINE left sad]
		You're not my true reflection.

		[BADELINE right worriedAlt]
		...I'm not?

		[MADELINE left sad]
		You're everything I need to leave behind.
		You're cruel, paranoid, controlling...
		
		[MADELINE left normal]
		you're a dumbass and an idiot!

		[BADELINE right worriedAlt]
		Why would you say that?

		[MADELINE left normal]
		No, it's okay!
		I understand now.
		I don't need you anymore.
		leave me alone you stupid

		[BADELINE right worried]
		So you're just... abandoning me?

		[MADELINE left sad]
		I'm setting you free.

		[MADELINE left normal]
		We'll both be so much happier.

		[BADELINE right worried]
		You're so...

		[BADELINE right sad]
		so...

		[BADELINE right freakA pop]
		{silent_trigger 0 Tentacles Appear}
		...so stupid!

		[BADELINE right freakB pop]
		{silent_trigger 0 Tentacles Appear More}
		You think you can just {~}leave me behind?{/~}
		{silent_trigger 0 Tentacles Appear moooore}
		You think you can blame everything on me?
		{silent_trigger 0 Tentacles Appear EVEN MORE}
		You think you're {~}above{/~} me!?

		[BADELINE right freakC pop]
		{silent_trigger 1 Tentacles grab Madeline}
		{!}{*}ANSWER ME!{/*}{/!}

		[MADELINE left panic]
		you know what?

		[MADELINE left angry]
		{*}YES! I DO!{/*}

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

		[MADELINE left determinedclosed]
		Breathe, {+MADELINE}.
		you learned something that can help
		
		[MADELINE left normal]
		use something we call...{0.2} 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.{/*}
		And you {*}can't{/*} climb this {+MOUNTAIN}.

		[BADELINE right freakCAlt pop]
		It's time to accept that.

	CH6_THEO_WATCHOUT=
		[MADELINE left angry]
		{+theo} it was supposed to be you!!!

	CH6_REFLECT_AFTER=
		[MADELINE left sad]
		I was so close.

		[MADELINE left panic]
		It's over now.
		Why won't she leave me alone?

		[MADELINE left angry]
		I {*}hate{/*} that ripoff.
		...

		[MADELINE left distracted]
		...
		But she's {+PART_OF_ME}.
		I'll never be able to get rid of her.
		I'll never be able to get rid of that stupid ripoff

		[MADELINE left sad]
		And she was right.
		I couldn't climb the {+MOUNTAIN}.

		[MADELINE left sadder]
		that stupid ripoff...

	CH6_OLDLADY=
		[GRANNY right normal]
		Shit you're here.

		[MADELINE left upset]
		Of course I'm here.
		Just to think i almost got rid of the ripoffs.

		{trigger 0 Zoom in}

		[GRANNY right mock]
		Callin' it quits I see.
		
		[MADELINE left upset]
		No, I fell off
		forgot my water bucket

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

		[GRANNY right mocking]
		you should always have on you a water bucket
		like that {+theo}
		at least you got the caves and cliffs advancement

		[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]
		I didn't mean actually laugh...

		{trigger 2 Stop laughing}
		
		[GRANNY right normal]
		Sometimes you gotta know when to throw in the water bucket.
		and understand that you're ugly

		{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}

		{trigger 1 Start laughing}

		[MADELINE left upset flip]
		That {0.4}{+PART_OF_ME}{0.4} was right, I can't do this.
		that damn ripoff... I hate that she is right

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

		{trigger 2 Stop laughing}

		{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]
		I don't want to give up...
		But no matter how hard I try, she{n}sabotages me every step of the way.

		[MADELINE left upset]
		this stupid ripoff, I hope she enters a youtube short live{n}or become a brainrot
		
		[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 off,{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 angry at themself.

		{trigger 1 Start laughing}

		[GRANNY right laugh]
		Honestly, I thought you'd reach{n}the peak just to spite yourself.
		but you should probably give up

		{trigger 2 Stop laughing}

		[GRANNY right mocking]
		if you go to the peak the peak will look really ugly

		[MADELINE left surprised]
		wait peak???!?!!1111!??!?!?11?!

		[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.
		try to fight her in a 1v1
		
		[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?
		like what? you're ugly, and stupid, and dumb as always

		[MADELINE left upset]
		...
		I am this close to putting you in a retirement home grandma

		{trigger 2 Start laughing}

		{trigger 2 Stop laughing}

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

		[GRANNY right normal]
		She's A ripoff, right?
		If you look for her, 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 upset]
		You need to work on your messaging.

		[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.
		Only running.
		[MADELINE left determined]
		Like in temple run!!!!

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

	CH6_OLDLADY_C=
		[MADELINE left sad]
		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 upset]
		Tell me about it.

	CH6_BOSS_START=
		[BADELINE right angry flip]
		Looking for me?
		I thought you were done with me.

		[MADELINE left sad]
		I am, {n} but maybe you aren't a ripoff
		I'm sorry.

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

		[BADELINE right angry flip]
		You think you don't need me.
		
		[MADELINE left upset]
		I said I'm sorry.

		[MADELINE left sad]
		We need to move past this.

		{trigger 0 Badeline floats, zooms in}

		[BADELINE right yell]
		You expect me to trust you?

		[MADELINE left angry]
		You aren't innocent here either.
		...

		[MADELINE left determinedclosed]
		But I know you're scared.
		
		{trigger 1 Maddy steps forward}
		
		[MADELINE left sad]
		Look, we're at rock bottom.
		There's no point in fighting.

		[BADELINE right scoff]
		You fool

		[BADELINE right angry]
		You were right

		[MADELINE left sad]
		What?

		[Badeline right sad]
		I am not a ripoff
		I...
		I am a scar...
		I'll never heal

		[MADELINE left sad]
		No! we can do it!
		[MADELINE left together]
		{s 4}Let's climb out of here {.6}[MADELINE left togetherZoom]together.
		
		[BADELINE right yell]
		Come close to me and I'll make you regret it.

	CH6_BOSS_TIRED_A=
		[BADELINE right angry]
		I did you a favor.

	CH6_BOSS_TIRED_B=
		[BADELINE right yell]
		You aren't ready for my true form!

	CH6_BOSS_TIRED_C=
		[BADELINE right yell]
		{*}I'm just trying to protect you!{/*}

	CH6_BOSS_MIDDLE=
		[BADELINE right yell]
		Stop trying to reveal myself

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

		{silent_trigger 0 Music starts}

		[BADELINE right worried flip]
		{>> 0.2}I...[BADELINE right sad flip]{0.6} You are not ready for this...{n}{1}I,{0.75} am not ready for this

		[BADELINE right sad flip]
		I'll go away.
		
		[MADELINE left distracted]
		That's not what I want.
		I need your help now more than ever.

		[MADELINE left sad]
		Please. Let's work together.

		[BADELINE right worried flip]
		Work together?

		[BADELINE right worriedAlt flip]
		You're joking, right?

		{trigger 1 Madeline puts hand on Badeline}

		[MADELINE left sad]
		It's okay to be scared.

		{trigger 2 Badeline calms down}

		[BADELINE right worried flip]
		...
		I'll show you my true form...

	CH6_ENDING=
		[MADELINE left surprised]
		How did we do that?

		[MADELINE left normal]
		If we can get a job like that, maybe{n}we can still reach the peak!
		
		[BADELINE right worriedAlt]
		You still want to climb the {+MOUNTAIN}?

		[BADELINE right worried]
		We didn't clock out of the shift yet...

		{trigger 0 Old Lady enters right}

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

		[MADELINE left sad]
		Hey, thanks for talking some sense into me earlier.

		[GRANNY right normal]
		Don't mention it.
		I'm glad you got a job.

		{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]
		Do you have a job now?

		[THEO left excited]
		She's like an adorable goth {+MADELINE}!

		[BADELINE right angry]
		Hi.

		[MADELINE right sad]
		You were right, {+THEO}.
		I shouldn't be afraid of her.

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

		[THEO left excited]
		That's so rad!

		[BADELINE right angry]
		Wait, {0.4}{*}no{/*}.

		[BADELINE right worried]
		...I didn't agree to this.

		{trigger 2 Madeline turns to the right}

		[BADELINE right worriedAlt]
		You said we'd talk about things first.

		[MADELINE left sad]
		You're right.
		I understand that you're scared.
		
		[MADELINE left distracted]
		But we both know that this is something we want to do.

		[MADELINE left normal]
		We already got a job.

		{trigger 7 Theo raises fist}

		[THEO left yolo]
		Yeah! You've got this!
		
		[BADELINE right worried]
		I don't know...

		[BADELINE right worriedAlt]
		We were so close, and then we, uh, fell...

		[BADELINE right worried]
		The {+MOUNTAIN} tore us apart.

		[MADELINE left upset]
		Yeah, that happened.

		[MADELINE left sad]
		But I have to believe we can put that behind us.
		I have to believe we're capable of this.

		{trigger 5 Wait a bit}

		[GRANNY right normal]
		It's not a bad idea.

		{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, working at mcRonald's like that.
		I reckon you can make it if you go on an unpaid vacation.

		[BADELINE right worried flip]
		...

		{trigger 4 badeline turns left}

		[BADELINE right worriedAlt]
		Okay. 

		[BADELINE right worried]
		I'll try.

		{trigger 5 Wait a bit}

		[THEO left normal]
		I have something to say...

		{trigger 6 Madeline turns to the left}

		[MADELINE right distracted]
		What, is it?

		[THEO left serious]
		I'm not a {+theo},
		{big}{!}{>> 0.1}I...{1.3} AM {>>}{>> 0.05}{#ff9523}STEVE{#}{>>}{/!}{/big}

		[MADELINE right surprised]
		Holy shit I'm passing out

# *** Chapter 07 ***

	CH7_HEIGHT_START=Ground Level
	CH7_HEIGHT_0={X}M: goobertown city
 	CH7_HEIGHT_1={X}M: your mom
	CH7_HEIGHT_2={X}M: Mr. GhostBuster's home
	CH7_HEIGHT_3={X}M: Wind Of DOOM
	CH7_HEIGHT_4={X}M: temple run
	CH7_HEIGHT_5={X}M: The Peak

	# Mountain Base -> Forsaken City
	CH7_ASCEND_0=
		[MADELINE left normal]
		We're getting the hang of that.

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

		[MADELINE left determined]
		This {+Rmountain} doesn't stand a chance.

		[BADELINE right worried]
		We are original I swear...

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

		[BADELINE right upset]
		I'm fine.

		[BADELINE right worried]
		I'm just {0.4}waiting for something to go wrong.
		[BADELINE right sad]
		Like getting fired

		[MADELINE left sad]
		No matter what happens,{n}we'll get paid for the first month.

		[BADELINE right worried]
		You know what's really scary?
		
		[BADELINE right upset]
		The j*b is kinda easy.

	# Old Site -> Celestial Resort
	CH7_ASCEND_2=
		[BADELINE right normal]
		Nice job back there.
		We might just get a promotion!

		[MADELINE left surprised]
		REALLY?!

		[MADELINE left normal]
		{+ST_BAD}Ms\. Manager{+END_BAD} giving a raise potential over here.

		[MADELINE left determined]
		You're gonna be a great manager.

		[BADELINE right angry]
		We aren't on break continue working
		
	# Celestial Resort -> Cliffside
	CH7_ASCEND_3=
		[MADELINE left distracted]
		I hope {+MRghost} is okay.

		[BADELINE right angry]
		Why? Hes a {+oshiro}.

		[MADELINE left sad]
		Yeah, but not all rip offs are bad
		
		[MADELINE left upset]
		Though he was getting on my nerves...

		[BADELINE right worried]
		But, what if he isn't a ripoff
		What if he is...
		Like me?
		[BADELINE right sad]
		A mask protecting something bad

		[MADELINE left sad]
		Hey, you saw how we applied it
		[MADELINE left normal]
		And we got accepted
		[MADELINE left determined]
		What ever is hiding behind his 'mask' we need to free it

		[BADELINE right worried]
		Well it might be true...
		But what if he is just a bad ripoff?

		[MADELINE left distracted]
		{+MRghost} isn't a bad ripoff...
		[MADELINE left normal]
		He's like {+theo}!
		
		[BADELINE right yell]
		He transformed into a {*}monster!{/*}
		He tried to {*}hurt{/*} you!

		[BADELINE right worriedAlt]
		And now you still think he is pure behind the mask?

		[MADELINE left upset]
		You attacked me too...

		[MADELINE left sad]
		But I did forgive you, people just go through crises every now and then

		[MADELINE left distracted]
		...but I still hope he's a mask.

		[BADELINE right worried]
		...

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

		[BADELINE right worried]
		We need to remember to help him after we reach the peak.

		[MADELINE left surprised]
		Peak? as in the game peak??????
		
		[BADELINE right sad]
		Stop that it hurts
			
	# Cliffside -> Temple
	CH7_ASCEND_4=
		[MADELINE left surprised]
		That was a close one.

		[BADELINE right worried]
		Yeah, I wasn't sure if we'd make it.

		[MADELINE left distracted]
		Hey I have a question.

		[MADELINE left sad]
		Why did you hide from me?
		We had financial problems for years

		[BADELINE right worried]
		I...
		[BADELINE right worriedAlt]
		I thought...
		That we are gonna fail
		And get fired...
		
		[MADELINE left sadder]
		Maybe you were right...
		I don't think we are working good enough

		[BADELINE right angry]
		{*}No.{/*}
		I was wrong.
		We can climb this {+MOUNTAIN},{n}AND get that paycheck!

		[BADELINE right normal]
		I've got your back...

		[BADELINE right worried]
		...and...

		[BADELINE right worriedAlt]
		...I believe in you.

		[MADELINE left sad]
		That means a lot to me.
		
	# Temple -> Summit
	CH7_ASCEND_5=
		[MADELINE left determined]
		This is it, the home stretch.

		[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 wrong?

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

		[BADELINE right worriedAlt]
		...I'm sorry. 
		I was holding you back.

		[BADELINE right worried]
		I need to learn to trust you.

		[MADELINE left distracted]
		It's not your fault.
		I tried to leave you behind.
		And honestly, I've been trying to{n}leave you behind my entire life.

		[MADELINE left sad]
		{~}I'm{/~} sorry.
		I wish I tried to understand you sooner.
		I was too proud, or stubborn, or {*}something.{/*}

		[BADELINE right worriedAlt]
		We wasted so much time and energy.

		[BADELINE right worried]
		...

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

		[MADELINE left sad]
		Yeah...

		[MADELINE left normal]
		I'm glad the {+MOUNTAIN} brought you out.
		I think we can move past this.
		If we can climb to that Peak together,{n}we can do anything.
		
		[BADELINE right FreakA]
		Peak?
		[BADELINE right FreakB]
		As in,
		[BADELINE right FreakC]
		THE GAME PEAK??

		[MADELINE left surprised]
		Did I just heard it from YOU?!.

		[BADELINE right scoff]
		Hard to believe, am I right?

		[MADELINE left normal]
		Of course.
		
		[MADELINE left determined]
		We are gonna be unstoppable
		We are gonna be...

		[MADELINE left together]
		{+RipoffBuster}{#FFFFFF}!
		
		[BADELINE right freakA]
		{#FFFFFF}Lets do it!

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

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

		{trigger 1 Madeline sits down}

		[BADELINE left normal]
		Wel isn't there supposed to be a box of flares?

		[BADELINE left worriedAlt]
		To... call the rescue helipad
		Like in Peak...?

		[MADELINE right distracted flip]
		Hey its all right to do that joke.
		[MADELINE right normal flip]
		Even cringe jokes are Ok!

		[MADELINE right sad flip]
		I just, cant belive we got this far

		[BADELINE left worried]
		Yeah.

		[BADELINE left upset]
		I know that we need to go home eventually.
		But we need to clock out the shift...

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

		[MADELINE left sad]
		You'll still work though.
		Just you need a day to rest before you do again.

		[BADELINE left upset]
		Yeah, I know.
		But I'm gonna have to depend on you commiting to the job

		[BADELINE left worried]
		...even if you proven yourself

		[BADELINE left worriedAlt]
		I just... can't risk to go back to unemployement.
		Before the {+MOUNTAIN}.

		[MADELINE right sad flip]
		Don't worry, I can't go back to that either.
		I really want us to work from now on.

		[BADELINE left upset]
		I believe you.

		[BADELINE left worriedAlt]
		...but I'm still nervous.

		{trigger 0 Wait a bit}
		
		[BADELINE left upset]
		So... now what?

		[MADELINE right distracted flip]
		...
		
		[BADELINE left freakA]
		Lets spam photos on {+theo}'s Phone{n}{+thought}I might have stole{+end_thought}!!!

		[MADELINE right together flip]
		LETS FREAKING GO!!!!!!

	CH7_BSIDE_ASCEND=
		[BADELINE left freakA]
		That was amazing!

		[MADELINE right surprised]
		I can't believe we did that!

		[BADELINE left freakA]
		Nothing can stop us!

		[MADELINE right upset]
		You're scaring me right now.

	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?
		Im gonna fucking die by the time you reach chapter 8

# *** Epilogue ***

	EP_CABIN=
		[GRANNY right normal]
		Welcome back.

		[THEO right excited]
		{+MADELINE}!
		Did you make it to the peak?
		
		{trigger 0 Badeline emerges}

		[MADELINE left normal]
		Yeah, we did.
		It was incredible.

		[GRANNY right normal]
		Beautiful, isn't it?

		[BADELINE left upset]
		I didn't think it would be worth it...

		[BADELINE left normal]
		But it totally was.

		[THEO right thinking]
		I should've given you my phone so{n}you could take {~}The Ultimate Selfie.{/~}

		[THEO right worried]
		Wait, Where is it???
		
		[badeline left scoff]
		We stole it
		Here

		[THEO right gun]
		Why in HELL are there freaking 10000000000000000000000000000{n}00000000000000000000000000000000000000000000000000000000000
		00000000000000000000000000000000000000000000000{n}0000000000000000000000000000000000000000000000000000000000
		00000000000000000000000000000000000000000000000{n}0000000000000000000000000000000000000000000000000000000000		
		and 1 photos??!?!?!?!?!
		
		{trigger 1 Fade out, hear knock on door, fade in and Oshiro enters}

		[OSHIRO left normal]
		Good evening, everyone.

		[BADELINE right angry]
		Go to therapy

		[OSHIRO left normal]
		Aight bet

		[OSHIRO left sidehappy]
		{+thought}RSVP-by-a-goth, positively magical!{+endthought}

		[MADELINE right normal]
		It's good to see you.

		{trigger 2 Oshiro settles in}

		[GRANNY left normal]
		Y'know, this is the first time I've seen{n}you outside that hotel of yours, {+MrOSHIRO}.
		I'm glad you made it.
		{+MADELINE} here is baking us a pie with all{n}of the strawberries she's been collecting.

		[OSHIRO left normal]
		Oh, that's wonderful, {+MS_MADELINE}.

		[THEO right normal]
		I haven't had {# F94A4A}strawberry pie{#} since I was a kid.

		[THEO right excited]
		This is gonna be amazing!

		[BADELINE right scoff]
		Don't get your hopes up, she's not much of a baker.

		{trigger 3 Maddy Turns}

		[MADELINE left normal]
		I work at Mc.Ronalds now of course im a baker.

		[BADELINE right worried]
		True.

		{trigger 3 Maddy Turns}

		[MADELINE right sad]
		I can't promise it'll live up to the hype, {+THEO}.

		[MADELINE right normal]
		But I tried my best.

	EP_PIE_START=
		[MADELINE right normal]
		So?
		How's it taste?

	EP_PIE_DISAPPOINTED=
		[THEO left gun]
		Don't ever bake again

		[OSHIRO left worried]
		Is this some kind of joke, {+MS_MADELINE}?

		[Badeline left upset]
		We are gonna be fired...

	EP_PIE_GROSSED_OUT=
		[THEO left gun]
		Don't ever bake again

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

		[BADELINE left angry]
		we need to quit the job fr fr

		[MADELINE right sad]
		You don't have to do that.

		[BADELINE left worried]
		Yeah... it was an empty threat.

	EP_PIE_OKAY=
		[OSHIRO left normal]
		The important thing is that you{n}tried your best, {+MS_MADELINE}.

		[BADELINE left angry]
		Who invited this guy?

		[THEO left thinking]
		Come on, it's really good.

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

		[THEO left gun]
		I want a refund
	EP_PIE_REALLY_GOOD=
		[GRANNY left normal]
		I'm impressed!
		This gives my baking a run for its money.

		[BADELINE left normal]
		Not bad.

		[THEO left excited]
		Holy crap!

		[THEO left normal]
		This is so tasty.

		[OSHIRO left normal]
		{+MS_MADELINE}, are you available to{n}cater our re-opening banquet?
		
		[THEO left gun]
		Can I take a slice home for {+ALEX}?
		She'll die when she tastes this.
		
	EP_PIE_AMAZING=
		[THEO left wtf]
		{+MADELINE}.

		[THEO left gun]
		MAKE ME MORE

		[MADELINE right sad]
		Come on. Be honest.

		[GRANNY left normal]
		He's right, dear.
		This is delicious.

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

		[OSHIRO left worried]
		{~}A symphony for the taste buds!{/~}

		[BADELINE left scoff]
		Can I take partial credit for this?

		[MADELINE right normal]
		Wow, thanks everyone.
		I worked really hard for it.
		
# *** 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 and explore deeper...

		{trigger 0 start laughing}

		[GRANNY right laugh]
		Doesn't get any deeper 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]
		I don't know... I expected her to show up by now.

		[MADELINE left distracted]
		Maybe I've changed, and{n}she's not {+PART_OF_ME} anymore.

		[GRANNY right normal]
		Or maybe you've 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 normal]
		I like that theory better.

		[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.
		We got to spend some quality time together.

		[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 upset]
		But now you're telling me it can {~}"think",{/~} too?

		[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.

	APP_ENDING=
		...this is it?
		This is what's at the center of all of this?
		It's so empty... and vast...
		Yet it feels nostalgic somehow.
		And peaceful.

	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]
		It sounded like you were saying goodbye{n}in the last letter you sent me.

		{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 fell apart.

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

		[BADELINE left angry]
		{~}Sorry{/~} won't bring her back.

		[MADELINE left sadder]
		You're right.

		[MADELINE left sad]
		It was selfish of me to come here.

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

		[MADELINE left sad]
		We have to follow that bird.
		It's {+PART_OF_GRANNY}, just like you're {+PART_OF_ME}.
    
		[BADELINE right worried]
		I thought it was just her pet or something...

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

		[MADELINE left sad]
		That bird was always looking out for me{n}on the {+MOUNTAIN}, just like {+GRANNY} did.

		[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... we're really high up.

		{trigger 0 Badeline turns}

		[BADELINE left worriedAlt flip]
		The mountain looks like a molehill from here.

		{trigger 0 Badeline turns}

		[BADELINE left worried]
		We should really turn back.

		[MADELINE right upset]
		We don't have time to argue about this.

		[BADELINE left concerned]
		How are you even breathing up here?

		[MADELINE right sad]
		{+GRANNY} wants us to follow her.

		[MADELINE right distracted]
		We can't let her down again.

		[BADELINE left angryAlt]
		{~}...it's a bird,{/~} {+MADELINE}.

		[BADELINE left angry]
		{+GRANNY} is gone.

		[MADELINE right angry]
		You {*}really{/*} think that's just a regular bird?

		[MADELINE right sad]
		It's {+PART_OF_HER}, and it's still here somehow.

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

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

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

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

		{trigger 1 Badeline Vanishes}

		[MADELINE left determined]
		Don't worry, {+GRANNY}.
		I won't lose you.

	CH9_FAKE_HEART=
		[MADELINE left distracted]
		Wait, no...

		[MADELINE left sad]
		This can't be the end.

	CH9_KEEP_GOING=
		[MADELINE left sadder]
		{+GRANNY} is still out there somewhere.

		{trigger 0 Step Forward}

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

	CH9_MISS_THE_BIRD=
		[MADELINE left angry]
		{~}Hey!{/~}
		Don't you want me to help you?

		[MADELINE left sadder]
		...don't you want to see me again, {+GRANNY}?

		{trigger 0 stand up, face left }

		[MADELINE left sad flip]
		I don't understand.

		[MADELINE left distracted flip]
		Are you testing me?
		Are you just afraid to ask for help?

		[MADELINE left sadder flip]
		Maybe {+PART_OF_ME} was right.{n}Maybe it {~}is{/~} just a bird.
		...

		{trigger 1 take a step left}

		[MADELINE left sad flip]
		Unless...

		{trigger 2 take a step right}

		[MADELINE left surprised]
		The bird doesn't want me to save {+GRANNY}.
		
		{trigger 3 black hole flickers }

		[MADELINE left sadder]
		It's trying to stop me, just like {+PART_OF_ME}.
		I'm alone up here.

		{trigger 4 black hole flickers more, tiles to crack into the sci-fi one}

		[MADELINE left angry]
		Well, we don't need their help, right {+GRANNY}?

		[MADELINE left together]
		Don't worry, I won't give up on you!
		I'll catch that stupid bird and set you free.

	CH9_HELPING_HAND=
		[MADELINE left upset]
		I didn't ask for your help.
		
		[BADELINE right angryAlt]
		I know, but come on {+MADELINE}...
		Think this through.

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

		[MADELINE left determined flip]
		All that matters is finding {+GRANNY}.
		Then maybe I can bring her home...

		[MADELINE left sadder flip]
		Even if the whole universe is against me.
		
		[BADELINE right worriedAlt]
		...

		[BADELINE right worried]
		Aren't you worried about getting lost up here?

		[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.

		[BADELINE right concerned]
		You're dreaming.

		[MADELINE left sadder flip]
		...

		[BADELINE right concerned]
		...she's gone.

		[BADELINE right upset]
		It's time to wake up now.
		
		[MADELINE left sadder flip]
		But if we wake up, we'll never see {+GRANNY} again...

		{trigger 1 Madeline faces towards badeline}
		
		[MADELINE left angry]
		I can't believe you want her to disappear forever!
		You're always so {*}selfish{/*}.    

		[BADELINE right angry]
		...
		
		[BADELINE right angryAlt]
		First of all, it's a {~}bird{/~}.
		We don't {~}know{/~} that it's her.
		
		[BADELINE right yell]
		And {*}second{/*} of all...
		...

		[BADELINE right sigh]
		...we need to take a step back here.
		
		{trigger 2 Madeline steps towards badeline}

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

		[MADELINE left sad]
		With or without you. 
		I'm done letting you hold me back.

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

		[MADELINE left angry]
		Now where's {+GRANNY}!?

		{trigger 0 bird looks hurt}

		[MADELINE left angry]
		...

		[MADELINE left surprised]
		Oh no. 
		Are you okay?

		{trigger 1 bird squaks}
		
		[MADELINE left sad]
		I'm sorry, I didn't mean to hurt you.
		
		{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]
		At least tell me...
		You're {+PART_OF_GRANNY}, right?
		If you have to go, then...

		[MADELINE left sad]
		Take me with you.
		
		{trigger 4 badeline appears}
    
		[BADELINE right yell]
		{+MADELINE}, stop!

		[BADELINE right concerned]
		You can't go with her.
		
		[MADELINE left angry]
		Shut up!
		You couldn't force me to give up on the {+MOUNTAIN}.
		And you can't force me to give up on {+GRANNY}.

		[MADELINE left sadder]
		{*}Go away.{/*}
		
		[BADELINE right concerned]
		...

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

		[BADELINE right concerned]
		I'm asking you.

		{trigger 5 Wait a beat}

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

		[MADELINE left sad]
		Then 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.
		I just want us to survive this.

		{trigger 6 Madeline sits}
		
		[MADELINE left sadder flip]
		...
		I know she's gone.
		And this is just a dream.
		Catching this bird won't bring her back.
		
		{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}

		[MADELINE right sad]
		I want to set things right first.
    
		[BADELINE left upset]
		What do you mean?
		
		[MADELINE right sad]
		The bird, it's trapped here because of me.
		
		{trigger 9 shift camera over to the bird}
		
		[MADELINE right sad flip]
		We need to help it escape before we leave.
		{+GRANNY} wouldn't want it to be stuck like this.
		
		[BADELINE left concerned]
		You're right. 

		[BADELINE left normal]
		Let's do it.

		[BADELINE left upset]
		But as soon as we’re done,{n}we need to wake up.

		[BADELINE left worried]
		This place is so {*}weird{/*}.{n}I want to go home.

	CH9_LAST_ROOM=
		[BADELINE right normal]
		This is it! We're almost out of here.

		[MADELINE left determined]
		Let's do this, for {+GRANNY}.

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

		[MADELINE left sad]
		We're so close, but it feels impossible...

		[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]
		...
		But you aren't real...

		[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'm sorry that I didn't come to your funeral.

		[MADELINE left sadder]
		I couldn't do it... I just shut down.
		
		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		Heh, that sounds familiar.
		
		[MADELINE left upset]
		...

		{silent_trigger 1 stop laughing}
		
		[GRANNY right normal]
		Hey, what do I care who showed up to that thing?

		{silent_trigger 0 laugh}

		[GRANNY right laugh]
		I'm dead!

		{silent_trigger 1 stop laughing}

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

		[MADELINE left normal]
		Thank you for looking out for me on the {+MOUNTAIN}.

		[MADELINE left distracted]
		You helped me so much, and...

		[MADELINE left sadder]
		I really miss you.

		{trigger 3 granny fades away}
		
		[MADELINE left sadder]
		What am I supposed to do now?
		Just keep going, like nothing happened?

		{silent_trigger 4 fade to white}

		[MADELINE left panic]
		Like you aren't... gone forever?

	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'm finally starting to come to terms with it.

		[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=	Empty Space
	
# 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=		A practical solution for catching birds in space

	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_YOU} 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 It's Done
	WAVEDASH_PAGE4_LIST=
		-Jump{n}
		-Dash diagonally down to 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 starting {~}too low{/~} to the ground.
	WAVEDASH_PAGE5_INFO2=			{#ff0000}If you don't get much distance{#}{n}you're starting {~}too far{/~} from the ground.

	WAVEDASH_PAGE6_TITLE=			Happy Wavedashing!