Method code for $robot.remove_active()

[Turn off line numbering]
  1: arg key, id;
  2: 
  3: active = dict_add(active, key, dict_del(active[key], id));
  4: if (!active[key])
  5:     active = dict_del(active, key);
  6: if (!active)
  7:     clear_var('active);

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

Method Ancestry Override:

 ----   46 $robot.remove_active(key, id)
 ----   19 $has_reactions.remove_active(key, id)

the Cold Dark