Self.DropItem(x, y, z, itemid, count) -- Drops a single item on the ground, with a count
Self.DropItems(x, y, z, ...) -- Drops all items after x, y, z. Example : Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, 3031, 268, 266, etc.)