MenuText
How to use and define MenuText speeches.
The MenuText is used by a Mart event when presenting the player with different options — such as Buy, Sell (if allowed), Exit, or Pay the Bill (if you've added items to your basket from a Shelf event).
These dialogues can be customized through the following speech parameters. If you don't define them in a Seller Class, the default values will be used.
MenuTextBuy
Defines the text shown when selecting the Buy option.
1
MenuTextBuy: [
2
"I want to buy!"
3
]
MenuTextSell
Defines the text shown when selecting the Sell option.
1
MenuTextSell: [
2
"Give me your money!"
3
]
MenuTextQuit
Defines the text shown when choosing to exit the Mart event
1
MenuTextQuit: [
2
"Bye bye!"
3
]

MenuTextBill
Defines the text shown when selecting the Pay Bill option (used when items were added in your basket from a Shelf event).
1
MenuTextBill: [
2
"I'm paying my debt"
3
]
