From the NannyMUD documentation
2000-12-15
NAME
query_living - is this a living thing?LOCATION
/obj/living_functions.cSYNTAX
int query_living();DESCRIPTION
This function returns 1. It should be defined by true living objects only; a simple enable_commands() should not motivate that you define this function.SEE ALSO
living in efun/object_related/living