Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -5,7 +5,7 @@ Editor Scripting is a feature that can be accessed in command line by entering `
5 5
# Getting Started
6 6
Editor script uses JS (JavaScript), also not to be confused with Java which is a object oriented programming, JS is a lightweight programming language, this should mean that it's pretty easy to learn.
7 7
8
Anyways, were here to learn about the basic concepts of JS and compare it to fancade scripting for better understanding. Lets start with variables.
8
Anyways, were here to learn about the basic concepts of JS and compare it to fancade scripting for better understanding. Lets start with variables!
9 9
10 10
### Variables
11 11
Unlike most programming languages JS uses a versatile variable declaration this means you can set a variable to any type value casually. JS uses 3 variable declaration key:
Fancade Wiki