ISXEQ2:Store (Top-Level Object)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:Store (Top-Level Object) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Description
Retrieves a store object or a store merchandise object from the game world
[edit]
Forms
- store Store
- merchandise Store[#]
- In this instance, the argument is a number of the index of the merchandise available to sell, between 1 and Store.NumItemsICanSell.
- merchandise Store["item name"]
For this TLO to function, you must be in your room and have the store window open and populated.
[edit]
Examples
- echo ${Store.NumItemsICanSell}
- Store[Black Oak]:SetPrice[0,0,5,1]
- Store[Black Oak]:ListForSale
- Store[Black Oak]:UnListForSale
- echo ${Store[1].Name}
[edit]
