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

Add the enter 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 entering

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