Method code for $robot.check_reaction_hook_args()

[Turn off line numbering]
  1: arg args;
  2: 
  3: if (type(args) != 'list)
  4:     throw(~type, "Reaction hook arguments is not a list.");

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

the Cold Dark