Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -43,7 +43,7 @@ setBlock(1, 0, 0, myBlock);
43 43
```
44 44
But what if we want to store multiple blocks in our variable?
45 45
46
## Arrays
46
## [๐Ÿ–‡](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)Arrays
47 47
```js
48 48
// Create an empty array
49 49
let myBlocks = [];
Fancade Wiki