Home
Aarchon Main
Homepage
Aarchon Item Database
Guides
EQ Runs
Mini Quests
Remort Guides
Lists Consumables edit sidebar
This is an old revision of the document!
Returns a table of OBJs.
Example:
-- Loop though a PC's inventory and remove item with vnum 100 for _,object in ipairs(ch.inventory) do if object.vnum == 100 then object:destroy() end end