mud/lib/doc/efun/objects/tell_object
2020-09-06 05:43:07 -07:00

17 lines
386 B
Plaintext

tell_object - send a message to an object
void tell_object( object ob, string str );
Send a message 'str' to object 'ob'. If it is an interactive object (a player),
then the message will go to him, otherwise it will go to the local
function "catch_tell()".
See also:
write,
shout,
say,
tell_room,
catch_tell
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere