.\"displays a message to the current object
.DT
receive
$MUDNAME$ driver help
receive

.SH Name
.SI 5
receive() - displays a message to the current object
.EI

.SH Synopsis
.SI 5
int receive( string message );
.EI

.SH Description
.SP 5 5
This efun is an interface to the add_message() function in the driver.
Its purpose is to display a message to the current object.  It returns 1
if the current object is interactive, 0 otherwise.  Often, receive() is
called from within catch_tell() or receive_message().
.EP

.SH See also
.SI 5
catch_tell(), receive_message(), message()
.EI
