SYNOPSIS
	int query_living(void)

DESCRIPTION
        This lfun has to exist and return non-zero if the object
        is a "living" object (player or NPC).

        Used by the efun describe_items().

SEE ALSO
        query_npc(A), describe_items(E)

