concepts/
efun/
SYNOPSIS
	int living(object ob)

DESCRIPTION
	Return true if ob is a living object (that is,
	enable_commands() has been called from inside the ob).

EXAMPLE
	living(this_player())
	
	This should always be true (therefore this_player() should not
	return 0).

SEE ALSO
	enable_commands(E), set_living(E)