pointmerchant
¶
Contains information about point merchants, such as LDON merchants. Inherits spawn when merchant active.
Members¶
pointmerchantitem Item[#|name]
¶
string To String
¶
- Returns TRUE if merchant window is visible, otherwise FALSE
Examples¶
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.