Skip to content
Permalink
Browse files
spag
  • Loading branch information
masudm6 committed Oct 1, 2020
1 parent 147286a commit 530d1859284e19fdf411de78ba696583ee07cce5
Showing 1 changed file with 2 additions and 2 deletions.
@@ -133,8 +133,8 @@ def getAnswer4(question, text): # function to handle 4 responses from the user
# Main block
start()

question = "You are reading a magazine. The phone rings."

question = "You are reading a magazine. The phone rings."
text = {"A": "Continue reading the magazine",
"B": "Inspect the room",
"C": "You pick up the phone"
@@ -158,7 +158,7 @@ elif history[1] == "B":
getAnswer3(question, text)
print(history)
if history[2] == "C":
pass # some sort of way to get back to the phone? do we store the data somewhere else? gg python i am confused
print("You go back to your magazine and realise MASUD HASN'T IMPLEMENTED THAT YET") # some sort of way to get back to the phone? do we store the data somewhere else? gg python i am confused
elif history[1] == "C":
question = "Ethan Stewart speaking, an interesting and rather weird door has been dug up.\nNo amount of force has worked on the door and I thought I'd contact you as the leading expert in hieroglyphs.\nI want you to fly over to Giza immediately and inspect the door."
text = {"A": "…",

0 comments on commit 530d185

Please sign in to comment.