NAME set_living_name - mark an object as living by naming it SYNOPSIS void set_living_name(string name) DESCRIPTION Mark an object as living and give it a name. It can then be found in the livings() list, by find_living() and living(ob) will return 1. NOTE In MudOS enable_commands() and disable_commands() marked objects as living. However, these functions are empty in this package. SEE ALSO efun/living/