SellItem

The SellItem is what the NPC will say when selling the choosen amount of an Item.

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

Defining SellItem looks like this:

SellItem: ["I can pay ${1}.\nWould that be OK?"]

{1} = total sell price for the amount of the chosen Item (for ex. $100).

SellItem

Last updated