blob: 9b5df2e132b4f2e3b561c8d2688a39ffa0608277 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001catch_msg()
Zesstra953f9972017-02-18 15:37:36 +01002***********
MG Mud User88f12472016-06-24 23:31:02 +02003
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra953f9972017-02-18 15:37:36 +01005SYNOPSIS
6========
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra953f9972017-02-18 15:37:36 +01008 void catch_msg(mixed *arr, object obj)
9
10
11DESCRIPTION
12===========
13
14 When say(), tell_object() or tell_room() are used with an array
15 as message, the array will be passed to catch_message() in all living
16 objects that can hear it, instead of writing to the user resp.
17 sending to catch_tell(). This can be used to implement
18 communication protocols between livings. The second denotes
19 the object that has sent the message.
20
21
22SEE ALSO
23========
24
25 say(E), tell_room(E), tell_object(E), catch_tell(L)