Function set_method_exit_messages:
Defined in module m_complex_exit (file: /std/modules/m_complex_exit.c)

Set the exit messages to be used by the given method.  
Acceptable arguments are strings, or function pointers, or an array of 
either (mixed is acceptable)
The method is to be seen by the bodies in the room that the body is exiting

Prototype:
varargs void set_method_exit_messages(string method,mixed messages...);
