Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should not be here

Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
label w0_d2_LunchFlirt:
menu w0_d2_LunchFlirtC:
"Flirt with Python":
$ p_rep = reputation(p_rep, -2)
mc "\"Especially you Python.\""
mc "{i}Winks{/i}"
hide python_pocket
show python_pocket_happy at left
p "\"Wow, way to ruin an apology.\""
p "\"I expected nothing less.\""
hide python_pocket_happy
show python_pocket at left
hide cpp_normal
show cpp_talk at right
c "\"Typical man...\""
hide cpp_talk
show cpp_normal at right
"Flirt with C++":
$ c_rep = reputation(c_rep, -2)
mc "\"Especially you C++.\""
mc "{i}Winks{/i}"
hide cpp_normal
show cpp_talk at right
c "\"Wow, way to ruin an apology.\""
c "\"I expected nothing less.\""
hide cpp_talk
show cpp_normal at right
hide js_normal
show js_talk
js "\"What a simp...\""
hide js_talk
show js_normal

"Flirt with JavaScript":
$ js_rep = reputation(js_rep, -2)
mc "\"Especially you JavaScript.\""
mc "{i}Winks{/i}"
hide js_normal
show js_talk
js "\"Wow, way to ruin an apology.\""
js "\"I expected nothing less.\""
hide js_talk
show js_normal
hide cpp_normal
show cpp_talk at right
c "\"Men...\""
hide cpp_talk
show cpp_normal at right

"Everyone":
$ p_rep = reputation(p_rep, -6)
$ js_rep = reputation(js_rep, -6)
$ c_rep = reputation(c_rep, -6)
mc "\"Maybe I could get to know all of you really well back at my hotel tonight...\""
hide cpp_normal
show cpp_talk at right
c "\"What the actual fuck is wrong with you.\""
c "\"That is so disgusting.\""
hide cpp_talk
show cpp_normal at right
hide python_pocket
show python_angry_talk at left
p "\"I can’t believe you, you are despicable.\""
hide python_angry_talk
show python_angry at left
hide js_normal
show js_talk
js "\"I think I might actually throw up...\""
hide js_talk
show js_normal

mc "\"Hmm, I thought that would go differently.\""
mc "\"Can’t blame me, shooters gotta shoot...\""

jump w0_d2_AfterLunch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should also not be here

Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
label w0_d2_LunchFlirt:
menu w0_d2_LunchFlirtC:
"Flirt with Python":
$ p_rep = reputation(p_rep, -2)
mc "\"Especially you Python.\""
mc "{i}Winks{/i}"
hide python_pocket
show python_pocket_happy at left
p "\"Wow, way to ruin an apology.\""
p "\"I expected nothing less.\""
hide python_pocket_happy
show python_pocket at left
hide cpp_normal
show cpp_talk at right
c "\"Typical man...\""
hide cpp_talk
show cpp_normal at right
"Flirt with C++":
$ c_rep = reputation(c_rep, -2)
mc "\"Especially you C++.\""
mc "{i}Winks{/i}"
hide cpp_normal
show cpp_talk at right
c "\"Wow, way to ruin an apology.\""
c "\"I expected nothing less.\""
hide cpp_talk
show cpp_normal at right
hide js_normal
show js_talk
js "\"What a simp...\""
hide js_talk
show js_normal

"Flirt with JavaScript":
$ js_rep = reputation(js_rep, -2)
mc "\"Especially you JavaScript.\""
mc "{i}Winks{/i}"
hide js_normal
show js_talk
js "\"Wow, way to ruin an apology.\""
js "\"I expected nothing less.\""
hide js_talk
show js_normal
hide cpp_normal
show cpp_talk at right
c "\"Men...\""
hide cpp_talk
show cpp_normal at right

"Everyone":
$ p_rep = reputation(p_rep, -6)
$ js_rep = reputation(js_rep, -6)
$ c_rep = reputation(c_rep, -6)
mc "\"Maybe I could get to know all of you really well back at my hotel tonight...\""
hide cpp_normal
show cpp_angry_talk at right
c "\"What the actual fuck is wrong with you.\""
c "\"That is so disgusting.\""
hide cpp_angry_talk
show cpp_angry at right
hide python_pocket
show python_angry_talk at left
p "\"I can’t believe you, you are despicable.\""
hide python_angry_talk
show python_angry at left
hide js_normal
show js_talk
js "\"I think I might actually throw up...\""
hide js_talk
show js_angry

mc "\"Hmm, I thought that would go differently.\""
mc "\"Can’t blame me, shooters gotta shoot...\""

jump w0_d2_AfterLunch
19 changes: 19 additions & 0 deletions BytesOfLove/game/scripts/orientation/w0_d2.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -347,34 +347,53 @@ label w0_d2_AfterLunch:
#display on screen
#what will the following python code print? ...

show cpp_talk at left
c "\"Okay guys this one is really easy.\""
c "\"We have to get this one right, it's obviously-\""
hide cpp_talk at left
show cpp_normal at left
hide js_smirk
show js_talk
js "\"Hey, don't be rude C++.\""
js "\"Not all of us have programming experience and so it might not be as obvious.\""
hide js_talk
show js_normal
show cpp_angry_talk at left
c "\"Whatever, take your time figuring it out.\""
c "\"I am writing down our answer now because I want to win.\""
hide cpp_angry_talk at left
show cpp_angry at left
show python_pocket_happy at right
p "\"What are you guys thinking?\""
p "\"I can tell that num1 is an integer, but num2 is a string by the single quotations surrounding it.\""
p "\"That definitely means something.\""
hide python_pocket_happy
show python_pocket at right

menu w0_d2_q1:
"Disagree with Python":
#tech score goes down
hide cpp_angry at left
show cpp_normal at left
mc "\"No, I don't think so.\""
mc "\"They are both numbers and the asterisk has to mean multiply.\""
mc "\"Surely the answer is just 15.\""

show js_talk
js "\"Yeah, I don't know if your guess is as good as mine.\""
js "\"I trust you to get it right, but what Python said makes sense.\""
js "\"What do you think we should go with, [mc]?\""


"Agree with Python":
#tech score +
hide cpp_angry at left
show cpp_normal at left
mc "\"Yeah I definitely agree.\""
mc "\"I am not sure what it will change, though.\""
mc "\"What do you think JavaScript?\""

show js_talk
js "\"Yeah, I am not sure either.\""
js "\"I think we should leave this one up to you, [mc].\""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ label w0_d2_LunchFlirt:
$ c_rep = reputation(c_rep, -6)
mc "\"Maybe I could get to know all of you really well back at my hotel tonight...\""
hide cpp_normal
show cpp_talk at right
show cpp_angry_talk at right
c "\"What the actual fuck is wrong with you.\""
c "\"That is so disgusting.\""
hide cpp_talk
show cpp_normal at right
hide cpp_angry_talk
show cpp_angry at right
hide python_pocket
show python_angry_talk at left
p "\"I can’t believe you, you are despicable.\""
Expand All @@ -67,7 +67,7 @@ label w0_d2_LunchFlirt:
show js_talk
js "\"I think I might actually throw up...\""
hide js_talk
show js_normal
show js_angry

mc "\"Hmm, I thought that would go differently.\""
mc "\"Can’t blame me, shooters gotta shoot...\""
Expand Down