| tags |
|
|---|
Contains information about point merchants, such as LDON merchants. Inherits spawn when merchant active.
:
: Returns TRUE if merchant window is visible, otherwise FALSE
!!! example
/echo ${PointMerchant}
: Returns true if the LDON Merchant window is open and FALSE if not.
!!! example
/echo ${PointMerchant.Item[1].Price}
: Returns the Price for index 1 or whatever index Ebon Hammer is in if you do it by name.
!!! example
/echo ${PointMerchant.Item[Ebon Hammer].Price}
: Returns the Price for Ebon Hammer.