This function is called if a living this_player() enters the vicinity of this object, or this object moves into the vicinity of a living. Canonical action is to add commands when necessary.
void init () {
::init();
add_action("ffoo", "foo");
}