.DT
is_npc_under_max_population
DW_wibble creator help
is_npc_under_max_population

.SH Name
.SP 5 5
is_npc_under_max_population -  THis method checks to see if the number of npcs of this type is under the maximum population.
.EP

.SH Syntax
.SI 5
int is_npc_under_max_population(string name)
.EI

.SH Parameters
.SI 5
%^BOLD%^npc%^RESET%^ - the npc to check to see if it is under population max
.EI

.SH Returns
.SI 5
1 if is under, 0 if is not
.EI

.SH Defined in
.SI 5
/std/hospital.c
.EI

.SH Description
.SP 5 5

THis method checks to see if the number of npcs of this
type is under the maximum population.
.EP

