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:
Looping through a PCs inventory to look for an item with vnum 100:
for _,object in ipairs (ch.inventory) do if object.vnum == 100 then -- do something end end