MenuText
The MenuText is used by a Mart Event when you get the different options on what to do, this is usually buying, selling (if allowed) and exiting the mart event and paying the bill (when you have items in your basket from a shelf event). It exists out of the following speech parameters:
The default text will be used if you don't include these in a Sellerclass.
MenuTextBuy
Defining MenuTextBuy looks like this:
MenuTextBuy: ["I want to buy!"]
MenuTextSell
Defining MenuTextSell looks like this:
MenuTextSell: ["Give me your money!"]
MenuTextQuit
Defining MenuTextQuit looks like this:
MenuTextQuit: ["Bye bye!"]

MenuTextBill
Defining MenuTextBill looks like this:
MenuTextBill: ["I'm paying my debt"]

Last updated