BillCheckOut
The CheckOut is used by a Mart Event when the Bill is not 0. The first message is just the IntroText speech you have set for this mart (if a specific Seller Class is specified). Only an option to checkout is available. Once you have paid the bill, the other options will be available again.

BillCheckOut: ["Your basket contains {1} which comes to a total of {2}, please."]
{1} = The List of amount and item name that were in the basket. (for ex. 25 Potions)
{2} = The Total price of all Items in the basket.

If any items from the bill have a Bonus Item defined, this will be the next message, the same speech as for BuyBonusMult is used here.

Last updated