.\"find a living object matching a given id
.DT
find_living
$MUDNAME$ driver help
find_living

.SH Name
.SI 5
find_living() - find a living object matching a given id
.EI

.SH Synopsis
.SI 5
object find_living( string str );
.EI

.SH Description
.SP 5 5
Find first the object that is marked as living, and answers to the
id `str'.  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.
.EP

.SH See also
.SI 5
living(), livings(), find_player(), users(), enable_commands(),
set_living_name()
.EI
