Updated Introduction to Editor Scripting.md (markdown)
commited
commit
6852b48b1e13d7bb34d6c0ea26d734297dbb821c
... | ... | @@ -4,6 +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) |
|
8 | ||
7 | 9 | ## [๐](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function)Functions |
8 | 10 | |
9 | 11 | So let's look at our first example. |