BuyItemAmountOvercharge

The BuyItemAmountOvercharge is what the NPC will say when choosing how many of an Item you want to buy. But only when there's a Discount (Overcharge) Variable added to the store and the Overcharge is higher than 0.

It is possible to include more than 1 speech if you want to but you can't add a Time and Day.

Defining BuyItemAmountOvercharge looks like this:

BuyItemAmountOvercharge: ["There's overcharge on {1}, you must pay ${2} instead of ${3}. So how many?"]

{1} = contains the Item's plural name (for ex. "Poké Balls")

{2} = the Item's price with overcharge. (for ex. "$220")

{3} = the item's price (original price (for ex. "$200")

BuyItemAmountOvercharge

You don't need to use all {1}, {2} and {3}. If you use {1} and {2} and not {3} it will work just fine.

Last updated