Avoid to call this function from other places then from inside create() (or reset(0) in compat mode), because the command giver will be set to this object.
void create() {
enable_commands();
set_living_name("dummymonster");
}
This will make the current object a living object which then
can be accessed via find_living("dummymonster").