From the NannyMUD documentation
2000-12-11
NAME
living - determine if an object is livingSYNTAX
int living(object ob)DESCRIPTION
This function returns 1 if the specified object `ob' is living and 0 otherwise. This is really only a check if enable_commands has been done on the object; you might want to check the result of query_living instead.SEE ALSO
enable_commands in efun/object_related/enable_commandsSEE ALSO
disable_commands in efun/object_related/disable_commandsSEE ALSO
query_living in lfun/living/query_living