MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | catch_msg() |
| 2 | |
| 3 | SYNOPSIS: |
| 4 | void catch_msg(mixed *arr, object obj) |
| 5 | |
| 6 | DESCRIPTION: |
| 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 | |
| 14 | SEE ALSO: |
| 15 | say(E), tell_room(E), tell_object(E), catch_tell(L) |