Method code for $robot.check_reaction_args()

[Turn off line numbering]
  1: arg method, template, type, chance, times, hook, min, max;
  2: 
  3: (> .check_reaction_matchwith(method) <);
  4: (> .check_reaction_template(template) <);
  5: (> .check_reaction_type(type) <);
  6: (> .check_reaction_chance(chance) <);
  7: (> .check_reaction_times(times) <);
  8: (> .check_reaction_hook(hook) <);
  9: (> .check_reaction_hook_method(hook[1]) <);
 10: (> .check_reaction_hook_args(hook[2]) <);
 11: (> .check_reaction_min(min) <);
 12: (> .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