Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w0_d3_MeetingRust.rpy Animations #118

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,42 +106,77 @@ label w0_d3_MeetingRust:
r "{i}Stands up{i} \"Let me solve that for you, then!\""
r "\"I was just leaving anyway!\""
mc "\"Cya.\""
hide rust_angry with dissolve
"{i}Rust leaves{/i}"


"Be nice":
$ r_rep = reputation(r_rep, 1)
mc "\"Listen, Rust...\""
mc "\"I’m sorry about our encounter the other day.\""
mc "\"I was fresh off the drive here and was way too mean to you for no reason.\""
mc "\"It was wrong of me and I’m sorry.\""
hide rust_angry
show rust_base_2 at right
r "{i}Sighs{/i} \"That makes sense, I get it.\""
r "\"No hard feelings.\""
r "\"[mc], right? So what is your major?\""
hide rust_base_2
show rust_base_1 at right
mc "\"Yes, and I’m in computer science.\""
mc "\"You're in computer engineering, right?\""
hide rust_base_1
show rust_base_2 at right
r "\"Yes I am!\""
r "\"So we’re supposed to be signing up for classes today, what are you trying to get into?\""
hide rust_base_2
show rust_base_1 at right
mc "\"I’m hoping to take Programming 1 this semester, are you doing the same?\""
hide rust_base_1
show rust_base_2 at right
r "\"Yes, I have some programming experience from highschool, but I am excited to start learning more here.\""
r "\"We could totally work on projects and study together!\""
hide rust_base_2
show rust_base_1 at right
mc "\"Absolutely! That would be really cool!\""
mc "\"We’ll probably be spending a lot of time together then.\""
hide rust_base_1
show rust_base_2 at right
r "\"Yes, I’m excited to become better friends with you.\""
r "\"Well anyway, I have to get going.\""
r "\"Gotta do a few more things before I leave for orientation.\""
r "\"It was nice seeing you again, hope to see you around soon!\""
hide rust_base_2 with dissolve
"{i}Rust leaves.{/i}"

else:
show rust_base_1 at right with dissolve
mc "\"Hey, Rust!\""
hide rust_base_1
show rust_base_2 at right
r "\"Oh hey! What’s up [mc]?\""
hide rust_base_2
show rust_base_1 at right
mc "\"Same as you, I guess. Eating breakfast before I go to orientation and select my schedule for the semester!\""
hide rust_base_1
show rust_base_2 at right
r "\"I’m a little nervous. I really hope I get in Programming 1 before they run out of spots.\""
hide rust_base_2
show rust_base_1 at right
mc "\"I’m sure we’ll both get it just fine.\""
hide rust_base_1
show rust_base_2 at right
r "\"That’s reassuring to hear.\""
r "\"Hey, listen. Not to run out on you or anything, but I have to get going.\""
r "\"I still have a few more things to do back in my room before orientation.\""
hide rust_base_2
show rust_base_1 at right
mc "\"No worries! You don’t wanna be late like I was yesterday!\""
hide rust_base_1
show rust_base_2 at right
r "\"You were late to day one?!\""
hide rust_base_2
show rust_base_1 at right
mc "\"Yeah, it all worked out though.\""
menu w0_d3_RustBaddiesOrFriends:
mc "\"In fact-\""
Expand All @@ -151,35 +186,63 @@ label w0_d3_MeetingRust:
mc "\"When I eventually made it to my breakout room, there was only one place to sit.\""
mc "\"Luckily, the open table had 3 girls at it\""
mc "\"And they were BADDDD!\""
hide rust_base_1
show rust_base_2 at right
r "\"Oh...\""
r "\"That's kinda cool, I guess...\""
hide rust_base_2
show rust_base_1 at right
mc "\"Oh yeah man, and they wanted me SO bad!\""
mc "\"You should’ve seen it.\""
hide rust_base_1
show rust_base_2 at right
r "\"Hey, I don’t think you should be talking about women like-\""
hide rust_base_2
show rust_base_1 at right
mc "\"And THEN, we went on a tour around the school…\""
mc "\"The whole time they were just begging for my attention!\""
mc "\"They were all over me!\""
mc "\"They were literally down subterranean...\""
hide rust_base_1
show rust_base_2 at right
r "\"Uh, yeah, I bet...\""
r "\"Anyway I have to run, I'll see you later.\""
hide rust_base_2
show rust_base_1 at right
mc "\"Bye!\""
"{i}Rust leaves.{/i}"

"\"I made three friends.\"":
$ r_rep = reputation(r_rep, -1)
mc "\"When I eventually made it to my breakout room, there was only one place to sit.\""
mc "\"Luckily, that table had 3 girls at it who were really nice.\""
hide rust_base_1
show rust_base_2 at right
r "\"Oh, cool!\""
r "\"What were they like?\""
hide rust_base_2
show rust_base_1 at right
mc "\"Their names are Python, JavaScript, and C++.\""
mc "\"They are all computer science majors, so we should have Programming 1 with them this semester.\""
hide rust_base_1
show rust_base_2 at right
r "\"Nice, we’ll need all the help we can get!\""
hide rust_base_2
show rust_base_1 at right
mc "\"Haha, definitely.\""
mc "\"And they all had interesting reasons for being in computer science.\""
hide rust_base_1
show rust_base_2 at right
r "\"Cool, they sound pretty interesting.\""
hide rust_base_2
show rust_base_1 at right
mc "\"Totally, we should definitely hang out with them some time.\""
hide rust_base_1
show rust_base_2 at right
r "\"Absolutely!\""
r "\"Anyway, I have to run…\""
r "\"I’ll see you later!\""
hide rust_base_2
show rust_base_1 at right
mc "\"Bye!\""
"{i}Rust leaves.{/i}"