.\"detects whether or not a given object is "living"
.DT
living
$MUDNAME$ driver help
living

.SH Name
.SI 5
living() - detects whether or not a given object is "living"
.EI

.SH Synopsis
.SI 5
int living( object ob );
.EI

.SH Description
.SP 5 5
Return 1 if `ob' is a living object (that is, if enable_commands() has
been called by `ob'), otherwise return zero (0).
.EP

.SH See also
.SI 5
interactive(), enable_commands()
.EI
