Name: query_carry - get the amount of weight a living is carrying

Syntax:
       int query_carry()

Description:
       The query_carry call returns the amount of weight a living is carrying
       at the moment.

Return value: A positive integer specifying the weight.

Examples:
       int weight;
       weight=this_player()->query_carry();

See also: object/add_weight