Function set_wander_area():
Defined in module m_wander_old (file: /std/modules/m_wander_old.c)

This must be called by your monster so that he knows
what area(s) to wander in.  this must match one of the set_area()
 in the rooms.

Prototype:
void set_wander_area(string array area...);
