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