diff --git a/text_horror/app.js b/text_horror/app.js index a3e2b35..ff6e55e 100644 --- a/text_horror/app.js +++ b/text_horror/app.js @@ -7,6 +7,7 @@ var answers; var keys; //BUG: You cant put anything other than a string at the beginning of a dialogue array +//TODO: Save last Object in a temp variable before setting the new dialogue from the answerbox to make a way back funtion possible function load() { fetch("text_horror/dialogue.json")