EQ2_onSellItem (Event)¶
- Table of contents
- EQ2_onSellItem (Event)
- Description
- Arguments
- Usage
Description¶
The EQ2_onSellItem event will fire every time you sell an item to an NPC merchant
Arguments¶
Usage¶
Event[EQ2_onSellItem]:AttachAtom[MyAtom]
...
atom MyAtom(string ItemName, int Quantity, int LinkID, string ItemLinkString)
{
;do stuff
}