LPC Library Functions: find_living

NAME

find_living() - find a living object

SYNOPSIS

object find_living( string str );

DESCRIPTION

find_living() returns the living object which answers to the name 'str'; the name must have been set using set_living_name(). All objects which have called enable_commands() are considered to be living.

Note that this efun is not available if the driver flag NO_ADD_ACTION is defined.

SEE ALSO

livings(), find_player(), users(), enable_commands(), set_living_name()
Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS