Updated Introduction to Editor Scripting.md (markdown)
commited
commit
ccf7e9f8d3fcb6ebe1470cdaeaa0c6b0189cebe7
... | ... | @@ -4,7 +4,8 @@ Editor Scripting is an experimental feature that can be used to build levels by |
4 | 4 | |
5 | 5 | Let's create a new level and enter the `EditorScript` command. You will be greeted by a simple code editor with some examples in place. The code might seem unfamiliar at first, because it is written in [JavaScript](https://developer.mozilla.org/en-US/docs/Learn/JavaScript). But don't be scared, because we will learn the basics in this tutorial! |
6 | 6 | |
7 | (*note: press ๐ to see further details from mdn web docs) |
|
7 | (*note: you can press ๐ to see further details about the topic from linked mdn web docs) |
|
8 | ||
8 | 9 | |
9 | 10 | ## [๐](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function)Functions |
10 | 11 |