.DT
set_guild_ob
DW_wibble creator help
set_guild_ob

.SH Name
.SP 5 5
set_guild_ob -  This method sets the guild object associated with the npc.
.EP

.SH Syntax
.SI 5
void set_guild_ob(mixed g)
.EI

.SH Parameters
.SI 5
%^BOLD%^g%^RESET%^ - the new guild object

.EI

.SH Defined in
.SI 5
/obj/monster.c
.EI

.SH Description
.SP 5 5

This method sets the guild object associated with the npc.
This will probably not do what you expect and cannot be used
in conjucton with set_level to set the guild.  It is called
by /std/race.c when set_level() is called.
.EP

.SH See also
.SP 5 5
set_level(), set_guild(), /std/race.c
.EP

