From a00419df3931067dc67604498dfa561c33a64bc4 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Wed, 3 Jun 2020 10:27:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c22a75..c1add7f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ https://www.codecademy.com/courses/introduction-to-javascript ### History You have access to (but can't modify) the `history` object which is a list of the previous actions of the player and of the AI. +### Quests +You can modify the quests property to change the quests of the adventure mid game. + ### Input Modifier Called each time the player gives an input and has the opportunity to modify that input. @@ -27,7 +30,6 @@ You can modify worldEntries with the below functions * removeWorldEntry(index) * updateWorldEntry(index, keys, entry) - ### State The `state` variable can be used to store information that's persistent across function calls. * The `state.memory.context` value will be added to the games memory if exists