Updated Introduction to Editor Scripting.md (markdown)
commited
commit
8e981e8b277971f3acd4262d33ad915c35f3c31b
... | ... | @@ -3,7 +3,7 @@ Editor Scripting is an experimental feature that can be used to build levels by |
3 | 3 | ## Getting Started |
4 | 4 | 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! |
5 | 5 | |
6 | ## [๐](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function)Functions |
|
6 | ## [๐](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function)Functions |
|
7 | 7 | So let's look at our first example. |
8 | 8 | ```js |
9 | 9 | // Set block at position (x, y, z) |