Login

Fancade Wiki

Grammar and minor improvements

... ...
@@ -1,11 +1,11 @@
1
The Menu Item block is a script block which is added in Fancade 1.6 beta. When executed at least once it activates the shop system adding a shop to the game which is only accessible when you lose or win the game. The main use of this script is to add items to the shop that **should** be only done once per item. To learn how to use it, see [here](https://www.fancade.com/wiki/How%20to%20use%20the%20shop%20system.md).
1
The Menu Item block is a script block which was added on Fancade 1.6 beta. When it is executed at least once it activates the shop system adding a shop to the game which is only accessible when you win or lose the game. The main use of this script is to add items to a shop that **should** be only done once per item. To learn how to use it, see [here](https://www.fancade.com/wiki/How%20to%20use%20the%20shop%20system.md).
2 2
3 3
[[/uploads/Screenshot_20210605-101540.png]]
4 4
5 5
## Notes
6 6
Though this new script made a great new mechanic for Fancade it has some limitations:
7 7
* The base price are currently only fixed to 10, 100, 1k & 10k.
8
* Each menu item script **must** only be executed once per game, if it's left continuosly executing the shop will be filled with repeating set of items until it has too many items in it that will cause the `Too many menu items!` error.
8
* Each menu item script **must** only be executed once per game, if it's left continuosly executing the shop will be filled with repeating set of items until it has too many items in it, which will cause the `Too many menu items!` error to appear.
9 9
10 10
## More info
11
Items can be either one type of upgrades or boosters just by playing with the buy limit settings and Variable input of the menu item script. You can choose between an on/off, Max 2-100 or unlimited buy limit.
... ...
\ No newline at end of file
0
Items can be either one type of upgrades or boosters just by playing with the buy limit settings and Variable input of the menu item script. You can choose between ON/OFF, Max 2-100 or no limit.
... ...
\ No newline at end of file
Fancade Wiki