-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d563d03
commit 63e8c18
Showing
1 changed file
with
162 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,162 +1,162 @@ | ||
label w0_d3: | ||
scene w0_d1_hotel with longer_fade | ||
"{i}You wake up{/i}" | ||
mc"\"Uh oh, don’t tell me I slept through my alarm again!\"" | ||
"{i}You alarm goes off{/i}" | ||
mc"\"...Looks like I woke up right before it.\"" | ||
mc"\"Much better than yesterday, let me start getting ready...\"" | ||
"{i}You brush your teeth, take a shower, and get dressed.{/i}" | ||
mc"\"All set! And I actually have enough time to eat breakfast this time!\"" | ||
scene w0_d3_buffet with shorter_fade | ||
mc"\"Oh wow! Everything looks so good!\"" | ||
"{i}While holding your food you notice that there is only one seat available, and it’s next to a boy who looks about your age.{/i}" | ||
mc"\"Well, I guess I’m eating with him.\"" | ||
|
||
# jump w0_d3_MeetingRust | ||
|
||
|
||
|
||
scene w0_d3_Advisor with longer_fade | ||
show advisor at right with dissolve | ||
a"\"Hey there, sugar!\"" | ||
a"\"Hmmm...\"" | ||
a"\"Says 'ere your [mc]\"" | ||
a"\"Is that right?\"" | ||
|
||
mc"\"Yes ma’am, that’s me!\"" | ||
|
||
a"\"Alrighty, the ‘ol machine says you’re a computer science major.\"" | ||
a"\"I reckon you'll definitely need a programming class.\"" | ||
a"\"Let me pull up a list of some options...\"" | ||
a"\"Which of these catches your eye?\"" | ||
|
||
menu choosingFirstClass: | ||
"Introduction to Programming I": | ||
mc"\"Well, I guess I've got to start somewhere. I’ll take Introduction to Programming 1.\"" | ||
a"\"Well no duh. Let’s be honest kid, you ain't gonna make it in any of these other classes.\"" | ||
a"\"So let's just move on along, take a gander at these next set of classes.\"" | ||
|
||
"Introduction to Programming II": | ||
mc"\"I’m smart enough, I can probably test out of Introduction to Programming 1.\"" | ||
mc"\"Let me give Introduction to Programming 2 a try.\"" | ||
a"\"*Sighs* Oh sugar, bless your heart...\"" | ||
a"\"You’d be as lost as a fish in a cornfield.\"" | ||
jump choosingFirstClass | ||
|
||
" Data Structures and Algorithms": | ||
mc"\"This class sounds important, I’ll take Data Structures and Algorithms.\"" | ||
a"\"You got that right on the button, sugar!\"" | ||
a"\"That is one of the most important classes!\"" | ||
a"\"But you gotta take Introduction to Programming 1 and 2 first.\"" | ||
a"\"You’d be as lost as a fish in a cornfield.\"" | ||
jump choosingFirstClass | ||
|
||
"Data Sorcery: Unveiling Secrets with Big Data Alchemy and Dark Analytics": | ||
mc"\"Woah, the Data Sorcery class sounds so cool!\"" | ||
mc"\"I definitely want to take that.\"" | ||
a"\"Well all right, sugar!\"" | ||
a"\"I can work with that, let’s see if it’s available.\"" | ||
mc"\"Awesome, I am so excited!\"" | ||
mc"\"I can’t believe my first programming class is called Data Sorcery!\"" | ||
mc"\"College is so cool!\"" | ||
a"\"Oh my heavens...\"" | ||
a"\"This usually doesn’t happen this early, but the class is all full!\"" | ||
a"\"That’s crazy!\"" | ||
mc"\"Aw man!\"" | ||
mc"\"I was really looking forward to that...\"" | ||
a"\"Well it’s alright sweetheart, don’t get your panties in a twist.\"" | ||
jump choosingFirstClass | ||
|
||
a"\"We reckon freshmen best take 4 classes in total.\"" | ||
a"\"How does that sit with you, sugar?\"" | ||
mc"\"Uh, that sounds good to me.\"" | ||
mc"\"I know I also want to take Calculus 1, is that available?\"" | ||
a"\"Well, let’s have a look...\"" | ||
a"\"Alright, Calculus 1 is available!\"" | ||
mc"\"Oh, great!\"" | ||
mc"\"So I just need two more classes...\"" | ||
mc"\"What do you recommend?\"" | ||
a"\"Well you ain't the first computer science kid I’ve had walk through those doors.\"" | ||
a"\"Most of ‘em, I tell to take Professional Communication for Engineers.\"" | ||
mc"\"Okay, I’ve heard of that.\"" | ||
mc"\"Let’s do Professional Communication for Engineers.\"" | ||
a"\"Alrighty, got it.\"" | ||
a"\"The last class is all up to you, sweetheart\"" | ||
a"\"Based on your current schedule here are some options,\"" | ||
a"\"Pick whichever one tickles your fancy...\"" | ||
|
||
menu choosingLastClass: | ||
"WOMEN IN FRENCH LITERATURE AND CINEMA": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take Women in French Literature And/Or Cinema.\"" | ||
|
||
"GEOLOGY": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take Geology.\"" | ||
|
||
"FIRST YEAR BYTEBOROUGH": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take First Year ByteBorough.\"" | ||
|
||
"PHILOSOPHY": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take Philosophy.\"" | ||
|
||
a"\"Well that settles it!\"" | ||
a"\"Your classes for your first semester of college are now set!\"" | ||
mc"\"Awesome!\"" | ||
mc"\"So these will definitely be my classes?\"" | ||
a"\"That depends, are biscuits supposed to be buttered?\"" | ||
mc"\"Uhm, I think so?\"" | ||
a"\"Well of course they are!\"" | ||
a"\"I’ll just have to approve your classes and then it’ll be all set.\"" | ||
mc"\"Okay, thank you so much!\"" | ||
|
||
hide advisor with dissolve | ||
|
||
scene w0_d3_parkingLot with longer_fade | ||
|
||
mc"\"Wow, what a good day!\"" | ||
mc"\"I made it to orientation on time and picked some good classes.\"" | ||
mc"\"I am so excited to start college!\"" | ||
mc"\"Oh, look. There’s Python\"" | ||
|
||
menu w0d3_talktopython: | ||
"TALK TO PYTHON": | ||
mc"\"Hey, Python!\"" | ||
|
||
show python_pocket at center with dissolve | ||
|
||
|
||
p"\"Oh, hey [mc]!\"" | ||
p"\"How are you doing, did you get the classes you wanted?\"" | ||
mc"\"Yeah, I did!\"" | ||
mc"\"I obviously am taking Introduction to Programming 1,\"" | ||
mc"\"And then I’m also taking Calculus 1.\"" | ||
|
||
hide python_pocket | ||
show python_pocket_happy at center | ||
|
||
p"\"Oh, cool.\"" | ||
p"\"I am taking those too.\"" | ||
mc"\"What time is your Calculus 1 class?\"" | ||
mc"\"Maybe we’ll have it together...\"" | ||
p"\"Hmm, let me check...\"" | ||
p"\"Okay, it looks like mine is at 10:40 in Carlington Amphitheater.\"" | ||
p"\"What about you?\"" | ||
mc"\"No way, mine is too!\"" | ||
mc"\"That’s good, at least I’ll know somebody.\"" | ||
p "{i}Smiles warmly{i}" | ||
p"\"Yeah I’m excited.\"" | ||
p"\"Anyway I gotta run, I’ll see you in Fall!\"" | ||
mc"\"Sure thing, bye!\"" | ||
hide python_pocket_happy with fade | ||
|
||
"GO HOME": | ||
mc"\"I can always see her another time, I don’t need to talk to her today.\"" | ||
mc"\"Plus, I’m pretty tired, I just want to go back to the hotel.\"" | ||
|
||
|
||
scene black with longer_fade | ||
|
||
label w0_d3: | ||
scene w0_d1_hotel with longer_fade | ||
"{i}You wake up{/i}" | ||
mc"Uh oh, don’t tell me I slept through my alarm again!" | ||
"{i}You alarm goes off{/i}" | ||
mc"...Looks like I woke up right before it." | ||
mc"Much better than yesterday, let me start getting ready..." | ||
"{i}You brush your teeth, take a shower, and get dressed.{/i}" | ||
mc"All set! And I actually have enough time to eat breakfast this time!" | ||
scene w0_d3_buffet with shorter_fade | ||
mc"Oh wow! Everything looks so good!" | ||
"{i}While holding your food you notice that there is only one seat available, and it’s next to a boy who looks about your age.{/i}" | ||
mc"Well, I guess I’m eating with him." | ||
|
||
# jump w0_d3_MeetingRust | ||
|
||
|
||
|
||
scene w0_d3_Advisor with longer_fade | ||
show advisor at right with dissolve | ||
a"\"Hey there, sugar!\"" | ||
a"\"Hmmm...\"" | ||
a"\"Says 'ere your [mc]\"" | ||
a"\"Is that right?\"" | ||
|
||
mc"\"Yes ma’am, that’s me!\"" | ||
|
||
a"\"Alrighty, the ‘ol machine says you’re a computer science major.\"" | ||
a"\"I reckon you'll definitely need a programming class.\"" | ||
a"\"Let me pull up a list of some options...\"" | ||
a"\"Which of these catches your eye?\"" | ||
|
||
menu choosingFirstClass: | ||
"Introduction to Programming I": | ||
mc"\"Well, I guess I've got to start somewhere. I’ll take Introduction to Programming 1.\"" | ||
a"\"Well no duh. Let’s be honest kid, you ain't gonna make it in any of these other classes.\"" | ||
a"\"So let's just move on along, take a gander at these next set of classes.\"" | ||
|
||
"Introduction to Programming II": | ||
mc"\"I’m smart enough, I can probably test out of Introduction to Programming 1.\"" | ||
mc"\"Let me give Introduction to Programming 2 a try.\"" | ||
a"\"*Sighs* Oh sugar, bless your heart...\"" | ||
a"\"You’d be as lost as a fish in a cornfield.\"" | ||
jump choosingFirstClass | ||
|
||
" Data Structures and Algorithms": | ||
mc"\"This class sounds important, I’ll take Data Structures and Algorithms.\"" | ||
a"\"You got that right on the button, sugar!\"" | ||
a"\"That is one of the most important classes!\"" | ||
a"\"But you gotta take Introduction to Programming 1 and 2 first.\"" | ||
a"\"You’d be as lost as a fish in a cornfield.\"" | ||
jump choosingFirstClass | ||
|
||
"Data Sorcery: Unveiling Secrets with Big Data Alchemy and Dark Analytics": | ||
mc"\"Woah, the Data Sorcery class sounds so cool!\"" | ||
mc"\"I definitely want to take that.\"" | ||
a"\"Well all right, sugar!\"" | ||
a"\"I can work with that, let’s see if it’s available.\"" | ||
mc"\"Awesome, I am so excited!\"" | ||
mc"\"I can’t believe my first programming class is called Data Sorcery!\"" | ||
mc"\"College is so cool!\"" | ||
a"\"Oh my heavens...\"" | ||
a"\"This usually doesn’t happen this early, but the class is all full!\"" | ||
a"\"That’s crazy!\"" | ||
mc"\"Aw man!\"" | ||
mc"\"I was really looking forward to that...\"" | ||
a"\"Well it’s alright sweetheart, don’t get your panties in a twist.\"" | ||
jump choosingFirstClass | ||
|
||
a"\"We reckon freshmen best take 4 classes in total.\"" | ||
a"\"How does that sit with you, sugar?\"" | ||
mc"\"Uh, that sounds good to me.\"" | ||
mc"\"I know I also want to take Calculus 1, is that available?\"" | ||
a"\"Well, let’s have a look...\"" | ||
a"\"Alright, Calculus 1 is available!\"" | ||
mc"\"Oh, great!\"" | ||
mc"\"So I just need two more classes...\"" | ||
mc"\"What do you recommend?\"" | ||
a"\"Well you ain't the first computer science kid I’ve had walk through those doors.\"" | ||
a"\"Most of ‘em, I tell to take Professional Communication for Engineers.\"" | ||
mc"\"Okay, I’ve heard of that.\"" | ||
mc"\"Let’s do Professional Communication for Engineers.\"" | ||
a"\"Alrighty, got it.\"" | ||
a"\"The last class is all up to you, sweetheart\"" | ||
a"\"Based on your current schedule here are some options,\"" | ||
a"\"Pick whichever one tickles your fancy...\"" | ||
|
||
menu choosingLastClass: | ||
"Women in French Literature and Cinema": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take Women in French Literature And/Or Cinema.\"" | ||
|
||
"Geology": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take Geology.\"" | ||
|
||
"First year Byteborough": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take First Year ByteBorough.\"" | ||
|
||
"Philosophy": | ||
mc"\"Well this seems pretty interesting.\"" | ||
mc"\"I think I’ll take Philosophy.\"" | ||
|
||
a"\"Well that settles it!\"" | ||
a"\"Your classes for your first semester of college are now set!\"" | ||
mc"\"Awesome!\"" | ||
mc"\"So these will definitely be my classes?\"" | ||
a"\"That depends, are biscuits supposed to be buttered?\"" | ||
mc"\"Uhm, I think so?\"" | ||
a"\"Well of course they are!\"" | ||
a"\"I’ll just have to approve your classes and then it’ll be all set.\"" | ||
mc"\"Okay, thank you so much!\"" | ||
|
||
hide advisor with dissolve | ||
|
||
scene w0_d3_parkingLot with longer_fade | ||
|
||
mc"\"Wow, what a good day!\"" | ||
mc"\"I made it to orientation on time and picked some good classes.\"" | ||
mc"\"I am so excited to start college!\"" | ||
mc"\"Oh, look. There’s Python\"" | ||
|
||
menu w0d3_talktopython: | ||
"Talk to Python": | ||
mc"\"Hey, Python!\"" | ||
|
||
show python_pocket at center with dissolve | ||
|
||
|
||
p"\"Oh, hey [mc]!\"" | ||
p"\"How are you doing, did you get the classes you wanted?\"" | ||
mc"\"Yeah, I did!\"" | ||
mc"\"I obviously am taking Introduction to Programming 1,\"" | ||
mc"\"And then I’m also taking Calculus 1.\"" | ||
|
||
hide python_pocket | ||
show python_pocket_happy at center | ||
|
||
p"\"Oh, cool.\"" | ||
p"\"I am taking those too.\"" | ||
mc"\"What time is your Calculus 1 class?\"" | ||
mc"\"Maybe we’ll have it together...\"" | ||
p"\"Hmm, let me check...\"" | ||
p"\"Okay, it looks like mine is at 10:40 in Carlington Amphitheater.\"" | ||
p"\"What about you?\"" | ||
mc"\"No way, mine is too!\"" | ||
mc"\"That’s good, at least I’ll know somebody.\"" | ||
p "{i}Smiles warmly{i}" | ||
p"\"Yeah I’m excited.\"" | ||
p"\"Anyway I gotta run, I’ll see you in Fall!\"" | ||
mc"\"Sure thing, bye!\"" | ||
|
||
hide python_pocket_happy with fade | ||
|
||
"Go Home": | ||
mc"\"I can always see her another time, I don’t need to talk to her today.\"" | ||
mc"\"Plus, I’m pretty tired, I just want to go back to the hotel.\"" | ||
|
||
|
||
scene black with longer_fade | ||
|