Using Verse, I am implementing a feature where a Conditional Button is configured to require gold and deduct it from the player’s inventory.
When the required amount exceeds 10 million gold, the deduction does not work as expected.
Even if the required value is set to 15M or 20M and the player has sufficient gold, only 10M gold is deducted.
Is there a known limitation or internal cap that causes this?