Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -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)
Fancade Wiki