Login

Fancade Wiki

Revert commit 16ab5dc

... ...
@@ -1,4 +1,4 @@
1
When you updated to Fancade 1.6.4 you may have found a new script block cnamed [[Menu Item]] and a in-game currency named [[Coins]]. This page is a guide on how to use those.
1
Fancade 1.6 adds a new script block called [[Menu Item]] and [[Coins]]. This page serves as a guide on how to use them.
2 2
3 3
Currently the only way to access the shop is by losing or winning.
4 4
... ...
@@ -18,16 +18,16 @@ To use the menu items, first take a block out of the inventory, and after placin
18 18
19 19
[[/uploads/Captura_de_pantalla_2021-06-02_142338.png]]
20 20
21
The Picture input is the object that will appear when looking at upgrade or shop references.
21
The Picture input is the object that will appear when looking at the according places in the Shop.
22 22
23 23
The Variable input uses a variable to save the current state of the upgrade.
24
You will need to use a saved variable (!Var) for this or it'll be completely useless!
24
You will need to use a saved variable (!Var) for this or it'll be completely useless.
25 25
26 26
There's also other options when you select the block:
27 27
28 28
[[/uploads/Captura_2.png]]
29 29
30
Name: sets the item name.
30
Name: how the item will be named in the shop.
31 31
32 32
[[/uploads/Captura_3.png]]
33 33
Fancade Wiki