Appearance
living() - detects whether or not a given object is "living"
int living( object ob );
Return true if 'ob' is a living object (that is, if "enable_commands()" has been called by 'ob').
interactive(3), enable_commands(3)