bar service detail (Bar Service)



Bars and Drink Service

A bar is a persistent physical fixture carrying its own menu, surface,
recipes and local command set.

When you are at a configured bar:

    menu
        Read the bar's current menu.

    order <thing>
        Order from the on-duty worker behind the counter.

An unattended staffed counter does not magically serve orders.

Bartending/work commands include:

    use <bar>
        Mix physical ingredients loaded onto the bar.

    prepare <drink>
        Prepare a known menu recipe where your work role allows it.

    clean <bar>
        Clear abandoned drinks/ingredients from the bar surface.

    till <bar>
        Access the venue till where your role/ownership permits it.

Prepared drinks are physical persistent items placed on the counter.

Prices ultimately draw from TBG's authoritative digital-credit balance.
The current donor-backed implementation still uses the temporary
Gelatinous `Character.tokens` compatibility interface internally; that
interface maps to digital credits and is not a second player currency.

Use help menu, help order, help use,
help prepare, help clean or help till for exact syntax.