Unit dlgMerchant

Classes, Interfaces, Objects and Records
Types
Constants

Description

Buy / Sell merchant dialog box

Uses

Overview

Functions and Procedures

procedure displayVillageWares;
procedure selectVillageItem(selection: word);
procedure buyVillage;
procedure exitDialog;

Variables

currentBuy: word;
currentCost: smallint;

Description

Functions and Procedures

procedure displayVillageWares;

Display village merchant inventory

procedure selectVillageItem(selection: word);

Player selects an item from the inventory

procedure buyVillage;

Buy the selected item

procedure exitDialog;

Display a message that the item cannot be bought

Variables

currentBuy: word;

currently selected item to buy

currentCost: smallint;

cost of selected item


Generated by PasDoc 0.16.0.