Function set_default_exit:
Defined in module exits (file: /std/room/exits.c)

Set the default exit message (the message given when someone goes a direction
with no exit).  This should be a string or a function ptr returning a string.

Prototype:
void set_default_exit(mixed value);
