ItemDropText

How to use and define various ItemDropText speeches.


The ItemDropText determines what the Vending Machine will say when the chosen (amount of) item(s) dropped down.


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 ItemDropText, use this structure:

1
ItemDropText: [
2
"{1} {2} dropped down!"
3
]

Placeholder Reference

  • {1} = Amount of items dropping — e.g., 9
  • {2} = Item's name (singular or plural) — e.g., Potion
Image not found
ItemDropText