msg_object
sefunSYNOPSIS
#include <msgclass.h>
void msg_object(object ob, int class, mixed msg)
DESCRIPTION
Sends the message 'msg' with message class 'class' to the object
'ob'. If the object does not support messages and 'msg' is a string
it will be delivered by tell_object.
EXAMPLES
object who;
who=find_player("mica");
tell_object( who, CMSG_TELL "Hi!\n" );
Just tell Mica a simple "Hi!".
SEE ALSO
messages(C)
msg_write(K), msg_say(K), msg_object(K), msg_room(K),
msg_shout(K), msg_pshout(K), msg_wshout(K)