diff --git a/InteractiveStoryPythonConversionProject/InteractiveStoryPythonConversionProject.py b/InteractiveStoryPythonConversionProject/InteractiveStoryPythonConversionProject.py index 6ba59b9..17d6d69 100644 --- a/InteractiveStoryPythonConversionProject/InteractiveStoryPythonConversionProject.py +++ b/InteractiveStoryPythonConversionProject/InteractiveStoryPythonConversionProject.py @@ -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 = [] diff --git a/alternative 3.py b/alternative 3.py index 0a7066c..4c13f1a 100644 --- a/alternative 3.py +++ b/alternative 3.py @@ -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. \ No newline at end of file