BuyItem

The BuyItem is what the NPC will say when you buy only 1 of an Item.

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

Defining BuyItem looks like this:

BuyItem: ["So you want {1} {2}?\nIt'll be ${3}. All right?", 
          "So you would like to buy {1} {2}?\nThat's going to cost you ${3}!"]

{1} = chosen amount (in this case 1) of the Item.

{2} = chosen Item's name (singular) (for ex. "Poké Ball").

{3} = price of the 1 chosen Item (for ex. $200).

BuyItem 1
BuyItem 2

Last updated