Jump to content

Shop: Difference between revisions

→‎Limits: Improve wording
(Adaptation of old wiki article with the same name.)
 
(→‎Limits: Improve wording)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Version History#fancade-1-6-6|Update 1.6.6]] added a script block called [[Menu Item]] and a currency named [[Coins]].
[[Version History#fancade-1-6-6|Update 1.6.6]] added a script block called [[Menu Item]] and a currency named [[Coins]].
This page is a guide on how to use them.
This page is a guide on how to use them.  


Currently the only way to access the shop is by winning or losing.
Currently, the only way to access the shop is by winning or losing.


== Coins ==
== Coins ==
Line 60: Line 60:
== Limits ==
== Limits ==


A level may only have 6 pages and 100 items (including titles).
A level may only have up to 6 pages and up to 100 items (including titles).


== Buggy effects of negative numbers ==
== Buggy effects of negative numbers ==


Negative values do work with other settings besides on/off, but they change the button to look like OFF. They still work, and the algorithm that calculates the price runs like usual. For example, 10 * 2^-2 for 10 Double and other fractions are rounded down, here to 2. Linear Prices will actually give you coins on level -2 and less because of this.
Negative values do work with other settings besides on/off, but they change the button to look like OFF. They still work, and the algorithm that calculates the price runs like usual. For example, 10 * 2^-2 for 10 Double and other fractions are rounded down, here to 2. Linear Prices will actually give you coins on level -2 and less because of this.
[[Category:Scripting]]