show_object

sefun
SYNOPSIS
    int show_object (object ob, string msg)

DESCRIPTION
     If the object <ob> can see in its environment, it will be told to
     the single string <msg>, and see() will return non-zero.
     If the object can't see, the function just returns zero.


SYNOPSIS
     int show_object (object ob, string *msgs)

DESCRIPTION
     <msgs> is an array of two strings.
     If the object <ob> can see in its environment, it is told the
     first string, else the second string.
     The function returns non-zero in the former, and zero in the latter case.


SEE ALSO
     see(E), show(E), show_room(E), light(C).