Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -4,7 +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)
7
(*note: you can press ๐Ÿ–‡ to see further details about the topic from linked mdn web docs)
8
8 9
9 10
## [๐Ÿ–‡](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function)Functions
10 11
Fancade Wiki