blob: 3bf09c964a8b630c74aa5bc05d823cfd2949c1ac [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001catch_msg()
2
3SYNOPSIS:
4 void catch_msg(mixed *arr, object obj)
5
6DESCRIPTION:
7 When say(), tell_object() or tell_room() are used with an array
8 as message, the array will be passed to catch_message() in all living
9 objects that can hear it, instead of writing to the user resp.
10 sending to catch_tell(). This can be used to implement
11 communication protocols between livings. The second denotes
12 the object that has sent the message.
13
14SEE ALSO:
15 say(E), tell_room(E), tell_object(E), catch_tell(L)