Project

General

Profile

Merchant (Data Type)

Description

This DataType includes all of the data available to ISXVG that is related to a merchant transaction. All 'merchant' datatype members will return NULL if you're currently not in a merchant transaction.

Members

  • int NumItemsForSale
  • item ForSaleItem[#]
      1. is from 1 to ${Merchant.NumItemsForSale}
  • item ForSaleItem[<NAME>]
  • int NumItemsForRepair
  • repairitem RepairItem[#]
      1. is from 1 to ${Merchant.NumItemsForRepair}
  • repairitem RepairItem[<NAME>]

Methods

  • Begin[BuySell]
    • begins a buy/sell transaction with a merchant
  • Begin[Repair]
    • begins a repair transaction with a merchant
  • End
    • end merchant transaction [any]