FIND_OBJECT_OR_LOAD(2) SYSTEM CALLS FIND_OBJECT_OR_LOAD(2)
NAME
find_object_or_load - "find an object, loading it into
memory if necessary
SYNOPSIS
object find_object_or_load (string str);
DESCRIPTION
Uses find_object() to locate the object named in str. If
find_object() returns zero, this efun sets the euid to the
euid of the object that called it, and then tries to load
the object "str". It then calls find_object() again, and
returns either the object or a zero, if find_object()
failed.
AUTHOR
Ichabod@TMI, 2/2/93
MudOS Release 0.9 Last change: 3-19-93