From ead78486b3ea79ba861ce2e06efee5b1c60a157a Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Mon, 1 Jun 2020 17:30:46 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c76db0..e5679ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Scripting +Custom scripts on AI Dungeon scenarios allow you to modify the memory, input, and output as well as keep track of custom state objects that might be relevant for your adventure. You can write custom scripts in Javascript by going to the "Scripts" section while on web on the edit scenario page. For security reasons some Javascript functionality is locked down however. Submit a request if there is functionality you would like opened up and we can look into it. + ### Input Modifier Called each time the player gives an input and has the opportunity to modify that input.