tell_object(3) LPC Library Functions tell_object(3)
NNAAMMEE
tell_object() - send a message to an object
SSYYNNOOPPSSIISS
void tell_object( object ob, string str );
DDEESSCCRRIIPPTTIIOONN
Send a message `str' to object `ob'. If it is an interac-
tive object (a player), then the message will go to him,
otherwise it will go to the local function "catch_tell()".
SSEEEE AALLSSOO
message(3), write(3), shout(3), say(3), tell_room(3)
MudOS 5 Sep 1994 1