From 0aceec146e89c39282389dcc6fbbbb4740808917 Mon Sep 17 00:00:00 2001 From: Devon7925 Date: Wed, 9 Sep 2020 18:12:57 -0600 Subject: [PATCH] Remove quests section Quests are no longer accessible via scripting --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ea92f88..07b23b7 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,6 @@ You can set `state.memory.authorsNote` to provide a piece of text that will alwa As an example, if you set `state.memory.authorsNote` to `the following paragraphs are scary.`, the AI will see `[Author's note: the following paragraphs are scary.]` three lines back, causing it to be more likely to generate scary text. Another example could be `a dragon will show up soon` or `the player will soon receive a quest`. -### 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.