Updated Introduction to Editor Scripting.md (markdown)
commited
commit
6c2df5842b0e37b29e623e0457fd8687c9e6b742
... | ... | @@ -1,7 +1,7 @@ |
1 | 1 | Editor Scripting is an experimental feature that can be used to build levels by programmatically placing blocks. The editor is currently available in the beta version of [[ Fancade Web ]] by entering the `EditorScript` command in the [command line](/wiki/fancade-web#command-line). |
2 | 2 | |
3 | 3 | ## Getting Started |
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. But don't be scared, because we will learn the basics in this tutorial! |
|
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 | 6 | ## Functions |
7 | 7 | So let's look at our first example. |