Method code for $robot.check_reaction_args()

[Turn on line numbering]
arg method, template, type, chance, times, hook, min, max;

(> .check_reaction_matchwith(method) <);
(> .check_reaction_template(template) <);
(> .check_reaction_type(type) <);
(> .check_reaction_chance(chance) <);
(> .check_reaction_times(times) <);
(> .check_reaction_hook(hook) <);
(> .check_reaction_hook_method(hook[1]) <);
(> .check_reaction_hook_args(hook[2]) <);
(> .check_reaction_min(min) <);
(> .check_reaction_max(max) <);

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

Method Ancestry Override:

 ----  116 $robot.check_reaction_args(method, template, type, chance, times, hook, min, max)
 ----  179 $has_reactions.check_reaction_args(method, template, type, chance, times, hook, min, max)

the Cold Dark