.DT
set_zone
Discworld room help
set_zone

Name
.SI 5
set_zone - Set the rooms zone.
.EI

Syntax
.SI 5
void set_zone(string zone);
.EI

Description
.SP 5 5
Sets the zone of the room.  The zone is used by random moving npcs.  You
can set which zones they will wander into, so by setting zones in your rooms
you control where your npcs go.
.EP

Example
.SI 5
set_zone("ankh morpork");
.EI

See also
.SP 5 5
query_zone, add_move_zone, set_move_after
.EP
