.DT
set_level
DW_wibble creator help
set_level

.SH Name
.SP 5 5
set_level -  This function is deprecated.
.EP

.SH Syntax
.SI 5
void set_level(int i)
.EI

.SH Parameters
.SI 5
%^BOLD%^i%^RESET%^ - the level to set the npc to

.EI

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

.SH Description
.SP 5 5

This function is deprecated.  Use basic_setup() instead.

This method sets the level of the npc.  This should only be called
*after* the race and guild are set.  If this is called before that
the results will be unexpected.
.EP

.SH See also
.SP 5 5
set_race(), set_guild(), basic_setup()
.EP

