Skip to content

Commit 63e8c18

Browse files
Gabriel-MunozJMalegni
authored andcommitted
Add files via upload
1 parent d563d03 commit 63e8c18

File tree

1 file changed

+162
-162
lines changed
  • BytesOfLove/game/scripts/orientation

1 file changed

+162
-162
lines changed
Lines changed: 162 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -1,162 +1,162 @@
1-
label w0_d3:
2-
scene w0_d1_hotel with longer_fade
3-
"{i}You wake up{/i}"
4-
mc"\"Uh oh, don’t tell me I slept through my alarm again!\""
5-
"{i}You alarm goes off{/i}"
6-
mc"\"...Looks like I woke up right before it.\""
7-
mc"\"Much better than yesterday, let me start getting ready...\""
8-
"{i}You brush your teeth, take a shower, and get dressed.{/i}"
9-
mc"\"All set! And I actually have enough time to eat breakfast this time!\""
10-
scene w0_d3_buffet with shorter_fade
11-
mc"\"Oh wow! Everything looks so good!\""
12-
"{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}"
13-
mc"\"Well, I guess I’m eating with him.\""
14-
15-
# jump w0_d3_MeetingRust
16-
17-
18-
19-
scene w0_d3_Advisor with longer_fade
20-
show advisor at right with dissolve
21-
a"\"Hey there, sugar!\""
22-
a"\"Hmmm...\""
23-
a"\"Says 'ere your [mc]\""
24-
a"\"Is that right?\""
25-
26-
mc"\"Yes ma’am, that’s me!\""
27-
28-
a"\"Alrighty, the ‘ol machine says you’re a computer science major.\""
29-
a"\"I reckon you'll definitely need a programming class.\""
30-
a"\"Let me pull up a list of some options...\""
31-
a"\"Which of these catches your eye?\""
32-
33-
menu choosingFirstClass:
34-
"Introduction to Programming I":
35-
mc"\"Well, I guess I've got to start somewhere. I’ll take Introduction to Programming 1.\""
36-
a"\"Well no duh. Let’s be honest kid, you ain't gonna make it in any of these other classes.\""
37-
a"\"So let's just move on along, take a gander at these next set of classes.\""
38-
39-
"Introduction to Programming II":
40-
mc"\"I’m smart enough, I can probably test out of Introduction to Programming 1.\""
41-
mc"\"Let me give Introduction to Programming 2 a try.\""
42-
a"\"*Sighs* Oh sugar, bless your heart...\""
43-
a"\"You’d be as lost as a fish in a cornfield.\""
44-
jump choosingFirstClass
45-
46-
" Data Structures and Algorithms":
47-
mc"\"This class sounds important, I’ll take Data Structures and Algorithms.\""
48-
a"\"You got that right on the button, sugar!\""
49-
a"\"That is one of the most important classes!\""
50-
a"\"But you gotta take Introduction to Programming 1 and 2 first.\""
51-
a"\"You’d be as lost as a fish in a cornfield.\""
52-
jump choosingFirstClass
53-
54-
"Data Sorcery: Unveiling Secrets with Big Data Alchemy and Dark Analytics":
55-
mc"\"Woah, the Data Sorcery class sounds so cool!\""
56-
mc"\"I definitely want to take that.\""
57-
a"\"Well all right, sugar!\""
58-
a"\"I can work with that, let’s see if it’s available.\""
59-
mc"\"Awesome, I am so excited!\""
60-
mc"\"I can’t believe my first programming class is called Data Sorcery!\""
61-
mc"\"College is so cool!\""
62-
a"\"Oh my heavens...\""
63-
a"\"This usually doesn’t happen this early, but the class is all full!\""
64-
a"\"That’s crazy!\""
65-
mc"\"Aw man!\""
66-
mc"\"I was really looking forward to that...\""
67-
a"\"Well it’s alright sweetheart, don’t get your panties in a twist.\""
68-
jump choosingFirstClass
69-
70-
a"\"We reckon freshmen best take 4 classes in total.\""
71-
a"\"How does that sit with you, sugar?\""
72-
mc"\"Uh, that sounds good to me.\""
73-
mc"\"I know I also want to take Calculus 1, is that available?\""
74-
a"\"Well, let’s have a look...\""
75-
a"\"Alright, Calculus 1 is available!\""
76-
mc"\"Oh, great!\""
77-
mc"\"So I just need two more classes...\""
78-
mc"\"What do you recommend?\""
79-
a"\"Well you ain't the first computer science kid I’ve had walk through those doors.\""
80-
a"\"Most of ‘em, I tell to take Professional Communication for Engineers.\""
81-
mc"\"Okay, I’ve heard of that.\""
82-
mc"\"Let’s do Professional Communication for Engineers.\""
83-
a"\"Alrighty, got it.\""
84-
a"\"The last class is all up to you, sweetheart\""
85-
a"\"Based on your current schedule here are some options,\""
86-
a"\"Pick whichever one tickles your fancy...\""
87-
88-
menu choosingLastClass:
89-
"WOMEN IN FRENCH LITERATURE AND CINEMA":
90-
mc"\"Well this seems pretty interesting.\""
91-
mc"\"I think I’ll take Women in French Literature And/Or Cinema.\""
92-
93-
"GEOLOGY":
94-
mc"\"Well this seems pretty interesting.\""
95-
mc"\"I think I’ll take Geology.\""
96-
97-
"FIRST YEAR BYTEBOROUGH":
98-
mc"\"Well this seems pretty interesting.\""
99-
mc"\"I think I’ll take First Year ByteBorough.\""
100-
101-
"PHILOSOPHY":
102-
mc"\"Well this seems pretty interesting.\""
103-
mc"\"I think I’ll take Philosophy.\""
104-
105-
a"\"Well that settles it!\""
106-
a"\"Your classes for your first semester of college are now set!\""
107-
mc"\"Awesome!\""
108-
mc"\"So these will definitely be my classes?\""
109-
a"\"That depends, are biscuits supposed to be buttered?\""
110-
mc"\"Uhm, I think so?\""
111-
a"\"Well of course they are!\""
112-
a"\"I’ll just have to approve your classes and then it’ll be all set.\""
113-
mc"\"Okay, thank you so much!\""
114-
115-
hide advisor with dissolve
116-
117-
scene w0_d3_parkingLot with longer_fade
118-
119-
mc"\"Wow, what a good day!\""
120-
mc"\"I made it to orientation on time and picked some good classes.\""
121-
mc"\"I am so excited to start college!\""
122-
mc"\"Oh, look. There’s Python\""
123-
124-
menu w0d3_talktopython:
125-
"TALK TO PYTHON":
126-
mc"\"Hey, Python!\""
127-
128-
show python_pocket at center with dissolve
129-
130-
131-
p"\"Oh, hey [mc]!\""
132-
p"\"How are you doing, did you get the classes you wanted?\""
133-
mc"\"Yeah, I did!\""
134-
mc"\"I obviously am taking Introduction to Programming 1,\""
135-
mc"\"And then I’m also taking Calculus 1.\""
136-
137-
hide python_pocket
138-
show python_pocket_happy at center
139-
140-
p"\"Oh, cool.\""
141-
p"\"I am taking those too.\""
142-
mc"\"What time is your Calculus 1 class?\""
143-
mc"\"Maybe we’ll have it together...\""
144-
p"\"Hmm, let me check...\""
145-
p"\"Okay, it looks like mine is at 10:40 in Carlington Amphitheater.\""
146-
p"\"What about you?\""
147-
mc"\"No way, mine is too!\""
148-
mc"\"That’s good, at least I’ll know somebody.\""
149-
p "{i}Smiles warmly{i}"
150-
p"\"Yeah I’m excited.\""
151-
p"\"Anyway I gotta run, I’ll see you in Fall!\""
152-
mc"\"Sure thing, bye!\""
153-
154-
hide python_pocket_happy with fade
155-
156-
"GO HOME":
157-
mc"\"I can always see her another time, I don’t need to talk to her today.\""
158-
mc"\"Plus, I’m pretty tired, I just want to go back to the hotel.\""
159-
160-
161-
scene black with longer_fade
162-
1+
label w0_d3:
2+
scene w0_d1_hotel with longer_fade
3+
"{i}You wake up{/i}"
4+
mc"Uh oh, don’t tell me I slept through my alarm again!"
5+
"{i}You alarm goes off{/i}"
6+
mc"...Looks like I woke up right before it."
7+
mc"Much better than yesterday, let me start getting ready..."
8+
"{i}You brush your teeth, take a shower, and get dressed.{/i}"
9+
mc"All set! And I actually have enough time to eat breakfast this time!"
10+
scene w0_d3_buffet with shorter_fade
11+
mc"Oh wow! Everything looks so good!"
12+
"{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}"
13+
mc"Well, I guess I’m eating with him."
14+
15+
# jump w0_d3_MeetingRust
16+
17+
18+
19+
scene w0_d3_Advisor with longer_fade
20+
show advisor at right with dissolve
21+
a"\"Hey there, sugar!\""
22+
a"\"Hmmm...\""
23+
a"\"Says 'ere your [mc]\""
24+
a"\"Is that right?\""
25+
26+
mc"\"Yes ma’am, that’s me!\""
27+
28+
a"\"Alrighty, the ‘ol machine says you’re a computer science major.\""
29+
a"\"I reckon you'll definitely need a programming class.\""
30+
a"\"Let me pull up a list of some options...\""
31+
a"\"Which of these catches your eye?\""
32+
33+
menu choosingFirstClass:
34+
"Introduction to Programming I":
35+
mc"\"Well, I guess I've got to start somewhere. I’ll take Introduction to Programming 1.\""
36+
a"\"Well no duh. Let’s be honest kid, you ain't gonna make it in any of these other classes.\""
37+
a"\"So let's just move on along, take a gander at these next set of classes.\""
38+
39+
"Introduction to Programming II":
40+
mc"\"I’m smart enough, I can probably test out of Introduction to Programming 1.\""
41+
mc"\"Let me give Introduction to Programming 2 a try.\""
42+
a"\"*Sighs* Oh sugar, bless your heart...\""
43+
a"\"You’d be as lost as a fish in a cornfield.\""
44+
jump choosingFirstClass
45+
46+
" Data Structures and Algorithms":
47+
mc"\"This class sounds important, I’ll take Data Structures and Algorithms.\""
48+
a"\"You got that right on the button, sugar!\""
49+
a"\"That is one of the most important classes!\""
50+
a"\"But you gotta take Introduction to Programming 1 and 2 first.\""
51+
a"\"You’d be as lost as a fish in a cornfield.\""
52+
jump choosingFirstClass
53+
54+
"Data Sorcery: Unveiling Secrets with Big Data Alchemy and Dark Analytics":
55+
mc"\"Woah, the Data Sorcery class sounds so cool!\""
56+
mc"\"I definitely want to take that.\""
57+
a"\"Well all right, sugar!\""
58+
a"\"I can work with that, let’s see if it’s available.\""
59+
mc"\"Awesome, I am so excited!\""
60+
mc"\"I can’t believe my first programming class is called Data Sorcery!\""
61+
mc"\"College is so cool!\""
62+
a"\"Oh my heavens...\""
63+
a"\"This usually doesn’t happen this early, but the class is all full!\""
64+
a"\"That’s crazy!\""
65+
mc"\"Aw man!\""
66+
mc"\"I was really looking forward to that...\""
67+
a"\"Well it’s alright sweetheart, don’t get your panties in a twist.\""
68+
jump choosingFirstClass
69+
70+
a"\"We reckon freshmen best take 4 classes in total.\""
71+
a"\"How does that sit with you, sugar?\""
72+
mc"\"Uh, that sounds good to me.\""
73+
mc"\"I know I also want to take Calculus 1, is that available?\""
74+
a"\"Well, let’s have a look...\""
75+
a"\"Alright, Calculus 1 is available!\""
76+
mc"\"Oh, great!\""
77+
mc"\"So I just need two more classes...\""
78+
mc"\"What do you recommend?\""
79+
a"\"Well you ain't the first computer science kid I’ve had walk through those doors.\""
80+
a"\"Most of ‘em, I tell to take Professional Communication for Engineers.\""
81+
mc"\"Okay, I’ve heard of that.\""
82+
mc"\"Let’s do Professional Communication for Engineers.\""
83+
a"\"Alrighty, got it.\""
84+
a"\"The last class is all up to you, sweetheart\""
85+
a"\"Based on your current schedule here are some options,\""
86+
a"\"Pick whichever one tickles your fancy...\""
87+
88+
menu choosingLastClass:
89+
"Women in French Literature and Cinema":
90+
mc"\"Well this seems pretty interesting.\""
91+
mc"\"I think I’ll take Women in French Literature And/Or Cinema.\""
92+
93+
"Geology":
94+
mc"\"Well this seems pretty interesting.\""
95+
mc"\"I think I’ll take Geology.\""
96+
97+
"First year Byteborough":
98+
mc"\"Well this seems pretty interesting.\""
99+
mc"\"I think I’ll take First Year ByteBorough.\""
100+
101+
"Philosophy":
102+
mc"\"Well this seems pretty interesting.\""
103+
mc"\"I think I’ll take Philosophy.\""
104+
105+
a"\"Well that settles it!\""
106+
a"\"Your classes for your first semester of college are now set!\""
107+
mc"\"Awesome!\""
108+
mc"\"So these will definitely be my classes?\""
109+
a"\"That depends, are biscuits supposed to be buttered?\""
110+
mc"\"Uhm, I think so?\""
111+
a"\"Well of course they are!\""
112+
a"\"I’ll just have to approve your classes and then it’ll be all set.\""
113+
mc"\"Okay, thank you so much!\""
114+
115+
hide advisor with dissolve
116+
117+
scene w0_d3_parkingLot with longer_fade
118+
119+
mc"\"Wow, what a good day!\""
120+
mc"\"I made it to orientation on time and picked some good classes.\""
121+
mc"\"I am so excited to start college!\""
122+
mc"\"Oh, look. There’s Python\""
123+
124+
menu w0d3_talktopython:
125+
"Talk to Python":
126+
mc"\"Hey, Python!\""
127+
128+
show python_pocket at center with dissolve
129+
130+
131+
p"\"Oh, hey [mc]!\""
132+
p"\"How are you doing, did you get the classes you wanted?\""
133+
mc"\"Yeah, I did!\""
134+
mc"\"I obviously am taking Introduction to Programming 1,\""
135+
mc"\"And then I’m also taking Calculus 1.\""
136+
137+
hide python_pocket
138+
show python_pocket_happy at center
139+
140+
p"\"Oh, cool.\""
141+
p"\"I am taking those too.\""
142+
mc"\"What time is your Calculus 1 class?\""
143+
mc"\"Maybe we’ll have it together...\""
144+
p"\"Hmm, let me check...\""
145+
p"\"Okay, it looks like mine is at 10:40 in Carlington Amphitheater.\""
146+
p"\"What about you?\""
147+
mc"\"No way, mine is too!\""
148+
mc"\"That’s good, at least I’ll know somebody.\""
149+
p "{i}Smiles warmly{i}"
150+
p"\"Yeah I’m excited.\""
151+
p"\"Anyway I gotta run, I’ll see you in Fall!\""
152+
mc"\"Sure thing, bye!\""
153+
154+
hide python_pocket_happy with fade
155+
156+
"Go Home":
157+
mc"\"I can always see her another time, I don’t need to talk to her today.\""
158+
mc"\"Plus, I’m pretty tired, I just want to go back to the hotel.\""
159+
160+
161+
scene black with longer_fade
162+

0 commit comments

Comments
 (0)