Method code for $robot.update_active()

[Turn on line numbering]
arg key, id, value;

active = dict_add(active, key, dict_add(active[key], id, value));

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

Method Ancestry Override:

 ----   21 $robot.update_active(key, id, value)
 ----   21 $has_reactions.update_active(key, id, value)

the Cold Dark