From 935ec5acf10ff023d4e013366e53595e00c80325 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Mon, 1 Jun 2020 20:44:47 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ddf92ac..aaf1e54 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Custom scripts on AI Dungeon scenarios allow you to modify the memory, input, an ## Examples You can check out some examples for how to use scripting [here](examples) +## Don't Know How to Code? +Then now's a great time to learn! A good resource to learn javascript from scratch is this free course. + +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.