Skip to content
Permalink
Browse files
merging to add dictionary
  • Loading branch information
Emily Lycett committed Oct 2, 2020
1 parent 0955ed8 commit 07be679e6e277df9f77b51eaa0ae7b2513fef461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
#Module formatting into story dictionary, 0:text where 0 is the index number of the module and text is the text of the module. \n=linebreak
story={0:"You are reading a magazine. The phone rings.\n (1)Continue reading the magazine and ignore the call \n (2)Inspect the room \n (3)You pick up the phone", 1:"[{You pick up the phone section}]", 2:"hi", 3:"OOOP", 4: "AAAAAA"}
story={0:"You are reading a magazine. The phone rings.\n (1)Continue reading the magazine and ignore the call \n (2)Inspect the room \n (3)You pick up the phone", 1:"You continue Archaeologist's Digest and read about how there's been a new discovery in Giza. How interesting. You can't read much further because the phone is still ringing. Loudly.", 2:"hi", 3:"OOOP", 4: "AAAAAA"}
y = 0
moduleProgressList = []

@@ -259,5 +259,5 @@ while end == False:
getAnswer4(question, text)

if history[1] == "A" and len(history) == 2:
print("yu answer the phone...")
print("You answer the phone...")
history = [] # example for testing purposes. resets the story.

0 comments on commit 07be679

Please sign in to comment.