.\"find a living object matching a given id .TH find_living 3 .SH NAME find_living() - find a living object matching a given id .SH SYNOPSIS object find_living( string str ); .SH DESCRIPTION Find first the object that is marked as living, and answers to the id . A living object is an object that has called enable_commands(). The object must have set a name with set_living_name(), so its name will be entered into the hash table used to speed up the search for living objects. .SH SEE ALSO living(3), find_player(3), enable_commands(3), set_living_name(3)