Skip to content

Commit d955541

Browse files
authored
Merge pull request ufosc#151 from TYPSwift/main
Script transfer w0_d3 Director of Computing
2 parents ea3f285 + 15b9c1b commit d955541

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

BytesOfLove/game/script.rpy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ define j = Character("Java", color="#964000")
2323
define js = Character("???", color="#FFD700")
2424
define u = Character("???", color="#5c5f5d")
2525
define a = Character("Advisor", color="#f4f880")
26+
define dc = Character("Director of Computing College", color="#10436b")
2627

2728
#CHANGE PERL COLOR
2829
define pe = Character("Perl", color="5c5f5d")
@@ -253,7 +254,7 @@ label start:
253254

254255
"Your name is [mc]."
255256

256-
#jump w1_d1_LunchApology
257+
#jump w0_d3
257258

258259
jump w0_d1
259260

BytesOfLove/game/scripts/orientation/w0_d3.rpy

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,51 @@ label w0_d3:
1414

1515
# jump w0_d3_MeetingRust
1616

17+
scene full_lecture_hall with longer_fade
1718

19+
dc"\"Welcome to day 2 of orientation!\""
20+
dc"\"Yesterday we introduced you to the campus, and you got to meet some of your peers.\""
21+
dc"\"Today, you will all be picking your classes!\""
22+
dc"\"The choices you make today, will set the tone for the rest of your college career…\""
23+
dc"\"So choose wisely!\""
24+
25+
mc"Oh man, this is a lot of pressure…"
26+
mc"I really hope I don’t mess anything up."
27+
mc"And I hope I’m able to get classes with all of the people I just met!"
28+
29+
dc"\"Hello again, students!\""
30+
dc"\"If you are NOT in the College of Computing,\""
31+
dc"\"You are in the WRONG room!\""
32+
dc"\"From here, you will all go to your break out rooms from yesterday.\""
33+
dc"\"Then, your breakout room leaders will give you further instructions.\""
34+
35+
scene empty_lecture_hall with shorter_fade
36+
37+
mc"Well, at least I know where I’m going this time…"
38+
mc"And, I’m not late!"
39+
mc"This day is already off to a better start, let’s hope I can get the classes I want."
40+
41+
scene breakout_room with fade
42+
43+
bsl"\"Okay, as we found out yesterday, most of us here are computer science majors.\""
44+
bsl"\"So, before we go to the administration building, I will give you some tips on picking classes.\""
45+
46+
c"\"Ugh, I wish we could just pick classes already.\""
47+
c"\"I don’t want to sit through this lady talking about stuff I already know.\""
48+
49+
mc"\"You already know what classes you want to take?\""
50+
mc"\"I didn’t realize we were supposed to do research and stuff…\""
51+
52+
p"\"I didn’t do any research either…\""
53+
p"\"I kinda figured they would just tell us what to pick.\""
54+
55+
c"\"Jeez, you guys are hopeless.\""
56+
57+
bsl"\"Okay, since most of you are freshmen in computer science, here are the classes you want to take.\""
58+
59+
mc"I wonder if I really need to pay attention…"
60+
mc"Surely, I can just copy whatever C++ does?"
61+
mc"It seems like she always has it figured out…"
1862

1963
scene office with longer_fade
2064
show advisor at right with dissolve

0 commit comments

Comments
 (0)