Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

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