.DT
load_random_npc
DW_wibble creator help
load_random_npc

.SH Name
.SP 5 5
load_random_npc -  This method randomly selects an NPC or a group of NPC's from the list of defined NPC's for the room/region.
.EP

.SH Syntax
.SI 5
object * load_random_npc(string zone,
                         int wealth,
                         int busy)
.EI

.SH Parameters
.SI 5
%^BOLD%^zone%^RESET%^ - This is a zone (as defined in the configuration files).
%^BOLD%^wealth%^RESET%^ - How wealthy this particular part of this zone is.
%^BOLD%^busy%^RESET%^ - How busy this particular part of this zone is.

.EI

.SH Returns
.SI 5
Returns a group of NPCs randomly selected.
.EI

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

.SH Description
.SP 5 5

This method randomly selects an NPC or a group of NPC's from
the list of defined NPC's for the room/region.

.EP

