set_height                    Discworld living help                   set_height

Name
     set_height - Set how tall the creature is.

Syntax
     int set_height(int amt);

Description
     Set how tall the creature is in centimetres. This is used in determining
     if a player can fit through an exit or not.

Example
     set_height(180);         - that's about 6 feet to the archaic sorts.

See also
     query_height   
