Function set_wearing:
Defined in module armor_base (file: /std/adversary/armor/armor_base.c)

 void set_wearing(string);
 A quick and easy way to give monsters armor. Pass the filename of an
 armor object from within the setup() function of your monster.

Prototype:
void set_wearing(string s);
