ItemAmountSelect
How to use and define various ItemAmountSelect speeches.
The ItemAmountSelect determines what the Vending Machine will say when multiBuy is enabled.
As shown in the example below, you can include multiple variations. The script will randomly choose one line from the array each time the player interacts with the Vending Machine Event.
To define the ItemAmountSelect, use this structure:
1
ItemAmountSelect: [
2
"Please choose how many {1} you would like to buy."
3
]
Placeholder Reference
{1}= Chosen item's name (plural) — e.g.,Potions
