Typo
commited
commit
7d759dfc4f71b2a051dcffa4fc706fa6aa2a602f
... | ... | @@ -5,7 +5,7 @@ The Menu Item block is a script block which was added on Fancade 1.6. When it is |
5 | 5 | ## Notes |
6 | 6 | Though this new script made a great new mechanic for Fancade it has some limitations: |
7 | 7 | * The base prices 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, which will cause the `Too many menu items!` error to appear. |
|
8 | * Each menu item script **must** only be executed once per game, if it's left continuously 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 | 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 ON/OFF, Max 2-100 or no limit. |