Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 993 Bytes

File metadata and controls

40 lines (29 loc) · 993 Bytes
tags
datatype

pointmerchant

Contains information about point merchants, such as LDON merchants. Inherits spawn when merchant active.

Members

{{ renderMember(type='pointmerchantitem', name='Item', params='#|name') }}

:

{{ renderMember(type='string', name='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.