Method code for $robot.remove_active()

[Turn on line numbering]
arg key, id;

active = dict_add(active, key, dict_del(active[key], id));
if (!active[key])
    active = dict_del(active, key);
if (!active)
    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