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 through a PCs inventory and remove that item for _,object in ipairs (ch.inventory) do if object.vnum == 100 then object:destroy() end end