Method code for $has_reactions.do_reaction()

[Turn on line numbering]
arg str, match, id, sender;
var method, args, min, max, time;

[[method, args], min, max] = sublist(reactions[id], 6);
time = random(max - min) + min;
$scheduler.sleep(time);
catch any
    return (> .(method)(str, match, sender, @args) <);
with
    .tell_traceback(traceback());
return 'stop;

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

the Cold Dark