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.

Defining MenuTextBuy looks like this:

MenuTextBuy: ["I want to buy!"]

Defining MenuTextSell looks like this:

MenuTextSell: ["Give me your money!"]

Defining MenuTextQuit looks like this:

MenuTextQuit: ["Bye bye!"]
MenuText Example 1

Defining MenuTextBill looks like this:

MenuTextBill: ["I'm paying my debt"]
MenuText Example 2

Last updated