From the NannyMUD documentation
2000-12-19
NAME
_next_obj - Get the next object.SYNTAX
object _next_obj(object obj)DESCRIPTION
Given an object, this returns the next object in the main object list.NOTE
The main list is treated as circular, i.e. if you give the last object in the list, you will be given the first.