Method code for $has_reactions.do_reaction()

[Turn off line numbering]
  1: arg str, match, id, sender;
  2: var method, args, min, max, time;
  3: 
  4: [[method, args], min, max] = sublist(reactions[id], 6);
  5: time = random(max - min) + min;
  6: $scheduler.sleep(time);
  7: catch any
  8:     return (> .(method)(str, match, sender, @args) <);
  9: with
 10:     .tell_traceback(traceback());
 11: return 'stop;

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

the Cold Dark